awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
perlin-network avatar

perlin-network/noise

0
View on GitHub↗
1,826 星标·207 分支·Go·MIT·6 次浏览godoc.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.

Star 历史

perlin-network/noise 的 Star 历史图表perlin-network/noise 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

包含 Noise 的精选搜索

收录 Noise 的精选合集。
  • P2P 网络协议

Noise 的开源替代方案

相似的开源项目,按与 Noise 的功能重合度排序。
  • libp2p/go-libp2plibp2p 的头像

    libp2p/go-libp2p

    6,830在 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
    在 GitHub 上查看↗6,830
  • davyxu/cellnetdavyxu 的头像

    davyxu/cellnet

    4,061在 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
    在 GitHub 上查看↗4,061
  • libp2p/libp2plibp2p 的头像

    libp2p/libp2p

    2,940在 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

    在 GitHub 上查看↗2,940
  • libp2p/rust-libp2plibp2p 的头像

    libp2p/rust-libp2p

    5,556在 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
    在 GitHub 上查看↗5,556
查看 Noise 的所有 30 个替代方案→

常见问题解答

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.

perlin-network/noise 的主要功能有哪些?

perlin-network/noise 的主要功能包括: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。

perlin-network/noise 有哪些开源替代品?

perlin-network/noise 的开源替代品包括: 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…