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-03 00:30:56 UTC
- JSON Representation
https://github.com/bwhtdev/websocket-chat
A basic websocket chat app with a Go backend
Last synced: 11 Jun 2025
https://github.com/shravya1125/ai-pirate-assistant
Voice-first AI assistant with real-time speech input, LLM conversation, and natural TTS playback
ai-chatbot assembly-ai-api css fastapi full-stack gemini gtts html javascript llm murf-ai-voice-agent python real-time rest-api speech-to-text text-to-speech voice-assistant web-audio websocket
Last synced: 12 Apr 2026
https://github.com/bogdusik/real-time-chat-application
A simple real-time chat application built with Spring Boot, WebSocket (STOMP), PostgreSQL, and React. Allows users to send and receive messages instantly via WebSocket connection. Perfect for learning WebSocket-based communication between frontend and backend.
postgresql react real-time-chat spring-boot stomp websocket
Last synced: 12 Apr 2026
https://github.com/schamane/graphql-middleware
Middleware helper for graphql
apollo-server-express express extension graphql middleware npmjs subscriptions websocket
Last synced: 02 Apr 2026
https://github.com/awakelife93/node-sqs-sample
node sqs sample (pub/sub/broker)
docker docker-compose elasticmq express message-queue nodejs publisher sqs sqs-queue typescript websocket ws
Last synced: 12 Apr 2026
https://github.com/esotericman/wim
Windward-based development of an instant messaging server-side system , using Spring as the DI container , MongoDB persistent storage , based on WebSocket a Protobuf private messaging protocol . Message body based on the WIM proposal
instant-messaging spring-context websocket windward
Last synced: 30 Mar 2025
https://github.com/chattalk/chat-msa-message
실시간 통신 기반 트래픽 제어 프로젝트 - MSA 웹소켓
java kafka mongodb redis spring spring-boot spring-eureka-client spring-security websocket websocket-security
Last synced: 12 Apr 2026
https://github.com/jeremiias8/sockets_client-server
Proyecto con cliente-servidor usando WebSockets.
client-server css3 html5 javascript websocket websockets
Last synced: 12 Apr 2026
https://github.com/asodja/rust-snake
Rust learning project. Gameserver for multiplayer Snake game written in Rust.
gameserver rust rust-lang slitherio snake websocket
Last synced: 07 Oct 2025
https://github.com/paulohenriqueoliveiradealmeida/sensor-metrics-dashboard-web
Dashboard simples em React que se conecta via Websocket com uma API para exibição de métricas de sensores
react recharts typescript websocket
Last synced: 25 Mar 2025
https://github.com/envek/go-websocket-webtransport-server
Dual WebSocket and WebTransport chat server in Go
Last synced: 26 Mar 2025
https://github.com/themanishdaksh/ws-chat-app
A websocket chat-app
reactjs tailwind-css typescript websocket
Last synced: 12 Apr 2026
https://github.com/lakshagg/cwebsockets
A simple implementation of web socket client in c using libcurl.
c curl cwebsockets libcurl libcurl-websockets libcurl-wss websocket websocket-library websockets websockets-client ws wss
Last synced: 07 Jan 2026
https://github.com/rafaelesantos/refds-network
RefdsNetwork is a Swift Package Manager library that provides a simple and elegant way to perform HTTP and WebSocket requests in Swift applications, inspired by libraries like Alamofire.
http-client protocol refds refds-network refds-shared swift websocket
Last synced: 03 Sep 2025
https://github.com/xuyi-tongji/yebend
jwt-authentication mybatis-plus oss rabbitmq redis spring-security springboot springmvc websocket
Last synced: 09 Apr 2026
https://github.com/vish501/tcp-chat-room
A TCP chat room
chatroom-application client-side python server-side tcp websocket
Last synced: 09 Jun 2026
https://github.com/rsurya99/cetan-vue
Realtime chat with laravel websocket and vue 3
laravel pusher vue3 vue3-typescript websocket
Last synced: 08 Apr 2025
https://github.com/sabbir45ali/web_socket
This is my practice project for websocket or socket.io
css html javascript socket-io websocket
Last synced: 11 Mar 2026
https://github.com/tefanhhh/erin-living-maintenance-request
Erin Living - Maintenance Request
apollo graphql mongodb mongoose nextjs nodejs react typescript websocket
Last synced: 12 Apr 2026
https://github.com/renovatt/treex
É um sistema financeiro que permite que você gerencie suas despesas e ganhos.
apexchartsjs binance cripto custom-hooks finance-app firebase firebase-auth firebase-firestore middleware nextjs nextjs13 nookies react-hook-form tailwind-css typescript websocket zod zustand
Last synced: 12 Apr 2026
https://github.com/tdjsnelling/hermes
Hermes is a real-time data framework for React + MongoDB
data docker framework mongodb nodejs react react-hooks reactjs real-time typescript websocket
Last synced: 12 Apr 2026
https://github.com/kiwifruitdev/sfm-bridge-proxy
A websocket server for SFM Bridge intended to redirect data from Source Filmmaker to other clients.
nodejs source-film-maker websocket
Last synced: 21 Apr 2025
https://github.com/maldos23/bird-sender
🐦 Real-time local network file transfer — Transfer files instantly between devices on the same WiFi/Ethernet. No internet, no clouds. | 🌐 https://maldos23.github.io/bird-sender/
express file-sharing file-transfer lan local-network nodejs p2p real-time webrtc websocket
Last synced: 03 Jun 2026
https://github.com/thanthtooaung-coding/chatify-go
Chat App (Go)
golang rabbitmq render-deploy websocket
Last synced: 03 Apr 2025
https://github.com/mhdbs/node-websocket-http-ws
this repo contains nodejs websocket server serve to multiple clients with the request will be from an http server or /ws client and authentication is maintained on both the client and server sides with socket-io auth and socker-io- redis.
docker docker-compose nodejs publish socket-io-auth socket-io-redis subscribe websocket
Last synced: 12 Apr 2026
https://github.com/hacksomecn/go-api
Golang api tool for building micro service base on gin 、grpc、 websocket and many more. It aims at improve devops efficiency, while not interfere your concept or idea.
api api-framework framework gin golang grpc tool websocket
Last synced: 07 Jan 2026
https://github.com/quaddarv1ne/weather_avatar_bot
Бот для автоматического обновления аватара Telegram с текущей температурой в указанном городе. Изображение генерируется программно с учетом времени суток (меняется цвет фона)
analytics api api-client bot config env environment hash python telegram url websocket
Last synced: 03 Sep 2025
https://github.com/pke/webhook2websocket
Forwards webhook payload to websockets
Last synced: 07 Jan 2026
https://github.com/bartosz-ziolkowski/real-time-chat
Real-time communicator
css docker html java javascript mongodb spring-boot websocket
Last synced: 12 Apr 2026
https://github.com/notlelouch/arbibot
A Go-based cross-exchange arbitrage bot using WebSocket for real-time crypto price discrepancies. Actively in development.
arbitrage cryptocurrency golang trading-bot websocket
Last synced: 30 Jan 2026
https://github.com/mr-mudgal/kr-chat
KR Chat is an interactive and real-time chat application designed for seamless one-on-one and group communication. Built with Socket.IO, Node.JS, MongoDB, PUG Template, and CSS, it ensures smooth, responsive, and engaging conversations.
deployment docker docker-container docker-image dockerfile express-js mongodb mongoose node-js pug-template-engine pug-templates socket-io socket-io-client socketio-server websocket websocket-application websocket-chat websocket-client websocket-server websockets
Last synced: 12 Apr 2026
https://github.com/develephant/websockets-plugin-docs
Documentation for the Corona Websockets Plugin:
corona corona-sdk coronasdk lua plugin websocket websocket-client
Last synced: 08 Apr 2025
https://github.com/romabulani/learnbot
JavaScript AI Teacher
ai genai js react tailwindcss typescript websocket
Last synced: 12 Apr 2026
https://github.com/kerosiinikone/go-game-server
A finite state machine
card-game gameserver golang gorilla-mux state-machine websocket
Last synced: 09 Apr 2025
https://github.com/braycarlson/senna
A tool to automate League of Legends
golang league-of-legends league-of-legends-api websocket
Last synced: 10 Mar 2026
https://github.com/rohitpshelar/java-communication-technologies
Java Communication Technologies
activemq graphql grpc java-25 kafka mqtt rabbitmq rest-api soap-web-services spring-boot webhook webrtc websocket
Last synced: 12 Apr 2026
https://github.com/m15kh/websocket_ai
asynchronous-programming multiprocessing multithreading websocket
Last synced: 03 Sep 2025
https://github.com/tophatcroat/crypto-chat
E2E encrypted chat for the terminal
Last synced: 29 May 2026
https://github.com/isystk/lambda-websocket-template
AWS(API Gateway → Lambda → DynamoDB)を利用したWebSocketのサンプルです。 リアルタイムでチャットするようなアプリケーションの構築が出来ます。 SAM を利用して管理しているので、コマンドひとつでインフラを構築出来るようにしています。 また、Dockerを利用することでローカル環境でも実装・テストが出来るようにしています。
Last synced: 04 Sep 2025
https://github.com/mntone/shake-streamkit
Display realtime information from Salmon Run Next Wave
browser game nintend-switch nintendo salmonrun salmonrun-nextwave telemetry typescript websocket websocket-client
Last synced: 09 Apr 2025
https://github.com/mntone/shakescouter
Analyze "Salmon Run Next Wave" and generate telemetry
game image-analysis image-recognition nintendo nintendo-switch python python3 salmonrun salmonrun-nextwave telemetry websocket websocket-server
Last synced: 09 Apr 2025
https://github.com/jancd/elixir_notes
My notes for learning elixir.
elixir metaprogramming mix phoenix websocket
Last synced: 11 Jul 2025
https://github.com/smileyfaceskobochka/axum-ws-server-smartlampv2
Small uni project (sorta smart home)
axum-server rust-lang smart-home university-project websocket
Last synced: 03 Apr 2025
https://github.com/blueromans/reactnativemeteorclient
Meteor Client For React Native
android ios javascript meteor meteor-client mongo npm-package react-native socket websocket
Last synced: 12 Apr 2026
https://github.com/anmol420/chatx
A websocket and web-rtc based backend.
drizzle-orm nodejs postgresql rabbitmq redis typescript webrtc websocket
Last synced: 12 Apr 2026
https://github.com/mevdschee/php-wamp-observer
High frequency websocket (WAMP RPC) message logging in PHP and aggregating into metrics using Go
metrics prometheus wamp-protocol websocket websockets
Last synced: 31 Mar 2025
https://github.com/gnikolovski/websocket-server
Simple Websocket server written in PHP
php ratchet ratchet-php-server websocket websocket-server
Last synced: 05 Aug 2025
https://github.com/alan-oliveir/expert-polls
Aplicação back-end com NodeJS para geração de enquetes usando Fastify e integrando com banco de dados PostgreSQL e Redis, com WebSocket para comunicação real-time.
docker fastify nodejs postgresql redis typescript websocket
Last synced: 11 Apr 2026
https://github.com/maximemoreillon/shcp
Smart Home Control Panel
home-automation mqtt nodejs websocket
Last synced: 04 May 2026
https://github.com/rufat/MEPN-Template
MongoDB, ExpressJS, PassportJS, NodeJS template (includes socket.io).
epxressjs mean-stack mongodb nodejs passportjs project-template socket-io socketio stack websocket
Last synced: 10 Mar 2025
https://github.com/devel0/iot-esp8266-serial-fwd
use esp8266 as a serial forwarder over wifi
esp8266 serial-over-wifi spiffs voltage-logger websocket
Last synced: 30 Apr 2026
https://github.com/david-torres/robotgo-app
desktop-automation go golang webapp websocket webview
Last synced: 02 Jul 2025
https://github.com/0xc0dec0ffeelab/sim_stock_notify
sim_stock_notify is a simulated stock tick push service for testing and integration. It uses SignalR for real-time updates, stores data in TimescaleDB, and manages state with Redis.
csharp docker docker-compose dotnet finance notifier postgresql redis signalr stock ticker timescaledb websocket
Last synced: 07 Apr 2026
https://github.com/programminglaboratorys/nin0lib
python nin0chat API wrapper
Last synced: 03 Apr 2025
https://github.com/thertzlor/tocket
A high-level, type safe WebSocket middleware and interceptor for Node and Browsers
interceptor websocket websocket-client websocket-server
Last synced: 16 Mar 2025
https://github.com/suhailroushan13/suhail-projects
These are My Node.js Projects , Its a software development project that uses the Node.js runtime environment to build and execute server-side JavaScript applications. Node.js is an open-source, cross-platform, and lightweight runtime environment that is built on the V8 JavaScript engine used in Google Chrome. It provides a number of builtin modules
bash farmhash github jenkins nodejs os rtc socket-io system websocket
Last synced: 12 Apr 2026
https://github.com/jetty/jetty-websocket-api
Eclipse Jetty® - WebSocket API (javax and jakarta)
eclipse jakartaee jetty websocket
Last synced: 26 Jan 2026
https://github.com/sebastianbrzustowicz/robot-tasker-api
Java + Spring Boot + MySQL + Rest API + WebSocket + Docker + JUnit. API for communication between client and vehicle.
api bash docker java jdbc mysql powershell quadcopter remote-control rest-api robot robotics shell spring-boot websocket websocket-api
Last synced: 12 Apr 2026
https://github.com/lancaluis/mysailer-chat
A real-time chat application made with Python + Websocket and React.js
fastapi framer-motion python reactjs shadcn-ui typescript vite websocket
Last synced: 12 Apr 2026
https://github.com/habbes/rmq-demo
Simple app demonstrating rabbitmq messaging in distributed systems.
clojure demo example html javascript nodejs rabbitmq websocket
Last synced: 10 May 2026
https://github.com/sirmaxx/fastapi_deepface
Example for deepface ,aync,websocket fastapi integration
deepface fastapi haarcascade-frontalface websocket
Last synced: 28 Apr 2026
https://github.com/ega4432/chat
Chat application using WebSocket
bootstrap3 chat-application go golang websocket
Last synced: 06 May 2026
https://github.com/sepiropht/ping-pong
online game using nodejs and streams
game node-streams online-game websocket
Last synced: 09 Apr 2025
https://github.com/rinapen/yay-cpp-wrapper
🌐Modern C++ wrapper for Yay (SNS) API.
api-client http http-client websocket yay
Last synced: 17 Nov 2025
https://github.com/arxiver/gotmp
Golang starter web restful api with support of websocket (wss)
api-rest express go goapi golang golang-application golang-examples golang-package microservice microservices rest-api restful-api starter starter-kit starter-project starter-template webapi websocket websocket-server
Last synced: 04 Feb 2026
https://github.com/lazarot/operatornext
OperatorNext is an AI-powered intelligent browser automation platform that understands and executes complex browser tasks through natural language processing.
ai automation browser-automation fastapi langchain nextjs playwright react typescript websocket
Last synced: 09 Apr 2025
https://github.com/z-ray-entertainment/el_decko_backend_obs_ws
OBS Studio Websocket backend for El Decko
obs obs-studio python-3 websocket
Last synced: 03 Oct 2025
https://github.com/isuke/blue-note
coffeescript d3js rails5 ruby vuejs websocket
Last synced: 12 Apr 2026
https://github.com/olegweremyew/paintonline
NodeJS + React + WebSocket
express nodejs react typescript websocket
Last synced: 11 Apr 2026
https://github.com/clarius/websocketchannel
Official docs site for https://github.com/devlooped/WebSocketChannel
channels dotnet websocket websockets
Last synced: 29 May 2026
https://github.com/okaybenji/v-r-cubes
V R all cubes. All of us. V really R.
a-frame client html javascript multiplayer server threejs toy vr webgl websocket webvr
Last synced: 17 Apr 2026
https://github.com/mvkasatkin/wss-rpc2
WebSocket Server and Client implementation of the JSON RPC-2 spec
Last synced: 24 Jan 2026
https://github.com/quocanh189/messagechat_reverb
This is a real-time chat application built using Laravel, leveraging WebSockets with Laravel Echo and Redis for seamless messaging and group conversations.Developed with a clean MVC architecture, the project includes models for users, groups, messages, and conversations, enabling efficient data management and scalability.
headlessui laravel react reverb tailwindcss websocket
Last synced: 30 Nov 2025
https://github.com/tyler36/ddev-laravel-reverb
Run reverb as a web daemon in DDEV
laravel reverb-laravel websocket
Last synced: 20 Apr 2026
https://github.com/shahdarshil123/chat-app
A full-stack real-time chat application with a Node.js backend, React frontend, PostgreSQL database, Redis, and Docker-based infrastructure
chat-application docker express full-stack-application nodejs postgresql prisma react redis websocket
Last synced: 13 Jan 2026
https://github.com/nguyenductung2709-dt/codingapp
This is my first project for course Designing and Building Scalable Web Application
astro deno docker docker-compose nginx rabbitmq svelte tailwindcss websocket
Last synced: 03 Apr 2026
https://github.com/jdy8739/websocket-study
WebSocket protocol 스터디
socket-io webrtc-video websocket
Last synced: 06 May 2026
https://github.com/nandhu-44/lumina
🎨 Modern AI art generator with real-time prompt enhancement and progress tracking. Built with Stable Diffusion, FastAPI, and Next.js
ai content-filtering image-generation nextjs14 prompt-engineering stable-diffusion websocket
Last synced: 04 Feb 2026
https://github.com/vision-empower/harmonycode
Multi-AI collaboration framework - Built by 3 AI agents | npm install harmonycode@beta
ai collaboration multi-agent nodejs websocket
Last synced: 02 Sep 2025
https://github.com/naveennk045/realtime-stock-price-streaming
A real-time market data streaming tool using Upstox WebSocket v3 and FastAPI. It handles OAuth authentication, fetches an access token, and streams live stock market updates via WebSocket. Ideal for traders, analytics, and automated trading systems.
api livedata-stream real-time stock-data-stream stock-market stock-market-data upstocks websocket
Last synced: 07 Jan 2026
https://github.com/lexxai/goit_python_web_hw_05
GoIT, Python WEB, Homework number 05. WebSocket's, asyncio
aiohttp asyncio goit homework httpserver python web websocket
Last synced: 18 Mar 2025
https://github.com/r0xsh/notificationhub
android notifications synchronization websocket
Last synced: 21 Jan 2026
https://github.com/shivanshkc/gravastar
Gravastar is a browser-based gravity game where players create “Dots” on a shared canvas visible to everyone around the world. Each Dot has mass and interacts through gravity, so a Dot created in Germany can influence one in Australia.
n-body-simulation newtonian-gravity real-time-communication websocket
Last synced: 26 Jan 2026
https://github.com/misspee007/guess-a-ton
Guess-a-ton is a simple trivia game equipped with websocket connections. A "Game Master" creates a new game session, sets a question and provides the answer, while other players try to guess the correct answer in 60 seconds. Each player gets 3 chances. When the round ends, a new game master is automatically assigned.
express nodejs reactjs websocket
Last synced: 11 Apr 2026
https://github.com/duyledat197/messenger
Design a messenger platform that can serve for around more than 100M users. The platform supports web and mobile apps(android, ios).
cassandra clean-code golang grpc grpc-ecosystem grpc-gateway mqtt opensearch postgresql protoc redis scylladb swagger webrtc websocket
Last synced: 04 Oct 2025
https://github.com/tireon003/instant-messaging-app
A simple real-time chatting full-stack application.
aiogram3 aiohttp alembic celery fastapi-sqlalchemy full-stack messanger postgresql react redis tailwindcss websocket
Last synced: 11 Apr 2026
https://github.com/vinaykumar7580/revly-io-tech
nodejs reactjs socket-io websocket
Last synced: 13 Apr 2026