awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
perlin-network avatar

perlin-network/noise

0
View on GitHub↗
1,826 estrellas·207 forks·Go·MIT·6 vistasgodoc.org/github.com/perlin-network/noise↗

Noise

Noise is a peer-to-peer networking stack written in Go designed for building decentralized systems. It provides a framework for managing node lifecycles, establishing encrypted communication channels, and facilitating direct data exchange between distributed nodes without reliance on central authorities.

The library distinguishes itself through a modular architecture that allows developers to stack custom communication layers, enabling the creation of specialized network protocols. It incorporates a decentralized key-value lookup system for peer discovery and routing, alongside cryptographic identity verification that ensures message integrity and sender authenticity across the network.

The framework includes comprehensive tools for managing distributed system resources, such as connection pooling and traffic limits to maintain stability under load. It supports both synchronous request-response patterns and asynchronous message multiplexing, providing granular control over node behavior, security credentials, and connection states.

Features

  • Peer-to-Peer Networking Libraries - Implements a modular peer-to-peer networking stack for building decentralized systems with encrypted communication and custom protocol composition.
  • P2P Network Administration - Builds decentralized systems where nodes communicate directly without central authorities.
  • Distributed Hash Tables - Incorporates a distributed hash table for peer discovery and efficient network routing.
  • Distributed Communication Frameworks - Provides a comprehensive toolkit for managing node lifecycles, connection pooling, and resource-constrained traffic routing in distributed systems.
  • Peer Connection Managers - Automates the establishment and lifecycle management of encrypted peer-to-peer connections.
  • Peer Communication Security - Ensures private and authenticated communication between peers using encrypted sessions.
  • Authenticated Encryption Channels - Implements authenticated encryption channels to secure communication and verify peer identities.
  • Resource-Constrained - Maintains system stability by enforcing limits on concurrent traffic and automating peer connection eviction.
  • Connection Resource Managers - Manages node resources by enforcing limits on concurrent inbound and outbound traffic streams.
  • Custom Network Protocols - Provides a framework for developing and stacking custom network protocols.
  • Peer-to-Peer Networking - Manages distributed system resources to maintain stability and performance in peer-to-peer environments.
  • Structured Data Exchanges - Supports structured data exchange across peers with automatic serialization for reliable communication.
  • Peer-to-Peer Networking Extensions - Enables stacking custom communication modules to extend network functionality within the stack.
  • Decentralized Discovery Methods - Implements decentralized routing and peer discovery using distributed hash table protocols.
  • Stream Multiplexing - Supports multiplexing multiple independent data streams over a single encrypted peer-to-peer connection.
  • Remote Procedure Calls - Facilitates synchronous communication between distributed nodes using remote procedure calls.
  • Cryptographic Signing Methods - Provides cryptographic signing methods to verify message integrity and sender authenticity.
  • Binary Data Signing - Signs network data using node-specific keys to ensure message integrity and sender authenticity.
  • Peer Identity Verifications - Verifies the cryptographic identity of remote peers to ensure sender authenticity and message integrity across the network.
  • Node Lifecycle Management - Provides tools for managing node lifecycles, including protocol registration and connection state control.

Historial de estrellas

Gráfico del historial de estrellas de perlin-network/noiseGráfico del historial de estrellas de perlin-network/noise

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Colecciones destacadas con Noise

Colecciones seleccionadas manualmente donde aparece Noise.
  • Protocolos de red P2P

Alternativas open-source a Noise

Proyectos open-source similares, clasificados según cuántas características comparten con Noise.
  • libp2p/go-libp2pAvatar de libp2p

    libp2p/go-libp2p

    6,830Ver en GitHub↗

    go-libp2p is a Go implementation of the libp2p modular networking stack, providing a library for building peer-to-peer applications. It functions as a decentralized application framework that separates transport, security, and discovery layers into pluggable modules for cross-platform interoperability. The library establishes peer-to-peer connections through a modular transport abstraction that supports multiple protocols, while using public key cryptography for peer identity and protocol-agnostic security transports for encrypting and authenticating all traffic. It enables distributed peer d

    Golibp2pnetworking-stackp2p
    Ver en GitHub↗6,830
  • davyxu/cellnetAvatar de davyxu

    davyxu/cellnet

    4,061Ver en GitHub↗

    Cellnet is a Go networking framework designed for building distributed systems and peer-to-peer networks. It provides a multi-protocol transport layer that standardizes message exchange across TCP, UDP, and WebSockets, utilizing a binary message codec system to map message types to unique identifiers for network transmission. The framework is distinguished by its remote procedure call library, which enables the execution of functions on remote peers using synchronous or asynchronous request patterns. It further differentiates itself with an asynchronous event dispatcher that processes network

    Go
    Ver en GitHub↗4,061
  • libp2p/libp2pAvatar de libp2p

    libp2p/libp2p

    2,940Ver en GitHub↗

    libp2p is a modular peer-to-peer networking stack designed for building decentralized applications. It provides the core infrastructure necessary for nodes to discover and connect with other participants across a network without relying on central servers. The project distinguishes itself through a flexible transport layer that abstracts multiple protocols, including TCP, QUIC, WebSockets, and WebTransport, into a single interface. It features specialized tools for NAT and firewall traversal, such as hole punching and relay nodes, to establish direct connections between peers and web browsers

    Ver en GitHub↗2,940
  • libp2p/rust-libp2pAvatar de libp2p

    libp2p/rust-libp2p

    5,556Ver en GitHub↗

    rust-libp2p is a modular peer-to-peer networking library written in Rust, implementing the libp2p specification. It provides a composable stack of transport, security, and discovery protocols that can be mixed and matched to build decentralized applications, with a central swarm manager coordinating all active connections, protocol negotiation, and peer lifecycle. The library distinguishes itself through a pluggable transport abstraction that supports TCP, QUIC, WebSocket, WebRTC, and WebTransport, enabling cross-platform operation across browsers, mobile devices, and servers. It secures ever

    Rustdecentralizationlibp2pnetworking
    Ver en GitHub↗5,556
Ver las 30 alternativas a Noise→

Preguntas frecuentes

¿Qué hace perlin-network/noise?

Noise is a peer-to-peer networking stack written in Go designed for building decentralized systems. It provides a framework for managing node lifecycles, establishing encrypted communication channels, and facilitating direct data exchange between distributed nodes without reliance on central authorities.

¿Cuáles son las características principales de perlin-network/noise?

Las características principales de perlin-network/noise son: Peer-to-Peer Networking Libraries, P2P Network Administration, Distributed Hash Tables, Distributed Communication Frameworks, Peer Connection Managers, Peer Communication Security, Authenticated Encryption Channels, Resource-Constrained.

¿Qué alternativas de código abierto existen para perlin-network/noise?

Las alternativas de código abierto para perlin-network/noise incluyen: libp2p/go-libp2p — go-libp2p is a Go implementation of the libp2p modular networking stack, providing a library for building peer-to-peer… davyxu/cellnet — Cellnet is a Go networking framework designed for building distributed systems and peer-to-peer networks. It provides… libp2p/libp2p — libp2p is a modular peer-to-peer networking stack designed for building decentralized applications. It provides the… libp2p/rust-libp2p — rust-libp2p is a modular peer-to-peer networking library written in Rust, implementing the libp2p specification. It… bitpay/bitcore — Bitcore is a blockchain development framework and a set of libraries used to build applications that interact with the… hashicorp/memberlist — Memberlist is a Go library used for maintaining distributed cluster membership and failure detection via a…