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-30 00:30:37 UTC
- JSON Representation
https://github.com/soumyadip007/websocket-message-broking-using-spring-boot-rest-microservices-thymeleaf-sockjs-webjars
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C. WebSocket is distinct from HTTP.
java jquery messagebroker microservices microservices-architecture restapi sockjs spring-boot topic-modeling webjars websocket websocket-client websocket-server
Last synced: 31 Jan 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/ndrean/demo-solidjs-websockets
Phoenix LiveView with Solidjs with WebSockets
apexcharts elixir liveview solidjs websocket websockets-client
Last synced: 06 Feb 2026
https://github.com/marionauta/automerge-repo-sync-server
A very simple automerge-repo synchronization server that works with Bun.
automerge bun sqlite websocket
Last synced: 28 Jan 2026
https://github.com/xcwqw1/xc-qq-robot
一个python萌新写的多线程对接go-cqhttp的屎山玩意
go-cqhttp httpapi qq-bot websocket
Last synced: 28 Jan 2026
https://github.com/toppers/hakoniwa-sim-csharp
This repository provides features for integrating Unity applications as Hakoniwa assets. Hakoniwa is a simulation platform for virtual environments, enabling robot and IoT device testing. Key features include PDU communication and time synchronization. With a standardized API and flexible protocols (e.g., WebSocket, shared memory), it supports effi
Last synced: 09 Mar 2026
https://github.com/tejmagar/django-channels-websocket-example
Django real-time WebSocket example. It generates a random number. Link to article: https://sagasab.com/2022/01/02/simple-django-websocket-tutorial-for-beginners/
Last synced: 10 Jun 2025
https://github.com/mk4levi/mern-chatting-app
This MERN-Chatting-App is a real-time messaging platform. It supports user authentication, one-on-one and group chats, with real-time updates via WebSockets. The responsive React.js front-end ensures a smooth UX, while the Node.js and Express.js backend efficiently manages data and user interactions.
bcrypt-nodejs cloudinary-api docker jwt-authentication mern-stack websocket
Last synced: 26 Feb 2026
https://github.com/koko37/orderbook-component
Basic orderbook component with websocket
centrifuge orderbook websocket
Last synced: 07 Apr 2025
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/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/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/jobordu/just-akash
CLI to deploy and manage Akash Network deployments — with lease-shell WebSocket transport (no SSH required)
akash akash-network blockchain cloud-computing deployment websocket
Last synced: 27 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/brucearmstrong007/my-chat
A Chat Application (with Auth, chat & video call with friends) using Angular, Angular Material, Tailwind, Express Server, Socket.io(WebSocket), PeerJs(WebRTC) , SQLite Prisma , Nx MonoRepo
angular angular-material chat-application expressjs jwt-authentication nx-workspace peer-to-peer peerjs prisma socket-io sqlite streaming-audio streaming-data streaming-video tailwindcss video-call video-capture webrtc websocket zod
Last synced: 09 Apr 2026
https://github.com/ashad001/rapidchat
A react + golang chat application
backend chat-application golang react real-time-chat rooms websocket
Last synced: 21 Jan 2026
https://github.com/hashirmeraj/real-time-chat-application
This project is a real-time chat application that allows users to create accounts, join chat rooms, or start private conversations. The application uses WebSocket technology to enable instant messaging between users. It also stores all messages in a MySQL database for future reference.
css html javascript js mysql mysql-database php ratchet ratchet-php-server realtime-database realtimechat realtimechatapp tailwindcss websocket
Last synced: 19 Jan 2026
https://github.com/go-park-mail-ru/2023_2_ond_team
Backend проекта Pinterest команды OND team
backend cd ci clean-architecture docker docker-compose easyjson golang grafana grpc-go kafka metrics microservices pgxpool postgresql prometheus redis swagger vision-ai websocket
Last synced: 09 Oct 2025
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/mpolinowski/html_ws_client
Websocket client for the INSTAR IP camera videostream
html5-video websocket websocket-client
Last synced: 01 May 2026
https://github.com/arya2004/gobanter
A lightweight real-time chat application built with Go, using WebSocket
go golang hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2025 web-development websocket
Last synced: 08 Oct 2025
https://github.com/lishank0119/fibril
Fibril is a fast and modular WebSocket server framework for Go, with sharding, pub/sub, and full client control.
backend distributed-systems fiber fibril framework go go-websocket gofiber golang hub pubsub realtime websocket websocket-server
Last synced: 14 Jan 2026
https://github.com/christophertrimboli/react-vrm-server
Backend server for react-vrm demo, multiplayer websocket.
metaverse multiplayer react-three-fiber vrm websocket
Last synced: 08 Oct 2025
https://github.com/bws9000/robot-simulator
A lightweight WebSocket-driven robot simulator that visually demonstrates reactive UI updates; a hands-on exploration of how frontend frameworks work under the hood.
Last synced: 07 Oct 2025
https://github.com/etcdpad/etcdpad-core
etcdpad-web server, support etcdv3 only
etcd etcd-client etcdv3-web go multiplex websocket
Last synced: 14 Jan 2026
https://github.com/hihuzhen/browser-mcp
Browser MCP
automation browser browser-extension mcp websocket
Last synced: 14 Jan 2026
https://github.com/matthewoestreich/chat-app
A full-stack real-time chat app with support for multiple rooms, direct messaging, and dark mode
chat chat-app chat-application express express-js expressjs nodejs react react-real-time-chat react-websocket real-time-chat typescript websocket websocket-chat websockets ws
Last synced: 20 Feb 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/dxkite/php-websocket
websocket server, support reader as stream
Last synced: 25 Mar 2025
https://github.com/mehmetgoren/mngr
Feniks iNVR Web Server
api docker feniks gin-framework golang gorilla-websocket high-performance message-broker microservice-architecture mongodb redis websocket
Last synced: 28 Jun 2025
https://github.com/arumes31/whois
High-performance network diagnostics & discovery platform. Features DNS-over-HTTPS (DoH), WHOIS/RDAP, GeoIP, subdomain discovery, and port scanning with live WebSocket streaming.
dns-over-https echo-framework geoip golang htmx network-diagnostics port-scanner subdomain-discovery websocket whois
Last synced: 12 Jun 2026
https://github.com/whitestormjs/network-module
🚀💬 Network module for Whitestorm.js (alpha)
networking node nodejs npm socket-io websocket whs
Last synced: 05 May 2026
https://github.com/aniket205kadam/namasteapp
🚀 Namaste App – A full-stack web application with a React frontend and Spring Boot backend.
docker java javascript jwt reactjs spring-boot websocket
Last synced: 11 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/dmitrymyadzelets/uploader
Uploads files via WebSocket API
Last synced: 27 May 2026
https://github.com/solviumdream/socket.go
A high-performance Go library for real-time communication with WebSocket and long-polling, featuring Erlang-inspired distributed processes, self-healing supervision trees, and room-based messaging. Built for scalable, fault-tolerant systems that handle thousands of concurrent connections with minimal overhead.
concurrency go golang socket-go websocket
Last synced: 15 Apr 2025
https://github.com/anirbanroydas/opruut
A route optimiser for metro stations and subways giving (a). the shortest travel time with (b). maximum comfort [eg: less crowd, possibility of finding a seat, etc..] using primarily React Js (with Redux), Laravel framework(PHP), Node-Js(Socke.io Server), Neo4J (Graph Database).
graph-database job-queue laravel machine-learning mysql neo4j nodejs react redis redux route-optimization socketio websocket
Last synced: 09 Apr 2026
https://github.com/aya-jafar/gemini-api
Gemini chatbot & image with text generating
chatbot gemini gemini-api google websocket
Last synced: 16 May 2025
https://github.com/zinaaan/im-system
Instant Messaging system implemented by Netty and Spring-boot
instant-messaging java java-8 mybatis-plus netty redis redisson spring-boot tcp-server websocket
Last synced: 20 Jan 2026
https://github.com/mondominator/opsdec
A modern, self-hosted media server monitoring platform for Plex, Emby, Audiobookshelf, and Sappho. Real-time statistics, user tracking, and beautiful dark-themed UI.
analytics audiobookshelf dashboard docker emby express homelab media-server media-tracking monitoring nodejs plex react real-time self-hosted sqlite statistics tailwindcss tautulli-alternative websocket
Last synced: 13 Apr 2026
https://github.com/brobro332/332-hub-server
🌐 [삼삼이 플랫폼] 허브 서버
java spring-boot stomp websocket
Last synced: 07 Apr 2025
https://github.com/michaellf107/web-sockets
Example code of Websocket clients and servers, made with various frameworks and languages
nodejs python react svelte typescript vue websocket
Last synced: 11 Apr 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/adrianovolter/polls
NLW Expert - Node
fastify nodejs postgresql prisma redis typescript websocket zod
Last synced: 03 Feb 2026
https://github.com/rafaelsouzaribeiro/web-chat-with-websocket-using-a-map-variable-in-go
Web chat with WebSocket using a map variable, notifications for logged-in and logged-out users, and support for emojis in Go and JavaScript.
clean-architecture emojis golang javascript login logout websocket
Last synced: 20 Apr 2026
https://github.com/nands93/neighborhood_watch
Report, map, and receive real-time neighborhood safety alerts with a Go/Gin API, PostgreSQL + PostGIS, and a React + Leaflet map, all containerized with Docker.
alerts argon2 community-safety docker docker-compose geospatial gin go jwt leaflet makefile map neighborhood-watch pgadmin postgis postgresql react real-time vite websocket
Last synced: 11 Apr 2026
https://github.com/norlandz/trafficsystemmockjs
TrafficSystemMock is a program that simulates traffic
h2 hibernate java javafx javascript map mysql path react rxjava spring springmvc testfx traffic-simulation typescript websocket
Last synced: 10 Mar 2026
https://github.com/denizumutdereli/stream-services
An advanced stream workers infrastructure and pipeline, crafted with Golang, is tailored to handle real-time data processing and modification for cryptocurrency markets and including local orderbook management.
binance cryptocurrency exchange indicators local-order-book market-data nats-streaming orderbook pairs websocket
Last synced: 12 May 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/j-p-d-e-v/carapace_lb
A path based load balancer developed using Cloudflare's Programmable Network System Framework called Pingora.
alb application-load-balancer containerization docker docker-compose load-balancer pingora rust rustlanguage vue websocket
Last synced: 11 Apr 2026
https://github.com/byonchev/go-engine.io
Go implementation of engine.io server
engineio golang golang-library socketio streaming websocket
Last synced: 24 Mar 2025
https://github.com/20centaurifux/icb-ws
HTML5 front-end for ICB.
chat html5 icb javascript python websocket
Last synced: 28 Apr 2026
https://github.com/matter-in-motion/mm-websockets
Websockets transport
api extension matter-in-motion transport websocket websocket-transport websockets
Last synced: 11 Apr 2026
https://github.com/henriquelimas/webchat
An example of a webchat using websocket, yo-yo and leveldb
browserify budo dom leveldb nodejs websocket yo-yo
Last synced: 30 Apr 2026
https://github.com/milochen0418/macosx-websocket-ble-adapter
Mac OS X WebSocket BLE Adapter, so that Chrome Extension can communicate with BLE device in Mac OS X
ble chrome-extension mac-osx websocket
Last synced: 30 Mar 2025
https://github.com/castanedaluis/chat-websocket
Chat con protocolo websockets
Last synced: 11 Apr 2026
https://github.com/percival33/computer-network-programming
Repo for the network programming course, aimed at creating a real-time advertising bulletin board system
Last synced: 19 Apr 2025
https://github.com/dan-and-dna/serverboy
Turn any app that uses STDIN/STDOUT into a game server
game-server http indie-game tcp websocket
Last synced: 14 Mar 2025
https://github.com/n24q02m/mcp-relay-core
Zero-env-config credential relay for MCP servers (ECDH + AES-256-GCM E2E encryption)
mcp mcp-server model-context-protocol python real-time relay typescript websocket
Last synced: 02 Apr 2026
https://github.com/athanclark/websockets-simple
A simple wrapper around the websockets library.
algebraic-data-types api haskell websocket
Last synced: 16 Nov 2025
https://github.com/itenfay/cxwebsocket
`CXWebSocket` wraps websockets in swift for iOS and OSX.
cxwebsocket starscream swift swift5 websocket ws
Last synced: 16 Mar 2025
https://github.com/rudrodip/go-networking
Implementation of different network protocols in go
go go-testing gorilla-websocket http rpc tcp udp websocket
Last synced: 24 Mar 2025
https://github.com/owenaedwards/bulletinhub
A web-based bulletin board application built with React, Go, MongoDB, and WebSockets, utilizing Docker for containerization and Material UI for a modern user interface.
docker go golang material-ui mongo mongodb react typescript websocket
Last synced: 12 Apr 2026
https://github.com/filippofinke/php-websocket
📡 Simple php websocket server
Last synced: 18 Jun 2025
https://github.com/i2y/wasabi
A cross-platform UI framework for Go
cross-platform go golang gui ui websocket webview webview2
Last synced: 08 May 2026
https://github.com/anandukrishnaaa/airsketch
A fun project inspired by a medium article I came across.
daphne django image-recognition websocket
Last synced: 31 Mar 2025
https://github.com/evs-ptr/rust-rcon-web
A fast, modern web console for Rust game server administration via RCon.
bun rcon rust svelte sveltekit tailwindcss typescript websocket
Last synced: 12 Apr 2026
https://github.com/ezrarieben/ts5-remote-apps-wrapper
An API wrapper written in JavaScript for TeamSpeak 5's remote apps WebSocket feature
api api-wrapper api-wrappers javascript-api javascript-api-wrapper javascript-wrapper teamspeak teamspeak-client teamspeak-server teamspeak5 ts ts5 websocket websocket-api websocket-apis websockets
Last synced: 24 Mar 2025
https://github.com/arthurmelton/kostats
Get data from your ko server and real time information
api knockoutcity statistics websocket
Last synced: 23 Jun 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/braycarlson/asol
A library to interact with the LCU API
golang league-of-legends league-of-legends-api websocket
Last synced: 10 Mar 2026
https://github.com/anidipta/agroconnect
Smart Agricultural Marketplace
googletranslate sql streamlit websocket
Last synced: 20 Apr 2026
https://github.com/abidalwassie/realtime-chat-server
Node.js application for realtime socket.io connection.
express javascript nodejs socket-io typescript websocket
Last synced: 14 Mar 2025
https://github.com/covenantsql/covenant-scan
CovenantSQL main chain explorer
blockchain cqli explorer jsonrpc spa typescript vuejs websocket
Last synced: 09 Jul 2025
https://github.com/vuphuong1794/ranked-choice-voting
docker nestjs redis redis-client socket-io valtio websocket wouter
Last synced: 12 Apr 2026
https://github.com/FanatiQS/EcmaScript-WebSocketServer
Pure JavaScript implementation of a WebSocket and HTTP Server handling TCP or HTTP buffers.
ecmascript http-server javascript nodejs tcp-socket websocket websocket-server
Last synced: 10 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/stanleynguyen/holey-moley
🐹Real-time multiplayer Whack-A-Mole
android nodejs websocket whack-a-mole
Last synced: 10 Apr 2026
https://github.com/pktippa/nodejs-examples
NodeJS Examples
machine-learning mongodb nlp node-passport nodejs websocket
Last synced: 10 Apr 2026
https://github.com/mingslife/v2ray-nginx
🪜 --x-- 👽
docker docker-compose nginx v2ray websocket
Last synced: 10 Apr 2026
https://github.com/jeonjonghyeok/coinss-backend
암호화폐 거래소의 종목들을 쉽게 접근할 수 있게 해주는 서비스
gin-gonic golang gorilla postgresql redis websocket
Last synced: 06 Jan 2026
https://github.com/rodrigorvsn/burningheat
Fullstack application to communicate in real-time
docker elixir jwt nodejs postgresql prisma react react-native websocket
Last synced: 03 Apr 2026
https://github.com/manmolecular/go-now-here
:postbox: WebSocket chat with a random person
Last synced: 05 Jun 2026
https://github.com/luisvalgoi/websocket-playground
Repository dedicated to learn more about the usage of WebSockets.
Last synced: 30 Mar 2025
https://github.com/sedatuygur/binance-crypto-dashboard
Binance Crypto Dashboard is leveraging the Binance API to handle live ticker data and implementing a real-time cryptocurrency dashboard
apollo-client apollo-server axios chartjs cypress eslint graphql husky lint-staged nextjs prettier react redis redux redux-toolkit styled-components tailwindcss typescript websocket
Last synced: 11 Jun 2025
https://github.com/zviryatko/golang-serverless-websocket-lambda
Serverless example of AWS Lambda + Golang + Api Gateway Websocket + DynamoDB
dynamodb example golang lambda serverless websocket
Last synced: 15 Apr 2025
https://github.com/houkx/netty-springmvc-and-websocket
netty based springmvc and websocket
netty spring-mvc springmvc websocket websocket-server
Last synced: 11 Jun 2025
https://github.com/giauphan/websocket
web-chat app using Ably Broadcaster+Echo based on laravel.
laravel laravelwebsocket php websocket websocket-chat
Last synced: 12 Apr 2026