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-06-24 00:28:15 UTC
- JSON Representation
https://github.com/ashishkumbhar01/php-chat-app
A PHP Chat App based on Web Socket async
async asynchronous chat javascript messaging mysql php sql websocket
Last synced: 03 Feb 2026
https://github.com/gotz1480/websocket-server
A simple application which uses C library socket.h to demonstrate how to retrieve a HTTP GET request with response 200 and some HTML data.
c c-webclient c-webserver-program websocket websocket-endpoint websocket-example websocket-server
Last synced: 07 Apr 2025
https://github.com/gabeduartem/simple-ws-wrapper
Provides a socket.io inspired API for sockets, but using native websockets protocol
native socket socket-io socketio sockets web websocket websockets ws
Last synced: 26 Apr 2026
https://github.com/shilo/mimic
Clone-and-play multiplayer for Godot. Drop in a MimicSync node and make your scenes network-aware, with high-level nodes for connection and gameplay.
client enet game-development gdscript godot godot-4 godot-addon godot-engine multiplayer multiplayer-synchronizer netcode networking online-game replication rpc server synchronization tcp udp websocket
Last synced: 08 Jun 2026
https://github.com/tianqbu/doppelvoice
Real-time Chinese↔English speech translation with zero-shot voice cloning · 端到端实时语音翻译 + 0样本音色克隆 · Powered by Doubao Seed LiveInterpret 2.0
chinese-english doubao protobuf pyside6 real-time simultaneous-interpretation speech-translation voice-cloning websocket windows
Last synced: 02 May 2026
https://github.com/dfordivam/audiocapture
Capture live audio stream from browser using ghcjs and websockets
ghcjs haskell webmedia websocket
Last synced: 12 Nov 2025
https://github.com/menurivera/web3-mcp
MCP server for using your browser wallet with natural language
bun mcp mcp-server typescript web3 websocket
Last synced: 27 Apr 2026
https://github.com/sawirstudio/bunpush
Modern Realtime solution that doesn't make you sweat. Simply use Pusher's API and you're good to go.
bun messaging push push-notifications realtime websocket
Last synced: 27 May 2026
https://github.com/fxxkrlab/adminchat_panel
Telegram Bot Customer Service Platform - Multi-bot pool, bidirectional messaging, FAQ engine (8 modes + AI), real-time web chat, user management. Python/FastAPI + React/TypeScript + PostgreSQL + Redis. Docker deployable.
admin-panel ai chatbot customer-service docker faq fastapi postgresql react telegram-bot typescript websocket
Last synced: 10 Apr 2026
https://github.com/moeiscool/emissary
The Live Chat Solution written in Node.js
customer-support live-help redis sql websocket
Last synced: 28 Apr 2026
https://github.com/mpol1t/async-websocket-pool
async-websocket-pool is a Python library that enables efficient creation and management of a pool of asynchronous WebSocket clients.
Last synced: 06 Feb 2026
https://github.com/damianmarti/websocket-examples
Test applications using websockets
Last synced: 28 Apr 2026
https://github.com/lagenorhynque/websocket-example
Luminus/Immutant WebSocket example app
clojure clojurescript immutant luminus websocket
Last synced: 25 Oct 2025
https://github.com/ronffy/fivechat
基于node + websocket,在线聊天程序
h5 node-websocket nodejs websocket
Last synced: 28 Apr 2026
https://github.com/1ort/wtop
Python based remote system monitor
aiohttp psutil python3 system-monitor system-monitoring websocket
Last synced: 27 Mar 2025
https://github.com/koko37/orderbook-component
Basic orderbook component with websocket
centrifuge orderbook websocket
Last synced: 07 Apr 2025
https://github.com/101t/marketmaker
Market Maker for streaming data from coinbase
Last synced: 22 Feb 2026
https://github.com/akagi201/orderly-sdk-py
Orderly.Network Async Python SDK
async orderly orderly-sdk pdoc poetry rest websocket ws
Last synced: 27 Apr 2025
https://github.com/mano-08/games
Retro games of Battleship & Whack-a-Mole in pixel theme.
axios axios-react expressjs javascript multiplayer multiplayer-game nodejs nodejs-server postgresql postgresql-database reactjs socket-io tailwindcss websocket
Last synced: 27 Feb 2026
https://github.com/itraceur/sockjs-channels
WebSocket emulation - SockJS server implementation for Django Channels.
asgi asyncio channels django realtime-communication realtime-web realtime-web-application sockjs websocket
Last synced: 23 Jun 2026
https://github.com/takielias/deno-websocket-chat
This is a simple Deno Websocket Chat Example with OAK Middleware Inspired by https://cutt.ly/7yVWKuK
chat deno middleware oak websocket
Last synced: 29 Apr 2026
https://github.com/equalsgibson/five9-go
Interact with Five9 REST API and WebSocket using Go
five9 golang rest-api websocket
Last synced: 17 Jan 2026
https://github.com/lreiner/yt-realtime-channelstatistics
Websocket Server to push out Youtube Channel Statistics in Realtime. Free to use for everyone! 🖨
angular api ionic js nodejs socket websocket youtube youtube-api
Last synced: 11 Apr 2026
https://github.com/tdjsnelling/orderbook
Simple Node.js FIFO order matching engine, powered by Redis
matching-engine nodejs orderbook protobuf redis trading websocket
Last synced: 08 May 2026
https://github.com/hendurhance/dogediscuss
A discussion forum RestAPI built with Laravel, JWT and Vue scaffolding for Frontend SPA with Websockets
authentication jwt laravel pusher pusherjs rest-api vue websocket
Last synced: 01 May 2026
https://github.com/tattle-made/viral-spiral-backend
a multiplayer card game about sharing news on the internet
Last synced: 15 Mar 2026
https://github.com/d4nyll/cucumber-socket
In a Cucumber/Gherkin test, cucumber-socket gives you the ability to wait for Socket.io events to be received before moving on to the next step.
async asynchronous bdd cucumber gherkin socket-io testing websocket
Last synced: 01 May 2026
https://github.com/cntryl/fitz
Unified broker for KV, queue, notice, RPC, lease, stream, and schedule messaging patterns.
event-driven key-value-store message-broker pubsub queue rpc rust scheduler stream-processing tcp websocket
Last synced: 09 Jun 2026
https://github.com/frckbrice/social-media-backend
This server provide a Backend functionality for Next.js Front-end. It's a RESTfull API where user perform CRUD operations on users from mongoDB database via mongoose odm. built with TypeScript, Websocket, Nest.js , Mongoose and MongoDB
mongodb-database mongoose-odm nestjs-backend typescript websocket
Last synced: 19 Apr 2026
https://github.com/joseluisgs/ts-chat-socketio
Ejemplo de chat usando la librería Socket.io de Node.js, con el objetivo de manejar websocket y crear un chat en tiempo real.
chat-application javascript nodejs socket-io typescript websocket
Last synced: 01 May 2026
https://github.com/catalinfl/adler
High performance WebSocket server library built on top of gobwas/ws
broadcast game-server go gobwas-ws golang hub multiplayer networking real-time rooms session websocket websocket-server
Last synced: 01 May 2026
https://github.com/fasakinhenry/locloud
locloud helps to transfer text from laptop to phone over a local network without internet connection especially on windows
javascript lan laptop local phone webapp websocket
Last synced: 04 Jan 2026
https://github.com/gisce/orakwlum-frontend
orakWlum frontend based on Node + React
frontend hacktoberfest javascript nodejs orakwlum react reactjs service-worker websocket
Last synced: 02 May 2026
https://github.com/maxedpc08/astrolabe
Astrolabe is a vision processing software for FRC teams. It is capable of object detection and apriltag detection, along with calculating a bunch of stuff about the object's location. It is designed to be the easiest vision processing system to use for FRC teams.
first-robotics first-robotics-competition frc python vision-processing websocket
Last synced: 24 Oct 2025
https://github.com/marianogappa/truco
Truco argentino implementation
card-game gh-pages golang react truco truco-argentino webassembly websocket
Last synced: 03 May 2026
https://github.com/wamp3hub/wamp3router
Router for Web Application Messaging Protocol
messaging networking real-time router wamp wamp3hub websocket
Last synced: 14 Jan 2026
https://github.com/sokil/browser-communication-labs
Server to browser communication examples
long-polling mercure server-push server-sent-events socket-io websocket
Last synced: 28 Jan 2026
https://github.com/codewithsushil/php-chat-room-with-websocket
in this project used websocket realtime chat no used any database only Ratchet library WebSockets for PHP
php php-framework php-library php7 php8 phpwebsocket ratchet ratchet-websocket-server websocket
Last synced: 14 Jun 2025
https://github.com/wakidurrahman/advanced-node-js
Advanced techniques for asynchronous programming and data streaming in Node.js
Last synced: 14 Apr 2026
https://github.com/zeek/zeek-websocket-rs
Bindings for Zeek's WebSocket API
c python rust websocket websocket-client zeek
Last synced: 23 Jun 2026
https://github.com/swift-libp2p/swift-libp2p-websocket
A WebSocket Transport Module for LibP2P Applications
libp2p libp2p-transport websocket
Last synced: 14 Feb 2026
https://github.com/nirebu/naos-quantified-gaming
A Vue frontend for the data provided by the Mionix Naos QG mouse
gaming mionix quantified-self vue vuex websocket
Last synced: 30 Mar 2025
https://github.com/abhirockzz/websocket-http-session
How to access HttpSession in WebSocket endpoint
httpsession javaee7 jsr356 servlet websocket
Last synced: 09 Apr 2025
https://github.com/ngimdock/dask-websocket
The web socket project of a task management application in a synchronized way by a team.
expressjs socket-io typescript websocket
Last synced: 13 Apr 2026
https://github.com/saddickq/kawulaconnect
A modern messaging app that brings people closer with seamless real-time chat and an intuitive interface. With a focus on connection and community, KawulaConnect makes it easy to stay in touch, share moments, and communicate effectively.
chat cloudinary expressjs mongodb-atlas nodejs reactjs shadcn-ui socket-io socket-io-client websocket
Last synced: 01 Mar 2026
https://github.com/ravening/springboot
All Spring boot related projects
actuator angular6 docker h2-database kafka kafka-streams mongodb neo4j reactive-kafka reactive-web-sockets spring-boot spring-cloud-stream-kafka spring-data-neo4j stomp stompwebsocket thymeleaf vuejs websocket
Last synced: 02 Mar 2026
https://github.com/abiosgaming/push-api-client
[deprecated] A demo client showing how to subscribe to Abios' data pushes
demo-client deprecated esports golang push-api websocket
Last synced: 14 Jan 2026
https://github.com/ivoputzer/wss
wrapper built upon ws module that provides standard server api only.
javascript nodejs websocket websocket-server ws wss
Last synced: 11 Jan 2026
https://github.com/yingshulu/wsrpc
websocket RPC for go
bi-directional rpc streaming websocket
Last synced: 14 Jan 2026
https://github.com/youichi-uda/droidpilot
Stable Android device automation for AI agents. Uses Accessibility Service + MCP protocol — no ADB, no OCR, just native OS APIs over WiFi.
accessibility-service ai-agents android android-automation automation claude kotlin llm mcp mcp-server mobile-automation model-context-protocol rpa typescript websocket
Last synced: 16 Jun 2026
https://github.com/deepgram-starters/go-live-transcription
Get started using Deepgram's Live Transcription with this Go demo app
asr deepgram live real-time speech-to-text stt transcription websocket
Last synced: 21 Jan 2026
https://github.com/glurp/dynamicreverseproxy
Exemple of a solution for dynamic Http/WS reverse proxy with nginx and /etc/hosts manipulation
dynamic-reverse-proxy nginx ocpp openresty reverse-proxy websocket
Last synced: 04 Apr 2025
https://github.com/quarkiverse/quarkus-json-rpc
JsonRPC over WebSocket services with Quarkus
json-rpc quarkus-extension websocket
Last synced: 24 Apr 2025
https://github.com/o0101/websocket_chat_app_homework
A VERY simple chat app, with a single room, unlimited members, built using vanilla JS (no frameworks) to the spec of a homework assignment.
app chat full-stack nodejs websocket
Last synced: 08 Apr 2025
https://github.com/symblai/twilioflex-inbound-adapter
A sample app with starter code for implementing Twilio Media Streams over Symbl.ai's WebSocket Streaming API. Build your own custom, fully programmable continuous conversation intelligence application.
100daysofcode amazon api aws chime media-streaming-demo sentiment starter-code symbl transcription twilio websocket websockets
Last synced: 19 Apr 2026
https://github.com/RWTH-i5-IDSG/ixsi
IXSI - Interface for X-Sharing Information documentation
bikesharing carsharing documentation mobility tex travelinformation websocket xml
Last synced: 13 Oct 2025
https://github.com/memoryInject/ws-client
WebSocket command line client for testing WebSocket server. | Light weight 🍂 | Blazing fast ⚡ | Portable 💼
bash blazing-fast command-line command-line-tool console-application console-tool cpp linux-app multithreading portable small-tools test testing testing-tools websocket websocket-client websockets
Last synced: 31 Mar 2025
https://github.com/milochen0418/nodejs-websocket-to-serialport
The Node.JS server-side convert serialport data into WebSocket, so that client-side can communicate with the serial port through the node
converter node-js nodejs serial serial-ports serialport websocket websocket-server
Last synced: 18 May 2026
https://github.com/toni08bit/outside
An easy-to-use python web framework. Inspired by Flask.
flask http http-server nginx python3 ssl websocket websockets
Last synced: 21 Aug 2025
https://github.com/nwylynko/connect420
A clone of connect4. Retro Themed Online Multiplayer game built with Reactjs and Socket.io
react socket-io typescript websocket
Last synced: 11 May 2026
https://github.com/kyoukaya/angelina
Event driven websocket interface to get a Arknight client's state
Last synced: 22 Jan 2026
https://github.com/omran95/chatroom
Backend for Real-time, Highly-Scalable Chat Room App
cassandra docker golang grpc kafka opentelemetry prometheus rate-limiter redis traefik websocket
Last synced: 07 Feb 2026
https://github.com/akotov-dev/vmess-ws
Personal Security Server for VPS (rpm/deb)
security vmess websocket xray-core
Last synced: 22 Jan 2026
https://github.com/eomaxl/hft-dataaggregator
real-time data aggregator and trading system, capable of collecting, processing, and distributing market data to facilitate automated trading decisions.
data-aggregation-api fix rest-api rust websocket
Last synced: 22 Feb 2026
https://github.com/touchdeck/websocket-proxy
A websocket proxy with local discovery for piping data between two clients.
docker-image proxy server websocket websocket-proxy
Last synced: 03 Feb 2026
https://github.com/christian80gabi/api_rmi_crud_java
Java API using RMI for CRUD methods.
java mircoservices rmi rmi-client rmi-client-server soket websocket
Last synced: 01 Jun 2026
https://github.com/soulgarden/kickex-bot
Trading bot for kickex exchange
algo-trading bot cryptocurrencies docker finance go helm k8s kickex telegram trading-bot websocket
Last synced: 29 Apr 2026
https://github.com/ranjanrak/phpkc-ticker
PHP kiteconnect client websocket ticker implementation.
Last synced: 24 Oct 2025
https://github.com/nshkrdotcom/jido_hive
Phoenix coordination server and embeddable Elixir client for augmented human-AI telepathy. Transforms multiplayer terminal chat into live, room-scoped structured context graphs and actionable consensus workflows.
actor-model asm client-server concurrency coordination distributed-systems elixir elixir-otp event-driven execution-engine llm-workflows local-execution multi-agent nshkr-ai-agents phoenix real-time relay room-management round-robin websocket
Last synced: 01 May 2026
https://github.com/nelsonwenner/python-data-sampling-app
:package: The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.
arduino csv datacollection pysimplegui python sampling sensors sensors-data-collection serialport thread websocket wifi
Last synced: 25 Apr 2026
https://github.com/unclegrumpy/moonlight_8266
ESP8266 WebSocket server to control a single RGB . With a moon themed web interface for use with a 3-D printed Moon lamp.
arduino-ide eeprom esp01 esp8266 littlefs moon-lamp ota rgb-led websocket
Last synced: 26 Apr 2025
https://github.com/mukeshjha3/whatsapp-fullstack-project
This is a fullstack Whatsapp clone project which is basically made on the top of Springboot(Backend) and React.js(frontend).
css3 html5 java-8 javascript jwt maven mysql-database reactjs springboot springboot-security stomp websocket
Last synced: 10 Apr 2026
https://github.com/conterkote/cryptocurrency-viewer
Cryptocurrency monitoring via websockets, implemented on RTK Query
binance-api coingecko-api javascript react redux-toolkit redux-toolkit-query tailwindcss typescript websocket
Last synced: 04 May 2026
https://github.com/jinjoo-lab/real-time-communication-test
실시간 통신 분석 프로젝트 ( Polling, Long Polling, SSE, WebSocket, STOMP )
k6 long-polling polling spring-boot stomp websocket
Last synced: 04 May 2026
https://github.com/mpol1t/off_broadway_websocket
An Off-Broadway producer enabling real-time ingestion of WebSocket data.
Last synced: 27 Oct 2025
https://github.com/yuvraj0028/node-realtime-chat-app
Our Realtime Chat App, driven by Node.js and WebSockets, ensures low-latency instant messaging with secure room creation. Enjoy responsive design, user authentication, and customizable features for a seamless and personalized chat experience. Connect effortlessly and communicate in real time across devices and browsers.
backend chat expressjs nodejs websocket
Last synced: 10 Jul 2025
https://github.com/amen-souissi/e2e-web-app-tutorial
end 2 end web app tutorla
apollo apollo-client apollo-server-express docker docker-compose expo graphql material-ui postgresql react-native reactjs redux smashtest subscriptions tutorial type-graphql typescript websocket
Last synced: 20 Jun 2025
https://github.com/ericrabil/presenti
A plug-n-play status aggregation service
activity modular monorepo presence rest status typescript websocket
Last synced: 05 Feb 2026
https://github.com/gautam6023/hackathon
Chat translator is an instant messaging app with live translation features. People from a different countries with different languages can communicate with each other. The app removes the barrier of language in communication.
css3 html5 jwt-authentication reactjs socket-io styled-components websocket
Last synced: 10 Apr 2026
https://github.com/harshitpachori/cleartalk
This is a Chat Application developed with MERN stack with Socket.io
axios chat-application cookies expresjs javascript jwt mongodb multer nodejs radix-ui reactjs reactrouterdom realtime-chat shadcn-ui socket-io tailwindcss websocket yarn zustand
Last synced: 28 Jan 2026
https://github.com/cryptosingh1337/serpent-clash
Multiplayer snake game
canvas2d ecs golang multiplayer-game pixi-js quadtree tailwindcss vue3 websocket
Last synced: 05 May 2026
https://github.com/wesleymcginn/simple-websocket-example
If you have node.js, you can run server.js and host a document using your computer as the server. Anyone connected to your router can type on the document, and it will update for everyone.
document html ip ipv4 ipv4-address localhost node-js nodejs server server-side textarea websocket websocket-client websocket-connection websocket-server
Last synced: 28 Jan 2026
https://github.com/kei-k23/realtime-chat-app
This is simple real-time chat application using Spring boot backend and React frontend.
Last synced: 06 May 2026
https://github.com/9ssi7/ssi-we
The full stack web event activity inspector plugin
docker golang javascript websocket
Last synced: 06 Mar 2025
https://github.com/anechas/database-gateway
App connects to a remote database
database-connection electron microsoft-sql-server mysql nodejs postgresql react remote-database rest-api websocket
Last synced: 06 Feb 2026
https://github.com/hihuzhen/browser-mcp
Browser MCP
automation browser browser-extension mcp websocket
Last synced: 14 Jan 2026
https://github.com/briandenicola/azure-sentiment-analysis-chat
A demo application written in Go to showcase Azure Cognitive Services running in Docker Containers
azure azure-cognitive-services golang kubernetes-deployment websocket
Last synced: 31 Jan 2026