Tagged articles

peer-to-peer

9 articles · Page 1 of 1
Nullbody Notes
Nullbody Notes
Jul 25, 2024 · Blockchain

Deep Dive into go-libp2p Swarm: Source Code Analysis and Walkthrough

This article provides a detailed, step‑by‑step analysis of the go‑libp2p Swarm implementation, covering host creation, configuration defaults, transport registration, server listening, stream multiplexing with yamux, and the client dialing workflow including dial synchronization, backoff handling, and connection pooling.

NetworkingSource Code AnalysisSwarm
0 likes · 47 min read
Deep Dive into go-libp2p Swarm: Source Code Analysis and Walkthrough
Full-Stack Internet Architecture
Full-Stack Internet Architecture
May 29, 2021 · Backend Development

Peer-to-Peer Decentralized Architecture and High‑Availability Configuration for Eureka Server Cluster

This article explains how to build a peer‑to‑peer, decentralized Eureka service‑registry cluster, covering the underlying architecture, CAP trade‑offs, Maven and YAML configurations for multiple peers, client load‑balancing, and a step‑by‑step test deployment.

High AvailabilitySpring Cloudbackend development
0 likes · 9 min read
Peer-to-Peer Decentralized Architecture and High‑Availability Configuration for Eureka Server Cluster
Laravel Tech Community
Laravel Tech Community
Jan 14, 2021 · Backend Development

Release Notes for libp2p‑rs: New Features, Improvements, and Bug Fixes

The libp2p‑rs update introduces beta‑value termination for Kad‑DHT queries, timeout mechanisms, routing table refresh, node keep‑alive, identify event handling, outbound sub‑stream reuse, query statistics, a debuggable CLI, and adds experimental floodsub, mdns, parallel dialing, Prometheus exporter, and other enhancements.

DHTNetworkingRust
0 likes · 3 min read
Release Notes for libp2p‑rs: New Features, Improvements, and Bug Fixes
Architecture Digest
Architecture Digest
Mar 7, 2018 · Blockchain

A 3‑Step Guide to Understanding Blockchain Technology

This article translates a concise three‑step tutorial that explains blockchain’s core components—the ledger itself, the peer‑to‑peer network, and consensus mechanisms—while illustrating how these elements work together to secure and validate transactions.

BlockchainConsensuscryptocurrency
0 likes · 10 min read
A 3‑Step Guide to Understanding Blockchain Technology
Architects' Tech Alliance
Architects' Tech Alliance
Sep 10, 2017 · Blockchain

An Illustrated Introduction to Blockchain Technology

This article uses simple comic-style illustrations to explain the fundamentals of blockchain technology, its fault‑tolerant peer‑to‑peer network, its role as a low‑cost trusted environment for the sharing economy, and its potential impact on finance and distributed computing.

cryptocurrencydecentralizationdistributed ledger
0 likes · 10 min read
An Illustrated Introduction to Blockchain Technology