WebSocket
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.
- GitHub: https://github.com/topics/websocket
- Wikipedia: https://en.wikipedia.org/wiki/WebSocket
- Created by: Michael Carter, Ian Hickson
- Related Topics: long-polling, polling,
- Aliases: websockets, ws,
- Last updated: 2026-07-07 00:31:10 UTC
- JSON Representation
https://github.com/tejashah88/triforce-listener
WebSocket Server for Triforce Control to listen for game controller input and map them to keyboard/mouse inputs.
android dolphin-emu kotlin vertx websocket
Last synced: 11 May 2026
https://github.com/samuelematias/flutter-websocket-example
🔁 A Simple Flutter Project Example using WebSocket.
dart flutter socketio websocket
Last synced: 10 Jun 2026
https://github.com/elsmr/cycle-ws-driver
A Cycle.js Driver for using WebSockets
Last synced: 11 May 2026
https://github.com/nadiraliofficial/ibkr-algo-standalone
Autonomous 24/7 algo trading system: Pine Script → Python indicator, IBKR execution engine, React dashboard — 50 US stocks on VPS
algorithmic-trading automation ibkr interactive-brokers pine-script python react trading-bot vps websocket
Last synced: 11 May 2026
https://github.com/charlie5dh/django-channels-chat-tutorial
Chat classic tutorial teching django channels and WebSockets
channels django python websocket
Last synced: 11 May 2026
https://github.com/dannywillems/near-intents-tools
Tools for monitoring and interacting with NEAR Intents protocol
blockchain crypto intents near near-protocol rust websocket
Last synced: 11 May 2026
https://github.com/mostafamoradii/eveys-console
System-administration console for the OCPP gateway — sign-in protected, single WebSocket per tab, live snapshot+tail subscriptions over the gateway's Kafka topics and REST API.
ev-charging fastify kafka ocpp protobuf react realtime shadcn-ui tailwindcss typescript vite websocket
Last synced: 11 May 2026
https://github.com/selcuksert/spectrum
Containerized fake spectrum generator
amqlib kubernetes minikube nodejs plotlyjs websocket
Last synced: 12 May 2026
https://github.com/anthonydibi/mycelium
Firefox extension for chance encounters
Last synced: 12 May 2026