COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210717235449/https://github.com/topics/tcp-server
Here are
921 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
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
ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
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
Jul 15, 2021
Erlang
一个基于reactor模式的Linux/C++网络库,支持one loop per thread机制。
An easy-to-use, event-driven, asynchronous network application framework compiled with Java 11.
Updated
Dec 30, 2020
Java
A minimal non-blocking TCP server written for Python 3.
Updated
Jun 30, 2020
Python
A Lightweight Socket Service with heartbeat, Can be easily used in TCP server development.
a non-blocking I/O tcp network lib based on c++14/17
node实现的GRPC中间层转发解析,连接前端后端通信的中间件
Updated
Jan 25, 2018
JavaScript
a socket server (include SSL) supports for realtime game, MMORPG, message, chat and streaming data with tcp, udp and websocket
Updated
Jul 13, 2021
Java
React Native TCP socket API for Android, iOS & macOS with client SSL/TLS support
Simple wrapper for TCP client and server in C# with SSL support
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.
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the
web-sys
must be used.wasm
.