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

ThinkMoreForum-Backend

51
Stars
9
Forks
Watchers

ThinkMore Forum backend build with Spring Boot, JWT, Prometheus.

async-dom

35
Stars
0
Forks
Watchers

Async Dom - is cover repo, conataining list of different JS demos, where DOM is created inside web-worker and streamed to main browser thread

CentrifugoBundle

74
Stars
8
Forks
Watchers

📦 Provides communication with web-socket server Centrifugo in Symfony applications.

crypto-trading-bot

3.0k
Stars
969
Forks
Watchers

Cryptocurrency trading bot in javascript for Bitfinex, Bitmex, Binance, Bybit ... (public edition)

apollo-phoenix-websocket

91
Stars
9
Forks
Watchers

An Apollo networkInterface for executing GraphQL queries via Phoenix Channels

channel.js

7
Stars
2
Forks
Watchers

Simple Javascript front-end for Django Channels apps

nmc2

7
Stars
0
Forks
Watchers

Lightweight, high-performance WebSocket server for No Man's Canvas, the pixel drawing game.

gentle_rpc

45
Stars
9
Forks
Watchers

JSON-RPC 2.0 library with HTTP and WebSockets support for deno and the browser

async-tungstenite

382
Stars
61
Forks
Watchers

Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation

Google-Docs-Clone-Client

21
Stars
5
Forks
Watchers

A Real-Time Collaborative Editor based on Vuejs, SocketIO and Vuetify. Uses MongoDB as the database and Mongoose as the ORM