barrel_tcp
Tcp Pool
A low-latency TCP acceptor pool with support for multiple protocols and configurable concurrency
barrel_tcp is a generic TCP acceptor pool with low latency in Erlang.
83 stars
7 watching
18 forks
Language: Erlang
last commit: over 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ninenines/ranch | A modular TCP acceptor pool with low latency and easy use cases. | 1,193 |
dylanmckay/protocol | A crate providing a protocol for sending and receiving structured data over various networks | 187 |
benoitc/hackney | An HTTP client library for Erlang that provides a simple and efficient way to send and receive HTTP requests | 1,337 |
metabase/connection-pool | A Clojure library providing a simple wrapper around C3P0 to create and manage connection pools for JDBC databases. | 14 |
vapor-community/sockets | A non-blocking TCP socket layer with event-driven server and client | 575 |
chat-wane/rtc-scamp-mbr | An implementation of a decentralized peer-to-peer membership protocol using WebRTC for distributed network connections | 2 |
mirrornetworking/telepathy | A simple, message-based MMO-scale TCP networking library written in C#. | 1,173 |
me-no-dev/asynctcp | An asynchronous TCP library designed to simplify network programming on ESP32 devices with multiple connections. | 732 |
bkaradzic/bnet | A C++ library for message-oriented networking using TCP transport. | 142 |
novotnyllc/bc-csharp | A C# implementation of cryptographic algorithms and protocols | 176 |
me-no-dev/espasynctcp | A TCP networking library for ESP8266 microcontrollers, providing an asynchronous framework for building networked applications. | 758 |
mtcp-stack/mtcp | A highly scalable user-level TCP stack for multicore systems | 2,005 |
rodentrabies/bp | A Common Lisp implementation of the Bitcoin Protocol components | 37 |
organic-code/breep | A high-level C++ peer-to-peer networking library that simplifies network communication by abstracting away low-level details. | 139 |
cronokirby/haze | A Haskell implementation of the Bittorrent protocol for learning and development purposes. | 107 |