LibP2P Network is a simple peer-to-peer (P2P) system built using libp2p in Go. This project demonstrates how multiple nodes can connect, communicate, and share information in a decentralized network.
- Peer discovery and connection management
- P2P communication using streams
- Customizable ports for running multiple instances
- Information sharing between peers
It is a work in progress