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-26 00:28:34 UTC
- JSON Representation
https://github.com/timostamm/aspnetcore-websocket-controller
Easy WebSockets for AspNetCore 3.0
Last synced: 04 Jun 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/damianmarti/websocket-examples
Test applications using websockets
Last synced: 28 Apr 2026
https://github.com/didierfranc/socket.cool-example
A simple node.js chat built on top of socket.cool
Last synced: 29 Apr 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/wunamesst/tailr
A blazing-fast log tail & search server. Single binary, web UI, real-time streaming.
devops log-search log-tail log-viewer monitoring rust vue3 websocket
Last synced: 09 Jun 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/pradeep-selva/arcadia-typerace
Join or create a room and challenge your friends to a typing race
golang race typescript typing vue websocket
Last synced: 08 May 2026
https://github.com/andrsam/chatroom
A simple chat room application in Spring boot and Rabbit MQ
docker-compose java rabbitmq spring-boot websocket
Last synced: 09 May 2026
https://github.com/microchiptech/pic32mzw1_websocket_http_website
"IoT Made Easy!" - This example application enable a websocket server with the HTTP website, temperature and light intensity value is send to the browser through the websocket connection and display in real time.
http pic32mzw1 webpage website websocket wfi32 wfi32iot-board
Last synced: 12 Jun 2026
https://github.com/mingslife/v2ray-nginx
🪜 --x-- 👽
docker docker-compose nginx v2ray websocket
Last synced: 10 Apr 2026
https://github.com/liraymond04/webrtc-client
A native client library for WebRTC written in C and libdatachannel
c datachannel libdatachannel networking p2p peer-to-peer peerconnection rtcpeerconnection webrtc webrtc-client websocket
Last synced: 16 Apr 2026
https://github.com/samuelorlato/golang-voting-system-api
api clean go golang hexagonal-architecture sockets voting voting-system websocket websockets
Last synced: 14 Jan 2026
https://github.com/yju-okura/project_minori-gin-deployment-repo
RAGを導入した授業プラットフォーム
gin-gonic golang webrtc websocket
Last synced: 01 May 2026
https://github.com/beyond-immersion/bannou-service
The all-purpose .NET monoservice for the Beyond Immersion game servers.
cloud-services csharp docker dotnet game-backend game-development game-server game-services gamedev goap goap-planner matchmaking microservices multiplayer npc-ai nswag openapi openresty realtime websocket
Last synced: 24 Feb 2026
https://github.com/nktkas/rews
Drop-in WebSocket replacement with automatic reconnection.
Last synced: 02 Apr 2026
https://github.com/lilnasy/tic-tac-toe
A quirky little multiplayer game built with websockets, Preact, and Astro. This is built to showcase my work adding websocket support to Astro, which has a reputation for "static" websites, but it can do so much more! Hosted on a Node.js server running on an Oracle Cloud instance.
astro board-game preact realtime websocket
Last synced: 01 May 2026
https://github.com/leberkleber/rocket.chat.mqtt
Access RocketChat via MQTT
chat go golang mqtt rocketchat websocket
Last synced: 07 May 2026
https://github.com/nueluzoma/portfolio-project
Automated CI/CD Pipeline for Web Applications using Jenkins and GitHub
ci-cd docker jenkins websocket
Last synced: 12 May 2026
https://github.com/roq-trading/roq-client-bridge
Network access to C++ client using Websocket for transport and various encoding/decoding protocols.
api binary bridge cpp26 flatbuffers json sbe websocket
Last synced: 02 May 2026
https://github.com/rxtoolkit/socketio
🚰 RxJS operators for working with Socket.io (v4 or lower) servers
fp functional-programming observables package reactive-programming realtime rxjs socket-io socketio streaming websocket websockets
Last synced: 12 Feb 2026
https://github.com/siopipin/socketio
Aplikasi Timbang Realtime dengan Socket Io NodeJS + Express Js
ejs javascript nodejs socket-io websocket
Last synced: 16 Apr 2026
https://github.com/bontaramsonta/simple-messaging-server
a simple ws message server using Bun.websocket
Last synced: 30 Jan 2026
https://github.com/kanata-php/conveyor-laravel-broadcaster
Conveyor Laravel Broadcaster
php realtime socket-io websocket websockets
Last synced: 03 May 2026
https://github.com/fyrndly/ips_wisma
Indoor Position System with Beacon based on Trilateration Method
flask mqtt trilateration websocket
Last synced: 10 May 2026
https://github.com/icd360s-e-v/mitglieder
Offizielle Mitglieder-App des ICD360S e.V. - Flutter Cross-Platform (Android, iOS, Windows, macOS, Linux)
accessibility android association community cross-platform dart f-droid flutter german ios linux macos member-management nonprofit open-source social-impact volunteer webrtc websocket windows
Last synced: 16 Jun 2026
https://github.com/skynett81/3dprintforge
Self-hosted web dashboard for Bambu Lab 3D printers
3d-printer ams bambu-lab dashboard mqtt nodejs self-hosted websocket
Last synced: 03 May 2026
https://github.com/samicpp/dotnet-http
A HTTP/0.9, HTTP/1.1, WebSocket, HTTP/2, and HPACK library written completely in c#, with no dependencies
csharp csharp-code csharp-library dotnet http http-framework http-library http-protocol http09 http1 http2 http2-library http2-protocol websocket websocket-framework
Last synced: 18 Apr 2026
https://github.com/borankux/android-remote-control
Open-source rooted Android remote control stack with Kotlin app, Node relay, React console, MJPEG preview, and ADB bridge
adb adb-bridge android android-automation cloud-phone device-automation kotlin-android mjpeg mobile-testing nodejs qa-automation react remote-control remote-desktop rooted-android uiautomator vite websocket
Last synced: 16 Jun 2026
https://github.com/juliomotol/laravel-channel-attributes
Automatically register Laravel channels using annotations/attributes!
annotations attributes broadcasting channels laravel websocket
Last synced: 18 Jan 2026
https://github.com/aykevl/domo-web
Web interface to my home automation devices
home-automation webapp websocket
Last synced: 08 Apr 2025
https://github.com/borgoat/ex_twelve_data
Elixir client for Twelve Data
elixir twelve-data twelvedata websocket
Last synced: 13 Jun 2026
https://github.com/hk669/goods-rickshaw
highly scalable logistics platform that allows users to book transportation services for moving goods with Django
channels django geospatial maps-api real-time redis-cache websocket
Last synced: 04 May 2026
https://github.com/adesiclabs/client-python
Python Client for Adesic API
abyiss api api-client bitcoin bot crypto cryptocurrency ethereum exchange libary market-data python rest-api trading websocket websockets wrapper
Last synced: 18 Apr 2026
https://github.com/hsnfirdaus/gomeet
Contoh penggunaan WebRTC untuk video conference
golang google-meet meet typescript video-conferencing webrtc webrtc-demos webrtc-video websocket zoom
Last synced: 09 May 2026
https://github.com/hermya/poker-science
Fast and scalable Poker implementation that uses Go, knowledge of data structures and system design
docker gin go kubernetes postgresql rest-api websocket
Last synced: 11 Apr 2026
https://github.com/one2r/chatroom
chatroom is about using WebSocket to build a web-based chat room based on beego.
Last synced: 20 Apr 2026
https://github.com/programmingwormhole/telechat_admin
Laravel Realtime Chatting Apps API Using WebSockets and Flutter Frontend.
flutter flutter-realtime-chatting-app flutter-websocket laravel laravel-websockets websocket
Last synced: 20 Apr 2026
https://github.com/deepgram-starters/flask-voice-agent
Get started using Deepgram's Voice Agent with this Flask demo app
agent-api deepgram live real-time speech-to-speech voice-agent websocket
Last synced: 21 Jan 2026
https://github.com/zucchinidev/go-chat-application
A simple web-based chat application with Golang that allows multiple users to have a real-time conversation right in their web browser
chat-application go golang websocket
Last synced: 17 Mar 2025
https://github.com/mileristovski/dataengineer-sparkstreaming
Track a Boat est un système de suivi maritime en temps réel utilisant Kafka, Spark Structured Streaming et WebSockets. Il permet de visualiser la position des navires, analyser leurs trajectoires et prévoir leurs destinations sur une carte interactive.
big-data-processing distributed-computing docker docker-compose kafka kafka-topics maritime-data pipeline python scala spark-structured-streaming websocket
Last synced: 11 Apr 2026
https://github.com/ably-labs/collaborative-pixel-drawing
A collaborative pixelart drawing carnvas to demonstrate pub/sub using Ably or Azure WebPubSub.
ably azure-functions demo dotnet javascript pubsub serverless websocket
Last synced: 13 May 2026
https://github.com/yoset77/shogihome-lab
ShogiHome をフォークしたセルフホストサーバー型 GUI
shogi typescript usi vue websocket
Last synced: 21 Apr 2026
https://github.com/slfagrouche/safeguard
Real-time crisis monitoring platform for conflict zones and disaster areas. FastAPI + React + MongoDB + OpenAI GPT-4o.
agent ai aws-ec2 aws-lambda aws-s3 crisis-monitoring django fastapi leaflet mongodb non-profit openai react real-time rest-api shadcn-ui tailwindcss websocket
Last synced: 21 Apr 2026
https://github.com/filippofinke/php-websocket
📡 Simple php websocket server
Last synced: 18 Jun 2025
https://github.com/nikamunjishvili/nestjs-application
bcryptjs docker docker-compose graphql jwt mongodb nest socket-io swagger typescript websocket
Last synced: 24 Feb 2026
https://github.com/joaquinbejar/lightstreamer-rs
Lightstreamer TLCP (Text-based Live Connections Protocol). It provides a robust client SDK to interact with Lightstreamer servers, enabling real-time data streaming for financial applications, IoT systems, and other use cases requiring live data updates. While it was initially developed to support the ig
lightstreamer tlcp trading websocket
Last synced: 02 Apr 2026
https://github.com/natanaelvich/heat-backend
github authentication and web sockets messages
expressjs github-authentication jwt prisma typescript websocket
Last synced: 06 May 2026
https://github.com/simon28082/framework
Extend the Laravel framework, add Swoole, Socket, RPC, WebSocket support, and common scaffolding features
laravel microservice rpc socket swoole tcp websocket
Last synced: 18 Apr 2026
https://github.com/tomchen/recip
Web-based Remote-Controlled Interactive Presentation System, proof of concept school project 🖱️:electron:
editor electron presentation reveal-js slideshow websocket
Last synced: 24 Apr 2026
https://github.com/vincent7128/raspberrypi-magic-photo
Raspberry pi magic photo system, use PIR sensor to activate photo to be like as "Harry Potter" magic photo.
gpio nodejs pir raspberry-pi websocket
Last synced: 06 May 2026
https://github.com/haroldpetersinskipp/8-button-controller-demo
A demo for use with the hardware design in the repo linked below.
arduino arduino-ide buttons controller esp8266 esp8266-arduino espressif node-red nodemcu nodemcu-esp8266 websocket
Last synced: 24 Apr 2026
https://github.com/jeankassio/async-client-websocket
Async Client Websocket is an asynchronous Websocket Client built with the aim of making your connection lighter and more functional.
async async-websocket-client async-websockets websocket websocket-client websockets websockets-client
Last synced: 25 Apr 2026
https://github.com/alok-x0s1/learning-ws
In the path of learning about Websocket, I build a real time chat application named ChatNexus. It supports instant messaging with efficient connection management for multiple users. Helped me gain hands-on experience with WebSocket for real-time communication.
express react typescript websocket
Last synced: 07 May 2026
https://github.com/aladser/phplinwebsocket
PHP вебсокет для Linux
laravel linux ratchet websocket
Last synced: 07 May 2026
https://github.com/trobert42/transcendence
A website that includes a Pong game and a real-time chat
0auth2 docker docker-compose jwt-authentication nestjs-backend postgresql prisma react-front-end rest-api typescript websocket
Last synced: 07 May 2026
https://github.com/sayalisachin/medicrypt
This is a Hospital Communication System Using DNA Encryption and Image Steganography This project enables secure communication between two hospitals, Hospital A and Hospital B, by encrypting and hiding sensitive patient data within images using DNA encryption and Least Significant Bit (LSB) steganography techniques, powered by Socket.IO
cryptography dna dna-sequencing information informationsecurity lsb lsb-steganography manipal-institute-of-technology matplotlib pandas pillow security socket-io steganography streamlit websocket
Last synced: 13 Apr 2026
https://github.com/anas727189/summarizerx
SummarizerX is an innovative web application for quick, efficient text summarization combined with real-time collaboration on a shared whiteboard.It includes not only Fast and accurate text summarization using the Hugging Face API but also Real-time collaborative whiteboard
chatbot gemini huggingface javascript nextjs socket-io tailwindcss text-summarization text-summarizer websocket whiteboard
Last synced: 07 May 2026
https://github.com/dynamo63/fastapi-websocket
A real time list to track activity
Last synced: 07 May 2026
https://github.com/rafaelppereira/interno-chat-realtime-socket
⚪️ Realtime WebChat for conversations between rooms and people in real time without message delays
Last synced: 07 May 2026
https://github.com/opencpo/opencpo-core
⚡ OCPP 1.6 + 2.0.1 Central System with zero trust networking, built-in PKI, and profile-driven charger compatibility
cpo ev-charging fastapi mtls ocpp ocpp16 ocpp201 pki websocket zero-trust
Last synced: 03 Jun 2026
https://github.com/cvweiss/redis-websocket
Node implementation of redis to websocket broadcasting.
Last synced: 01 Feb 2026
https://github.com/pedrohenrikle/polls
A voting poll API made with Node.js using WebSockets to in real time actualization
api fastify nodejs postgresql prisma typescript websocket
Last synced: 13 Apr 2026
https://github.com/blackbird71sr/real-time-water-flow-operation-optimization
HackUTD 2021 (Sponsored by EOG Resources)
highcharts optimization optimization-algorithms react typescript websocket
Last synced: 08 May 2026
https://github.com/j-bodek/slitherio-like-game
Easy slitherio like game for two players
django django-channels javascript python websocket
Last synced: 08 May 2026
https://github.com/zac15987/zplex
Terminal multiplexer desktop app for zpit — Go daemon + Electron shell with multi-panel xterm.js terminals
conpty desktop-app electron golang pty terminal-multiplexer typescript websocket xterm-js
Last synced: 26 May 2026
https://github.com/kiranparajuli589/scaling-websocket
A very simple demonstration of scaling WebSocket servers.
proxy redis redis-client websocket websockets
Last synced: 27 Apr 2026
https://github.com/mahsumurebe/jrpc-server
JSONRPC 2.0 NodeJS Server written in TypeScript
http-server jsonrpc jsonrpc-lib jsonrpc-server jsonrpc2 websocket
Last synced: 05 Oct 2025
https://github.com/prysya/react-burger
Small project with Cosmo-Burger restoraunt
react redux redux-thunk redux-toolkit websocket
Last synced: 08 May 2026
https://github.com/george551556/distributed_control
The distributed computing task based on the gin framework and websocket. Aims to calculate whether there is a string whose MD5 value is equal to itself
distributed distributed-systems gin golang http md5 websocket
Last synced: 08 Feb 2026
https://github.com/dewebdes/mass-hunt
Modular socket for symbolic feed diagnostics and Burp-powered anomaly hunting
burp-extensions cors cybersecurity diagnostics masshunt nodejs proxy websocket
Last synced: 19 Jun 2026
https://github.com/mkawserm/pisig
Pisig is a reusable high performance websocket focused web framework
distributed-systems email fast framework golang push sms web web-framework websocket
Last synced: 16 Jan 2026
https://github.com/rakhiazfa/simple-chat-app
A simple chat app written with go and gorilla websocket
chat-app go go-websocket gorilla-websocket websocket
Last synced: 11 Jun 2026
https://github.com/web3nelly/obs-stream-automation
Using 'obs-websocket-js' for automation. Currently used for switching scenes in OBS.
automatic-scene-switch automation obs obs-websocket obs-websocket-js scene-switcher streaming streaming-services switch-scene-obs switch-scenes websocket websocket-application websockets
Last synced: 20 Jun 2026
https://github.com/karanxidhu/websocket-go-prisma
A production-ready Go template with WebSocket support and Prisma Go client integration. Features real-time communication capabilities and clean REST API endpoints.
Last synced: 16 Mar 2025
https://github.com/abgeo/chat
Simple web chat on Python with Tornado web server
Last synced: 28 Apr 2026
https://github.com/crandel/golang_chat
Extended chat implementation for understanding how build go web sites
Last synced: 04 Jul 2025
https://github.com/bradeneverson/td
Silly Little Multiplayer Tower Defense Game
multiplayer-game rust tower-defense typescript websocket
Last synced: 17 Apr 2026