WebSocket topic

WebSocket is a computer communications protocol, providing full-duplex communication channels for interaction between a web browser (or other client application) and a web server over a single TCP connection. The WebSocket protocol allows for sending messages to a server and receiving event-driven responses without having to poll the server for a reply, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open. In this way, a two-way ongoing conversation can take place between the client and the server.

List WebSocket repositories

node-signalr

20
Stars
13
Forks
Watchers

A signalR client for node.js which support ASP.net but not ASP.net Core.

GodotPhoenixChannels

263
Stars
16
Forks
Watchers

GDScript and Godot client for real-time Phoenix Framework Channels

BulletJournal

152
Stars
44
Forks
Watchers

An organizational system that helps you keep track of everything in your busy life

httpexpect

2.5k
Stars
242
Forks
Watchers

End-to-end HTTP and REST API testing for Go.

public

167
Stars
61
Forks
Watchers

util toolkit for go.golang 通用函数包

pink-0

94
Stars
9
Forks
Watchers

Ableton Link to clock/reset signals converter

comet

20
Stars
2
Forks
Watchers

A http long polling comet implementation for nodejs and browser

CppServer

1.3k
Stars
279
Forks
Watchers

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

NetCoreServer

2.5k
Stars
536
Forks
Watchers

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