Noise
A decentralized P2P networking stack written in Go
Noise is a lightweight and high-performance framework for building distributed peer-to-peer (P2P) systems in Go. Designed to be modular and easy to use, Noise abstracts away the complexity of building scalable networked applications, enabling developers to focus on protocol logic rather than low-level networking. It offers an actor-model inspired concurrency design and supports peer discovery, messaging, and transport encryption out of the box. Suitable for applications like decentralized ledgers, chat apps, and distributed services, Noise brings a solid foundation for experimenting with or deploying P2P systems with minimal overhead.