# libp2p **Repository Path**: bstriveing/libp2p ## Basic Information - **Project Name**: libp2p - **Description**: https://github.com/libp2p/libp2p - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-17 - **Last Updated**: 2023-10-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

libp2p is a modular networking framework bundled together as a full stack of protocols for peer-to-peer systems. libp2p is the product of a long and arduous quest into the internet's network stack and all of the plentiful peer-to-peer protocols of the past. Building large-scale peer-to-peer systems has been complex and challenging in the last fifteen years, and libp2p is a way to fix that. It is a "network stack" -- a protocol suite -- that cleanly separates concerns and enables sophisticated applications to only use the protocols they need without giving up interoperability and upgradeability. libp2p grew out of IPFS but is built so that many people can use it for many different projects. Learn more about libp2p at [**libp2p.io**](https://libp2p.io) and [**docs.libp2p.io**](https://docs.libp2p.io). ## Specifications View the formal specifications of libp2p on the [specifications repository](https://github.com/libp2p/specs). ## Implementations Follow the latest libp2p implementations at [**libp2p.io/implementations**](https://libp2p.io/implementations/). - [go-libp2p](//github.com/libp2p/go-libp2p) in Go - [js-libp2p](//github.com/libp2p/js-libp2p) in Javascript, for Node and the Browser - [rust-libp2p](//github.com/libp2p/rust-libp2p) in Rust - [py-libp2p](//github.com/libp2p/py-libp2p) in Python - [cpp-libp2p](//github.com/soramitsu/libp2p) in C++ - [swift-libp2p](//github.com/swift-libp2p/swift-libp2p) in Swift - [nim-libp2p](//github.com/status-im/nim-libp2p) in Nim - [jvm-libp2p](//github.com/libp2p/jvm-libp2p) in Kotlin - [erlang-libp2p](//github.com/helium/erlang-libp2p) in Erlang - [zig-libp2p](//github.com/marcopolo/zig-libp2p) in Zig - [dotnet-libp2p](//github.com/NethermindEth/dotnet-libp2p) in .NET ## Community Discussion Please visit our discussion forums at [**discuss.libp2p.io**](https://discuss.libp2p.io) to get help, ask questions about the past, present, and future of libp2p, and more.