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/kauancode/highload-delivery-simulation
Simulação de um sistema de delivery escalável em Node.js + TypeScript, com MongoDB, Redis, filas e notificações em tempo real. Projeto focado em arquitetura distribuída, performance e testes de carga.
api backend distributed-systems docker express jest mongodb nodejs rabbitmq redis typescript websocket
Last synced: 07 Apr 2026
https://github.com/rcasto/distributedexperiment
An experiment with distributed web computing
distributed-computing raytracing webgl websocket webworker
Last synced: 15 Oct 2025
https://github.com/winston-yallow/mosaic-server
WebRTC Signalling Server made for a Godot game
game-development webrtc-demos webrtc-signaling websocket
Last synced: 25 Oct 2025
https://github.com/dalisoft/appsocket
Lightweight, fast & simple WebSocket client
Last synced: 22 Jan 2026
https://github.com/eugenepokalyuk/react-burger
The web application allows you to order unique burgers of your own assembly. The burgers are created by dragging and dropping ingredients into the burger builder area and placing an order, information on ingredients can be opened by clicking on an item, all orders are tracked in real time, you can view the history of all orders in the order feed.
cypress jest react redux typescript websocket yandex-praktikum
Last synced: 27 Jan 2026
https://github.com/rudra1806/relay
A full-stack real-time chat application built with Express.js backend and React frontend, featuring user authentication and messaging capabilities.
arcjet bcrypt chat-application cloudinary express full-stack jwt-authentication mern-stack mongodb mongoose nodejs react realtime-chat socket-io vite websocket zustand
Last synced: 14 Apr 2026
https://github.com/ibrahimhabibeg/echo
Chat application built with micro-services architecture and front-end caching
chat docker docker-compose express mongodb mongoose nodejs react-native react-query socket-io typescript websocket
Last synced: 02 Apr 2026
https://github.com/yewomhango/syncvas
Synchronous Drawing Canvas
canvas drawing drawing-app express expressjs typescript websocket websockets
Last synced: 29 Apr 2026
https://github.com/itsusinn/mesagisto-client
Message forwarding client.消息转发客户端,提供消息语义解析。
jvm-languages kotlin okhhtp3 websocket
Last synced: 23 Oct 2025
https://github.com/vishalgupta8982/linkmate-mobile-app
Developed Linkmate, a mobile app with real-time chat, post uploads, and user profiles for education, experience, projects, and skills, using React Native and Spring Boot and MongoDB. I have mentioned a demo video link below✌️
cloudinary firebase jwt-authentication mongodb push-notifications react-native redux-persist redux-thunk spring-security springboot3 typescript websocket
Last synced: 04 Jan 2026
https://github.com/abhirockzz/websocket-ejb
Behavior of WebSocket endpoints when decorated with EJB annotations
ejb glassfish javaee jsr356 payara-server tyrus websocket
Last synced: 26 Oct 2025
https://github.com/seshchat/react-native-mesa
📲 Mesa component for React Native apps
cryb mesa react-native websocket
Last synced: 28 Jan 2026
https://github.com/lucasefe/spotcast-poc
Spotcast allows one Spotify desktop client (ideally yours) to drive other Spotify desktop clients running on different hosts.
Last synced: 24 Jan 2026
https://github.com/mmikhail2001/team_chat
ВКРБ МГТУ ИУ6. Корпоративный мессенджер. SSO, треды, реакции, групповая политика, интеграция с Gitlab.
gitlab golang keycloak oauth2 react typescript webhook websocket
Last synced: 24 Jan 2026
https://github.com/confy-security/cli
CLI client for the Confy encrypted communication system
chat chat-application chat-cli cli confy prompt-toolkit typer websocket
Last synced: 28 Jan 2026
https://github.com/bavllymagid/tic-tac-toe
Tic-Tac-Toe game built using React.js for the frontend and Spring Boot for the backend.
java javascript message-broker message-driven-applications multiplayer reactjs spring spring-boot vitejs websocket
Last synced: 06 Feb 2026
https://github.com/bontaramsonta/simple-messaging-server
a simple ws message server using Bun.websocket
Last synced: 30 Jan 2026
https://github.com/shiukaheng/webtopics
⚡️WebTopics — Real-time topics and services for web apps
real-time ros2 socket-io synchronization visualization websocket zod
Last synced: 15 Apr 2026
https://github.com/jdk-plus/spring-boot-starter-websocket
A springboot websocket clustered message push component written by netty. 🏝✨
java netty springboot websocket websocket-server
Last synced: 31 Jan 2026
https://github.com/kropanov/sag-api
API for the sag online cosmic 2D game 🚀
api docker nestjs postgresql prisma typescript websocket yarn
Last synced: 01 Feb 2026
https://github.com/cvweiss/redis-websocket
Node implementation of redis to websocket broadcasting.
Last synced: 01 Feb 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/stultuss/node-ws-server
Distributed Message Service Cluster for Service Registration and Discovery via ETCD
distributed-systems nodejs service-registration-discovery typescript websocket
Last synced: 15 Apr 2026
https://github.com/alexander-hagen/node-api-coinbase
Non-official implementation of Coinbase's API's. Developed for personal use.
api-rest coinbase javascript nodejs websocket
Last synced: 10 Feb 2026
https://github.com/belikhun/iot-smart-server
IoT Smart Server (Graduation Thesis)
bunjs elysiajs iot openai openai-chatgpt openai-realtime-api sequelize smart-home smarthome typescript websocket wifi
Last synced: 10 Feb 2026
https://github.com/ryanthemcpherson/minecraft-audio-viz
Real-time audio visualization in Minecraft using Display Entities. Captures system audio, runs FFT analysis, and renders reactive 3D visualizations with multi-DJ support.
audio-visualization display-entities fft java minecraft minecraft-plugin python tauri threejs websocket
Last synced: 27 Feb 2026
https://github.com/iamnanjo/encrypted-chat-app
End-to-end encrypted realtime chat app made using Nuxt 3, Websockets and the Web Crypto API
chat-application encryption end-to-end-encryption nuxt3 web-crypto-api websocket
Last synced: 27 Feb 2026
https://github.com/andrasg/loxone-ts-api
A node module written in TypeScript to communicate with Loxone Miniservers via websockets.
Last synced: 11 Feb 2026
https://github.com/nktkas/rews
Drop-in WebSocket replacement with automatic reconnection.
Last synced: 02 Apr 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/rohittiwari-dev/ocpp-ws-io
Type-safe OCPP WebSocket RPC client & server with pub/sub, session management, and clustering support
central dev-tools e-mobility emobility ocpp ocpp-central ocpp-rpc ocpp-rpc-ts ocpp-server ocpp-ws-client ocpp16 ocpp16j ocpp20 ocpp201 ocpp21 ocppwebsocket websocket websocket-ocpp websocket-server websockets
Last synced: 01 Apr 2026
https://github.com/manthan0x23/orbit
Reddit -- For Developers
postgresql react redis rest-api typescript webrtc websocket
Last synced: 16 Apr 2026
https://github.com/gauthamjm007/twitter-tweets
A mern stack application to fetch the tweets by the users
bootstrap express mongodb mongoose nodejs react redux redux-thunk socket-io twitter-api twitter-tweets websocket
Last synced: 28 Feb 2026
https://github.com/litsynp/chatroom-practice
An implementation of simple chat service with Spring Boot with Kotlin, WebSocket, SockJS, STOMP and FreeMarker.
axios bootstrap freemarker kotlin sockjs spring-boot stomp vuejs websocket
Last synced: 16 Apr 2026
https://github.com/shmelovoleksandr/banditgames_backend
SpringBoot backend repository for the BanditGames project
java rabbitmq rest-api spring-boot websocket
Last synced: 19 Apr 2026
https://github.com/daveaditya/spring_chatroom
Implementing Chat Room concept in Spring Web MVC
java jsp-servlet springframework springmvc websocket
Last synced: 16 Apr 2026
https://github.com/hunwalk/yii2-websocket
This is the new maintained version of the yii2-websocket package
php ratchet ratchetphp websocket yii2 yii2-websocket
Last synced: 02 Mar 2026
https://github.com/mohammadnourbaker/nmmediatechnicalassessment
Real Time Chat Application using Codeigniter4 and Socket.io
codeigniter codeigniter4 docker dockercompose nginx php socketio websocket
Last synced: 03 Mar 2026
https://github.com/dutu/gemini-api-node
Gemini API client for REST and WebSocket
api api-client api-wrapper bitcoin cryptocurrency gemini gemini-api promise push-api rest rest-api sandbox websocket websocket-api
Last synced: 16 Apr 2026
https://github.com/believemanasseh/audio-purifier-extension
A chrome extension for noise suppression
audio-processing deep-learning deepfilternet fastapi machine-learning noise-suppression speech-enhancement websocket
Last synced: 16 Apr 2026
https://github.com/idabmat/tic_tac_toe_client
React Client for the Tic Tac Toe game
nextjs react ssr tic-tac-toe websocket
Last synced: 16 Apr 2026
https://github.com/nesvet/insite
Real-time full-stack framework: WebSocket server/client, MongoDB + Change Streams, pub/sub publications, users/orgs/roles with RBAC, cookie auth over WS, file transfers. TypeScript/Bun monorepo with server orchestrator, client SDK, and React UI components
framework fullstack mongodb rbac realtime typescript websocket
Last synced: 01 Apr 2026
https://github.com/joshuadeguzman/chatify
A simple chat app created with socket.io
chat expressjs nodejs websocket
Last synced: 05 Mar 2026
https://github.com/bradeneverson/td
Silly Little Multiplayer Tower Defense Game
multiplayer-game rust tower-defense typescript websocket
Last synced: 17 Apr 2026
https://github.com/sixelasacul/tft-double-up-companion
A simple, real time companion app for double up games. Built with TanStack Start, Ably, and Neobrutalism.
ably community-dragon neobrutalism react shadcn tailwindcss tanstack-start teamfight-tactics websocket
Last synced: 17 Apr 2026
https://github.com/askalf/agent
Connect any device to the askalf fleet. WebSocket bridge that dispatches autonomous agent tasks to your machine.
agent-cli ai ai-agents autonomous-agents claude device-bridge fleet nervous-system npm remote-execution self-hosted service-manager typescript websocket
Last synced: 11 Jun 2026
https://github.com/charlie5dh/sense-hat-rt-dashboard
Real time dashboard with ReactJS, Django and Channels and Raspberry Pi Sense Hat
channels django echarts javascript microservices python rabbitmq raspberrypi react-echarts reactjs sense-hat websocket websockets
Last synced: 02 Apr 2026
https://github.com/punkyoon/beautiful-chart-service
beautiful chart service
billboard chart flask javascript options socket-io websocket
Last synced: 17 Apr 2026
https://github.com/javiercanon/signalrabbit
Asp.net web-sockets responsive chat, scale with SQL Server or Azure.
asp-net bootstrap signalr signalr-chat signalr-client signalr-hub sqlserver websocket
Last synced: 17 Apr 2026
https://github.com/ncbrown1/go-playground
Reimplementation of the Go playground in Go to run via the browser (javascript + go): [https://play.golang.org] without the restrictions (but requiring a login)
code communication golang javascript react reimplementation websocket
Last synced: 18 Apr 2026
https://github.com/renantrs/chat-app
A ReactJS webchat using websocket with NodeJS and SocketIO
jest nodejs reactjs tailwindcss testing-library typescript websocket
Last synced: 04 Apr 2026
https://github.com/rchiofalo/rustgate
Secure mTLS message router in Rust — group-based routing, WebSocket, server federation, NATS scaling, certificate enrollment, CRL/FIPS support. Single binary, edge-ready.
certificate-enrollment crl cursor-on-target federation fips helm kubernetes message-router mtls nats rust websocket
Last synced: 05 Apr 2026
https://github.com/elrouss/react-burger
Сайт межгалактической космической закусочной с возможностью оформления заказов и отслеживания их истории в личном кабинете
cypress jest react react-router-dom redux typescript websocket yandex-practicum
Last synced: 18 Apr 2026
https://github.com/md-asikuzzaman/realtime-chat-app-socket
Socket server for real-time chat application built with Next.js that allows users to communicate seamlessly through text.
express-js socket-io websocket
Last synced: 19 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/ac000/websocket_demo
A demo of WebSockets in C
c websocket websocket-protocol websocket-server websockets
Last synced: 04 Jun 2026
https://github.com/sheninthjr/travel_connect
A platform where users share travel plans and connect with others based on location and time. With a built-in chat feature, travelers can communicate, plan meetups, and explore together.
nextjs schadcn tailwindcss websocket
Last synced: 20 Apr 2026
https://github.com/aifia105/chat_app
A backend service for a chat application, implemented in Java.
java jwt mongodb spring-boot websocket
Last synced: 20 Apr 2026
https://github.com/vuurvos1/motioncontroll
Playing around with motion controls on phones
motion motion-control websocket
Last synced: 21 Apr 2026
https://github.com/star2dust/ws-tetris
Source codes for an online 2-player tetris game using websocket. A single player version is available here at https://star2dust.github.io/ws-tetris/.
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/fancyboi999/goofish-cli
闲鱼 CLI · 原生支持 MCP · 为 AI Agent 而生 | Goofish (Xianyu) automation CLI · MCP-ready · Built for AI Agents
ai-agent automation claude cli goofish mcp mcp-server python typer websocket xianyu
Last synced: 23 Apr 2026
https://github.com/niladrichatterje/kafka-binance-tracker
monitoring 6 cryptos with 3 consumers from same group using Kafkajs. Follow @binance/connector-typescript
Last synced: 24 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/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/tes3awy/cisco-catalyst-center-webhooks
Webhook Testing with Cisco Catalyst Center (a.k.a DNA Center)
api catalyst-center-automation cisco flask real-time webhook websocket
Last synced: 25 Apr 2026
https://github.com/zemanondrej/coopaint
paint with your friends
dockerized multiplayer nodejs paint websocket
Last synced: 25 Apr 2026
https://github.com/laksmanayudha/web-socket-chat
Learning Web Socket by creating Simple Chats Application
chat nodejs websocket websockets
Last synced: 26 Apr 2026
https://github.com/ivanatias/deno-chat
Experimenting with WebSockets using Deno!
Last synced: 27 Apr 2026
https://github.com/korkje/wsi
Asynchronously iterate WebSockets
deno iterator typescript websocket
Last synced: 28 Apr 2026
https://github.com/lakshanwd/node-web-sockets
Sample implementation of web sockets with node
Last synced: 28 Apr 2026
https://github.com/lipej/clear-my-doubts
An AI Chat using websocket and with voice recognize written in swift with swiftui and mvvm architecture
ia mvvm mvvm-architecture swift swiftui voice-recognition websocket
Last synced: 28 Apr 2026
https://github.com/ch-iv/flask-websockets
WebSockets extension with channels for Flask
flask flask-websockets python websocket websockets
Last synced: 29 Apr 2026
https://github.com/nurislom373/springboot3websocket
Иными словами, STOMP — это протокол сообщений, построенный поверх WebSocket. Он облегчает обмен сообщениями, а также позволяет дополнительно управлять сессией
java-17 postman spring spring-boot streaming websocket
Last synced: 29 Apr 2026
https://github.com/ghaerdi/simple-chat
Chat using React, Typescript and Tailwind
react tailwindcss typescript vite websocket
Last synced: 29 Apr 2026
https://github.com/vong3432/swiftchatapp
This is a learning project to get myself familiar on how to integrate Websocket servers with SwiftUI app.
Last synced: 30 Apr 2026
https://github.com/pablolec/sb_websocket_rust
WebSocket TUI chat server and client in Rust
console console-application cui ratatui ratatui-rs rust rust-lang tui tui-rs websocket websocket-chat websocket-client websocket-server websockets
Last synced: 08 Jun 2026
https://github.com/mwafrika/nyota-project
A full-stack offline-first note-taking application with real-time synchronization capabilities. This app allows users to create, edit, and delete notes that sync across devices in real-time when online and automatically sync when connectivity is restored.
asyncstorage expo-bare-workflow expressjs react-native socket-io websocket
Last synced: 30 Apr 2026
https://github.com/sebastian4j/ws-aws-lambda
uso de websockets en aws con lambdas
Last synced: 01 May 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/allanjos/network_samples
Network samples/utilities.
android ansi-c bsd c client-server freebsd libpcap mqtt mqtt-client network packet-capture pcap socket tcp tcp-ip udp web websocket
Last synced: 01 May 2026
https://github.com/pratyush0898/clicksphere
A real-time, globally synchronized click counter application that connects users worldwide. Every click is instantly shared across all devices, creating an engaging, collaborative clicking experience.
click-counter clicksphere express global-counter mongodb real-time sync websocket
Last synced: 01 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