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-25 00:30:36 UTC
- JSON Representation
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/agne6ka/cmd-chat
Cmd chat. Warsaw JS worksop.
event-emitter nodejs websocket
Last synced: 15 Apr 2026
https://github.com/utkuonursahin/easy-chat-be
Realtime chat application server side with Spring Framework, WebSocket and PostgreSQL.
spring spring-boot spring-mvc websocket
Last synced: 25 Feb 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/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/adrianhajdin/sportz-websockets
Express + Postgres demo for live match commentary with a WebSocket broadcast channel. Focus is on WS patterns (heartbeats, backpressure, message validation, subscriptions).
Last synced: 31 Jan 2026
https://github.com/xjzh123/wsproxy-workers
A proxy for WebSockets built with CloudFlare Workers.
cloudflare-workers proxy websocket websockets
Last synced: 01 Apr 2025
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/adilfathi/scrabble-indonesia
Aplikasi web permainan Scrabble dengan dukungan bahasa Indonesia, fitur bermain melawan AI, dan multiplayer real-time menggunakan WebSocket.
Last synced: 13 Jun 2026
https://github.com/atharv7901/lru-cache
Implemented LRU (Least Recently Used) Cache in Go with a REST API for "GET", "SET" and "DELETE" operations, and a Websocket endpoint to dynamically reflect the current state of the cache. The front end is built using React and Redux Toolkit (RTK) for state management
gin-gonic golang mutex-lock reactjs redux redux-toolkit websocket
Last synced: 07 Feb 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/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/fairlytales/websockets
Working with WebSockets using WS library
express javascript nodejs websocket websocket-library
Last synced: 15 Apr 2026
https://github.com/emmanuelsilva/customer-graphql-api
Spring Boot GraphQL API to manage customers
graphql reactive spring-boot websocket
Last synced: 15 Apr 2026
https://github.com/xoriantopensource/springwebsocketintegration
Project demonstrating WebSocket implementation with Spring boot Application
java springboot stompwebsocket websocket
Last synced: 15 Apr 2026
https://github.com/opyate/neuro-evolved-tetris
PyTorch net that learns to play Tetris, and evolves using crossover and gene mutation.
docker-compose fastapi p5js pytorch redis websocket
Last synced: 07 Feb 2026
https://github.com/thanthtooaung-coding/chatify-go
Chat App (Go)
golang rabbitmq render-deploy websocket
Last synced: 03 Apr 2025
https://github.com/kiranbaby14/talkmateai
🎭 Real-time voice-controlled 3D avatar with multimodal AI - speak naturally and watch your AI companion respond with perfect lip-sync
fastapi flash-attention-2 huggingface kokoro-tts multimodal-ai nextjs smolvlm vlm websocket whisper-ai
Last synced: 15 Apr 2026
https://github.com/carlosalmanzab/backend-report-app
El proyecto de seguridad ciudadana es una aplicación web que permite a los ciudadanos reportar incidentes de seguridad a las autoridades locales.
docker docker-compose docker-volumes firebase java jpa jwt mapstruct messaging-services open-api push-notifications spring spring-boot spring-security swagger-ui webapp websocket websockets
Last synced: 25 Feb 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/bmoszczynski07/tank.io
My multiplayer tanks game made in Svelte.
2d-game fullstack live-server multiplayer nestjs online socket-io svelte websocket
Last synced: 15 Apr 2026
https://github.com/tarik56/easy-socketio
Wrapper around python-socketio that handles a simple que and threading
python socket-io socketio web-socket websocket
Last synced: 01 Feb 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/berttejeda/bert.bill.webterminal
Webterminal agent for bert.bill
bash process python spyder websocket webterminal
Last synced: 26 Feb 2025
https://github.com/atul074/billify
Bilify - Inventory & Billing Solution for Retailers
billing-system framer-motion inventory-management invoice java postgresql reactjs sales-analytics spring-boot tostify websocket
Last synced: 12 Apr 2026
https://github.com/avd1729/sync-chat
This project is a real-time chat application built using Go, Fiber, and HTMX. It allows users to join a single chat room and send messages in real-time. The backend is powered by Go and Fiber, a fast HTTP framework, while HTMX is used for dynamic, real-time interactions on the frontend without requiring a full page reload.
Last synced: 16 Jan 2026
https://github.com/clarius/websocketpipe
Official docs site for https://github.com/devlooped/WebSocketPipe
csharp dotnet networking pipelines websocket websockets
Last synced: 15 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/frontcodelover/betweendevs-public
BetweenDevs is an application that allows developers from all over the world to connect with each other based on their skills and needs, whether they are looking for professional collaboration, exchanges, or simply to expand their network.
mongodb nodejs react tailwindcss websocket
Last synced: 11 Apr 2026
https://github.com/thoughtsunificator/ripse-server
API for ripse-extension
api expressjs puppeteer websocket
Last synced: 01 Feb 2026
https://github.com/rendy752/restaurant-app
Restaurant themed Progressive Web Apps that shows restaurant based on public API using vanilla javascript
api application-shell cache-api indexed-db progressive-web-app scss service-worker vanilla-javascript web-app-manifest web-component webpack websocket workbox
Last synced: 25 Feb 2026
https://github.com/fzl-22/antares-insight-app
Proof of concept of Antares' alerting and notification IoT system (Mobile).
Last synced: 01 Feb 2026
https://github.com/vidhya0501/vehicletrackingapp
Vehicle Tracking App
axios bootstrap5 dotenv leaflet nodejs openstreetmap react-datepicker react-leaflet websocket
Last synced: 26 Feb 2026
https://github.com/giandiport80/basic-websocket
Basic Websocket dengan NodeJS
expressjs nodejs socket-io websocket
Last synced: 11 Apr 2026
https://github.com/lukeshay/tower-defense-game
andriod andriod-platform intellij java jpa mysql spring-boot spring-boot-websocket websocket
Last synced: 15 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/omersidd2705/webrtc
docker nextjs typescript webrtc websocket
Last synced: 15 Apr 2026
https://github.com/youssof20/godot-mcp
MCP server for Godot 4: connect your editor to MCP clients over WebSocket with a focused tool set and structured scene summaries.
editor-plugin game-development gamedev godot godot-4 godot-engine godot-plugin mcp model-context-protocol type websocket
Last synced: 01 Jun 2026
https://github.com/burakbehlull/discordjs-framework
@burxk/discordjs, A minimal Discord Client is a simple and extensible Discord bot framework
discord-client discord-framework discordapp discordjs javascript npm-package websocket
Last synced: 07 May 2026
https://github.com/friedjof/wireguardadmin
A modern web interface for managing WireGuard VPNs with live status, firewall management, and real-time updates.
admin api deshboard docker firewall flask iptables linux management monitoring network peer python realtime security vpn webinterface websocket wireguard
Last synced: 15 Apr 2026
https://github.com/mediacomem/comem-archioweb-tictactoe
An exercise to implement a real-time tic-tac-toe with WebSockets or the Web Application Messaging Protocol (WAMP).
exercise real-time wamp wamp-protocol websocket ws
Last synced: 08 Apr 2025
https://github.com/saadzahidqureshi/django-chat-app
Chatting app developed in django, including P2P chat, Group Chat, Public Chat, share files functionalities were added.
css django django-channels html htmx hyperscr javascript sqlite3 websocket
Last synced: 05 Feb 2026
https://github.com/luc527/catan_ex
Server for playing Catan online, in Elixir
board-game catan elixir erlang multiplayer online otp websocket
Last synced: 17 Mar 2026
https://github.com/moronixproduct3/staff
IoT wizard costume accessory
3d-printing arduino cosplay costume esp32-arduino halloween iot nodejs websocket
Last synced: 07 May 2026
https://github.com/lukman-01/simple-client
Rust WebSocket client allows you to connect to a WebSocket server and process real-time data
async concurrent-programming rust thread websocket
Last synced: 14 Jun 2026
https://github.com/nayak-nirmalya/laravel-react-messenger
Real-Time Messaging Application with Laravel 11 & React.
daisyui headlessui inertiajs laravel mysql php react real-time tailwindcss websocket
Last synced: 08 Feb 2026
https://github.com/idabmat/tic_tac_toe_channel
Phoenix WebSocket API for TicTacToe game
api elixir phoenix tic-tac-toe websocket
Last synced: 25 Mar 2025
https://github.com/servettonga/cpp_webserv
A lightweight HTTP/1.1 compliant web server supporting static file serving, CGI execution, and virtual hosts.
cpp cpp98 http http-server nginx websocket
Last synced: 08 Feb 2026
https://github.com/niemiville/snake-game
Browser based snake game with multiplayer.
csharp dotnet react reactjs snake-game websocket websocket-demo websocket-server
Last synced: 08 Feb 2026
https://github.com/davidje13/shared-reducer
Shared state management via websockets.
Last synced: 08 Feb 2026
https://github.com/diegohce/hddproxy
A small proxy for web apps to access local files
go golang local-file proxy webapp websocket websocket-server
Last synced: 24 Mar 2025
https://github.com/eason0729/simple-reverse-proxy
A simple http reverse proxy as a learning project
http proxy reverse-proxy rust websocket
Last synced: 01 Mar 2026
https://github.com/nshahaf/moveo-task
axios crud mongodb mongoose nodejs react react-router-dom restful-api websocket
Last synced: 14 Aug 2025
https://github.com/an7oine/django-xterm
Django-pohjainen Xterm.JS-pääteyhteys
django python websocket xterm-js
Last synced: 26 Feb 2026
https://github.com/drozhkov/as-centrifugepp
Centrifugo C++ client
centrifugo cpp protobuf websocket
Last synced: 01 Apr 2025
https://github.com/winter000boy/chat-application
This project is a modern, real-time chat application designed for reliability and scalability. It uses SockJS and STOMP.js on the frontend to ensure seamless WebSocket communication, falling back gracefully if native WebSockets are unavailable. The backend is developed with Java Spring Boot.
chat-application gradle java javascript maven messaging real-time socket socketjs spring spring-boot stompjs stompprotocol website websocket
Last synced: 11 Apr 2026
https://github.com/jakh0n/hacathon_backend
This is the backend component of a multi-tenant SaaS admin panel, built with Express.js and Socket.IO for real-time notifications. It handles tenant configurations, provides RESTful API endpoints, and manages WebSocket connections for live updates.
Last synced: 07 May 2025
https://github.com/nstseek/websocket-chat-app
Quick and small websocket chat browser app with server
concurrently css html javascript monorepo node node-js nodemon npm npm-workspaces react ts-node typescript vite websocket websocket-chat websocket-client websocket-server workspaces
Last synced: 07 Apr 2026
https://github.com/sleepyminer/chatwave
ChatWave - A chat application using TurboRepo, Websockets, and ShadCN.
nextjs14 shadcn turborepo websocket
Last synced: 09 Feb 2026
https://github.com/jackyyzhang03/pixel-go-frontend
🎲 React frontend for multiplayer Go app
react stompjs typescript websocket
Last synced: 16 Apr 2026
https://github.com/chamodshehanka/websocket-server
Ballerina websocket server
api ballerina ballerina-connector ballerina-lang endpoint websocket
Last synced: 09 Feb 2026
https://github.com/petatemarvin26/vin-socket.client
This application maintain the light weight of websocket connection
javascript typescript webpack websocket
Last synced: 10 Feb 2026
https://github.com/tianlangstudio/chat
Chat developped with Rust and React
actix-web chat javascript react rust webrtc websocket
Last synced: 08 May 2026
https://github.com/burdiuz/js-websocket-server
Simple WebSocket Server implementation with traditional API
events javascript js nodejs websocket websocket-server
Last synced: 07 May 2026
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/kvbc/realtime-chat-app
Real-time web chat application using WebSockets, built with a React.js frontend and Express.js & MySQL backend
express express-js expressjs mysql mysql-database react react-router reactjs sql websocket websocket-chat websocket-client websocket-server websockets
Last synced: 06 Jan 2026
https://github.com/antelcat/protoo-sharp
ported to .NET from https://github.com/versatica/protoo
aspnetcore protoo protoo-server server-side signaling websocket
Last synced: 10 Feb 2026
https://github.com/higorsnt/modclima
Desafio FullStack da Cyan AgroAnalytics
java junit postgis postgres react spring-boot swagger websocket
Last synced: 20 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/chabane/mitosis
A SDaaS for building Big Data, Machine Learning and Serverless applications based on cost prediction driven development
apache-spark aws client-go docker helm kops kubernetes mobx monaco-editor nodejs openfaas react seldon-core websocket
Last synced: 11 Apr 2026
https://github.com/gnanam1990/polymarket-copy-bot
Automatically copy trades from top Polymarket wallets. Multi-wallet tracking, smart ROI filtering, paper/live trading, WebSocket prices, real-time Flask dashboard.
asyncio automated-trading clob copy-trading crypto defi flask paper-trading polymarket prediction-markets python trading-bot websocket
Last synced: 10 Jun 2026
https://github.com/102300671/ejp
Java-based multi-protocol chat application (TCP/WebSocket) with user auth, room management, and friend system.
chat-application java socket spring-boot websocket
Last synced: 10 Jun 2026
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/yevheniidatsenko/goit-pythonweb-hw-03
📂 Hometask - FullStack Web Development with Python (Simple Web App)
docker docker-compose goit-pythonweb-hw-03 http-server python websocket
Last synced: 08 May 2026
https://github.com/roman-balzer/userstyle-dev-server
npm package for development of userstyles
dev-server scss tampermonkey userstyles websocket
Last synced: 11 Feb 2026
https://github.com/lessup/chatroom
Real-Time Chat Room: Go + Gin + WebSocket Backend, React + TypeScript Frontend, JWT Auth & Prometheus | 实时聊天室:Go + Gin + WebSocket 后端,React + TypeScript 前端,JWT 鉴权与 Prometheus 监控
chat docker go golang instant-messaging react real-time websocket
Last synced: 16 Apr 2026
https://github.com/sikelio/sikontrol-legacy
Server for receiving websocket events to control the Windows audio
application audio macro macros nodejs nodejs-server server socket-io websocket windows
Last synced: 16 Apr 2026
https://github.com/antoniocosentino/ktrade-web
Web version of kTrade trading bot. It works with Spotware API through a Websocket connection
bot javascript php spotware trading websocket
Last synced: 16 Apr 2026
https://github.com/sahilverse/nova-chat-frontend
Frontend for Nova chat App
chat messenger nextjs real-time redux redux-toolkit socket-io tailwindcss tanstack-query tanstack-react-query videocall webrtc websocket
Last synced: 08 May 2026
https://github.com/akagi201/rtc-janus
Node.js signaling layer for the Janus WebRTC gateway
http janus-gateway nodejs signaling webrtc websocket
Last synced: 09 May 2026
https://github.com/victorpaularony/chat-app
chat-app
css go htm javascript websocket
Last synced: 16 Apr 2026
https://github.com/ericgomez/instagrom
Curso de Node.js - Proyecto del curso - telegrom - Conocer y comprender cómo se realizan las conexiones hacia los servidores a través de internet y sus implicaciones en el desarrollo de servidores con NodeJS y MongoDB
api expressjs mongodb nodejs nodemon websocket
Last synced: 08 May 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/envek/go-websocket-webtransport-server
Dual WebSocket and WebTransport chat server in Go
Last synced: 26 Mar 2025
https://github.com/jarmitage/p5.bela
Connecting Bela to p5.js via WebSockets (i.e. no OSC or Node.js)
bela belaplatform p5js websocket
Last synced: 08 Apr 2025