The Wayback Machine - https://web.archive.org/web/20210502220258/https://github.com/topics/tcp-server
Here are
880 public repositories
matching this topic...
🚀 PHP Microservice Full Coroutine Framework
swoole,easyswoole,swoole framework
High performance, simple, extensible golang open source network library
A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols.
An blocking socket client for Android applications.
Updated
Jan 10, 2020
Java
Lightweight, facility, high performance golang based game server framework
Network utility for sending / receiving TCP, UDP, SSL
ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
Ultra fast and low latency asynchronous socket server & client C# .NET Core library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution
A developing game server framework,based on Entity Component System(ECS).
Updated
Oct 22, 2019
Java
A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
Cowboy.Sockets is a C# library for building sockets based services.
C++ TCP Library - NO LONGER MAINTAINED
Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
Updated
Apr 19, 2019
JavaScript
C++ high performance networking with TCP/UDP/RESP/HTTP/WebSocket protocols
H2服务器引擎架构是轻量级的,与其说是引擎,个人觉得称之为平台更为合适。因为它封装的功能少之又少,但是提供了非常简洁方便的扩展机制,使得可以用C++、python、lua、js、php来开发具体的服务器功能。H2引擎的灵感来源于web服务器Apache。
Erlang General Non-blocking TCP/SSL Socket Server
Updated
Jan 15, 2021
Erlang
A minimal non-blocking TCP server written for Python 3.
Updated
Jun 30, 2020
Python
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Updated
Dec 30, 2020
Java
一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。
A Lightweight Socket Service with heartbeat, Can be easily used in TCP server development.
node实现的GRPC中间层转发解析,连接前端后端通信的中间件
Updated
Jan 25, 2018
JavaScript
a non-blocking I/O tcp network lib based on c++14/17
React Native TCP socket API for Android, iOS & macOS with client SSL/TLS support
Updated
Mar 13, 2021
Java
High-performance networked mutex for Node.js libraries.
Updated
Jul 27, 2020
TypeScript
Transparent WiFi (TCP, UDP) to UART Bridge, in AP or STATION mode
Improve this page
Add a description, image, and links to the
tcp-server
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
tcp-server
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
The
Decoder
is used by theFramedTcp
transport to transform a stream-based protocol (TCP) into a packet-based protocol that fits really well with the concept of message.The
Decoder
collects data from the stream until it can be considered a message. In that process, each chunk of data received from the