js-libp2p-udp
UDP transport
A Node.js implementation of the UDP transport layer for peer-to-peer networking
Node.js implementation of the UDP module that libp2p uses, which implements the abstract-transport interface
7 stars
23 watching
2 forks
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
libp2p/js-libp2p-udt | A Node.js implementation of the UDT module used in peer-to-peer networking | 3 |
libp2p/js-libp2p-utp | A Node.js implementation of the UTP protocol used by libp2p for peer-to-peer networking. | 12 |
daviddias/js-ucat | An implementation of uTP (User Transport Protocol) in JavaScript | 6 |
ndjson/ndjson-spec | Defines a standard for transporting JSON data in stream protocols | 684 |
vacp2p/nim-libp2p | A Peer-to-Peer networking stack implementation in Nim. | 251 |
bittorrent/libutp | A C++ library implementing a transport protocol with features like reliable delivery and minimal extra delay for peer-to-peer connections. | 1,107 |
libp2p/js-peer-id | Generates and manipulates cryptographic identities used in peer-to-peer networks | 81 |
webtorrent/bittorrent-protocol | A Node.js implementation of the BitTorrent peer wire protocol. | 347 |
anacrolix/utp | A Go implementation of the uTP transport protocol used in Bittorrent networks | 173 |
opencomputeproject/mion | Provides a base layer for networking-related functionality | 8 |
hackergrrl/p2p-handbook | An introductory guide to peer-to-peer systems and networks for web applications | 129 |
oauth-xx/oauth2 | A Ruby wrapper for implementing OAuth 2.0 protocol interactions | 2,113 |
tomp-wg/tomp-api | An API standard for communication between transport operators and mobility-as-a-service providers | 100 |
mafintosh/utp-native | Native bindings for libutp, allowing developers to create UDP-based network servers and clients with high-performance and low-latency connectivity. | 103 |
treeform/netty | A library for creating reliable UDP connections in game development. | 122 |