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/haimonmon/mini-lotto
a mini lotto that use web socketting
lotto lotto-simulator web websocket
Last synced: 02 Mar 2025
https://github.com/funsaized/chatroom
**W.I.P** A real-time chat app built to mess with websockets & Authn/Authz
keycloak mysql oauth2 openid openid-connect spring-boot spring-security webrtc websocket
Last synced: 29 Apr 2026
https://github.com/fadilxcoder/websocket-php-html
PHP websocket - Client / Server
cli client-server html notes php poc websocket
Last synced: 15 Jun 2026
https://github.com/fajrulaulia/coreplause-nodejs-express
Node Js Realtime Backend chatt using redis and web socket
api javascript nodejs redis websocket
Last synced: 17 Apr 2026
https://github.com/ahmedambadi/echochat
This is my very first proper Github repo. aimed at properly understanding and learning web frameworks and understanding different communication protocols. this is a text messaging web app primarily created with Javascript frameworks and postgresSQL
expressjs html javascript nodejs postgressql reactjs tailwindcss websocket websockets
Last synced: 05 Apr 2026
https://github.com/yandex-cloud-examples/yc-practicum-serverless-websocket
Создание интерактивного Serverless приложения с использованием WebSocket в Yandex Cloud.
api-gateway data-streams lockbox message-queue object-storage s3 serverless websocket yandex-cloud yandex-function yandexcloud ydb
Last synced: 02 Feb 2026
https://github.com/michelbr84/open-chat.us
Modern real-time chat platform with neon UI, secure guest and user messaging, private chats, emoji reactions, and crypto donations. Open source, mobile-friendly, and powered by Supabase.
chat crypto donations emoji guest mobile modern neon notifications open-source privacy react realtime responsive secure supabase typescript ui us websocket
Last synced: 05 May 2026
https://github.com/arjo129/simple-websock
A simple implementation of websockets in python
python websocket websocket-server
Last synced: 08 Sep 2025
https://github.com/MiguelRipoll23/hood-ball
Accelerate and smash your way to victory in a car-based multiplayer soccer battle.
game multiplayer passkey webrtc websocket
Last synced: 03 Aug 2025
https://github.com/ricksonoliveira/blog
Blog application following the Git Flow pattern. Made with Phoenix | CI\CD | Tests Coverage | TDD
blog-engine elixir materializecss phoenix phoenix-framework postgresql websocket
Last synced: 15 May 2026
https://github.com/basemax/editor-realtime-collaborative
Backend implementation of a collaborative Markdown editor using Node.js, Express, and Socket.IO. The frontend can be developed using React.js to provide a seamless, real-time editing experience.
editor javascript js nodejs real-time real-time-chat socket-io socketio ts typescript websocket
Last synced: 05 May 2026
https://github.com/jayantur13/tabsync-cli
Sync browser tabs instantly between desktop and mobile over local Wi-Fi — no cloud needed.
browser-sync cli cli-app node-cli websocket
Last synced: 29 Oct 2025
https://github.com/leer20/django-admin-collaborator
Real-time collaborative editing for Django admin with WebSockets
admin-interface asgi channels collaboration css django django-admin django-rest-framework exclusive-locking firebase presence presence-indicator python websocket
Last synced: 08 Sep 2025
https://github.com/abdulhadi806/team-saas
Mernstack management system(POC).
mern-stack mongodb nodejs poc proof-of-concept reactjs tailwindcss websocket
Last synced: 10 Apr 2026
https://github.com/tbs96/neuroai-client
Client for AI based Chatbot - Personal Mental Health Assistant
axios axios-react mental-health mental-health-assistant pwa-app react reactjs redux redux-toolkit webapp websocket
Last synced: 22 Jun 2025
https://github.com/tomriu/social-media-project
This project is a dynamic Social Media Platform aimed at enhancing connectivity, user interaction, and content sharing. Developed as part of a basic internship in PTIT, it leverages modern web technologies (spring boot, reactjs, ...) to create an engaging and scalable platform.
cloudinary-api formik java material-ui reactjs spring-boot springframework tailwind-css websocket
Last synced: 13 Apr 2026
https://github.com/acecoderclaws/scratch-cloud-manager
This Chrome extension allows users to send custom WebSocket packets to modify Scratch cloud variables.
chrome chrome-extension chrome-extensions css html html-css-javascript javascipt scratch scratch-mit-edu scratch3 small small-project small-projects tool websocket websockets
Last synced: 16 Feb 2026
https://github.com/yuanwu0000/cryptoexchange
即時更新的加密貨幣訂單簿 & K線圖,支援切換不同時框。 (Vue3 + Pinia + WebSocket)
Last synced: 09 Jul 2025
https://github.com/brints/spoken-api
Spoken is a real-time voice translation video conferencing platform that eliminates language barriers in global professional collaborations by providing instantaneous, natural-sounding voice translation, allowing participants to communicate naturally in their native tongues.
digitalocean fastapi github-actions postgresql python3 unit-testing uvicorn webrtc websocket
Last synced: 08 Jun 2026
https://github.com/seungkilee-cs/minimeet
Real Time Video Chat Application with Nestjs, Typescript, Socket.io, WebRTC, gRPC
grpc mysql nestjs realtime-chat realtime-video socket-io typeorm typescript webrtc websocket
Last synced: 09 Apr 2026
https://github.com/subur78990/suburdev.xyz
Who Ami 🎭 🇮🇩
android-application cctv-monitoring crack-md5-hash ddos-attack-tools exploit-development facebook-bot google-cloud-platform hack-cctv hacking-tool instagram-bot install-script iplocation kali-tools ransomeware-generator rootkit tiktok-api tiktok-reporter-bot-pro websocket whatsapp-bot
Last synced: 15 May 2026
https://github.com/bcmmacro/bridging-go
bridges HTTP and websocket between two datacenters.
bridge datacenter golang http proxy websocket
Last synced: 15 Jan 2026
https://github.com/issadarkthing/gochat
Simple go websocket example
chat example go tview websocket websocket-chat
Last synced: 12 Sep 2025
https://github.com/martincantillo/socketio
SocketIO
flask flutter javascript socket-io websocket
Last synced: 09 Apr 2026
https://github.com/rajput-vinay/pingpongws
This project is a simple WebSocket implementation to help you learn the basics of WebSocket communication in real-time. It uses the "ping-pong" pattern, where a client sends a ping message to the server, and the server responds with a pong.
Last synced: 15 May 2026
https://github.com/kryptonbd/realtime-in-js
Implementing polling, HTTP/2, WebSockets, and Socket.IO for real-time communication using Javascript
chat http2 javascript polling realtime realtime-chat socket-io websocket
Last synced: 15 May 2026
https://github.com/narmod/pokerth-web-client
A modern web client for PokerTH, allowing players to connect to PokerTH servers directly from a browser through a WebSocket-to-TCP proxy.
board-game docker family-game nodejs poker pokerth pwa raspberry-pi self-hosted selfhosted texas-holdem websocket
Last synced: 11 Jun 2026
https://github.com/segfaultsurvivor/fullstack-chat-app
Real Time Chat App (MERN Stack).
expressjs jwt-authentication jwt-token mongodb nodejs reactjs socket-io websocket
Last synced: 06 Apr 2026
https://github.com/uncharted404/ayb-websocket
基于netty实现的websocket框架
netty netty-websocket websocket
Last synced: 20 Jan 2026
https://github.com/markelca/toggles
A minimalistic feature flags engine made with Go
cli docker-compose feature-flags go golang mongodb redis rest-api websocket
Last synced: 12 Apr 2026
https://github.com/royaals/docs-webs
Docs web application that allows users to create, edit, and collaborate on rich text documents in real-time.
material-ui mongodb nodejs quill-editor reactjs websocket
Last synced: 05 Apr 2026
https://github.com/dog-broad/keybridge-server
Secure WebSocket server for remote keyboard control with AES-256-GCM encryption, token-based authentication, and QR code pairing. Control your computer's keyboard from any mobile device over WiFi.
aes-encryption automation keyboard-control pynput python qr-code remote-control security websocket websocket-server
Last synced: 17 Jan 2026
https://github.com/maxim-francesco/tinder-clone-ng-spring
A modern Tinder-style full-stack dating app built with Angular & Spring Boot. It supports user authentication, real-time profile swiping, mutual matching, and messaging – all integrated into a clean, responsive UI. Ideal for learning web sockets, relational database design, and component-driven frontend architecture.
angular backend dating-app frontend fullstack java jwt-authentication matchmaking real-time relational-database responsive-ui rest-api spring-boot tailwindcss tinder-clone typescript web-development websocket
Last synced: 09 Apr 2026
https://github.com/the-l3rna3an/websockets_simpleclientserver
Just a simple chat app between a client and server using websockets.
javascript node node-js nodejs websocket websockets websockets-chat websockets-client websockets-server websocketserver
Last synced: 18 May 2026
https://github.com/loayahmed304/mark-it
A real-time, live-collaboration, cross-platform Markdown editor. Write, edit, and preview Markdown documents simultaneously with others, from any device, anywhere.
markdown markdown-editor mongodb nodejs react socket-io tailwindcss typescript websocket
Last synced: 06 Apr 2026
https://github.com/luismendes070/area-poligono
Created with StackBlitz ⚡️https://stackblitz.com/~/github.com/luismendes070/area-poligono
2024 area chatgpt javascript leafletjs polygon real-time websocket
Last synced: 19 Sep 2025
https://github.com/cirmifrancis/live-chat
Live chat made with Node.js, Express.js, Express-Handlebars & Socket.io. Deployment made on Render (previously on Glitch).
chat express-handlebars expressjs middleware nodejs socket-io sweetalert2 websocket
Last synced: 06 Apr 2026
https://github.com/digitalinteraction/portals
JavaScript library for connecting multiple peers using WebRTC
esm husky library lint-staged nodejs npm-package prettier typescript webrtc websocket
Last synced: 09 Apr 2026
https://github.com/passeriform/conway-gox
A simple Conway's game of life implementation with multiple client sharing view (websock FTW)
conways-game-of-life golang multi-client-server websocket
Last synced: 27 Jul 2025
https://github.com/rafaelsouzaribeiro/web-chat-websocket-in-golang
Web chat with WebSocket, Redis, and Cassandra, including notifications for logged-in and logged-out users, and emoji support, implemented in Go and JavaScript.
cassandra chat clean-architecture emojis golang javascrit login logout redis websocket
Last synced: 02 Apr 2026
https://github.com/t33devv/elevator-sim-backend
expressjs websocket.io backend with 2-elevator request logic
elevator-simulation expressjs websocket
Last synced: 15 May 2026
https://github.com/jonathan-pap/secret-hitler
Online multiplayer Secret Hitler — Node + WebSockets, modern noir UI, optional AI bots. Play at https://secret-hitler-tt29.onrender.com/
ai-bots board-game browser-game hidden-role html5-game javascript multiplayer nodejs party-game real-time secret-hitler social-deduction web-game websocket
Last synced: 15 May 2026
https://github.com/lurblaeser/sockets
hacktoberfest mqtt-client socket-io sockjs-client stomp-client websocket websocket-client
Last synced: 06 Mar 2026
https://github.com/codewizard-404/traceflow
TraceFlow is an AI-powered platform for Enda Tao, streamlining territorial activity tracking, timesheet management, and receipt book traceability. With secure authentication, geolocation, real-time notifications, and AI-driven analytics, it empowers roles like Supervisors, Regional Managers, and HR with dynamic dashboards and multilingual support.
flutter google-cloud-platform keycloak nginx nodejs pm2 postgresql react-tsx redis websocket
Last synced: 11 Apr 2026
https://github.com/sergeimischenko/django_channels_chat
Проект простое приложение на Django с использованием Django-channels и Websocket. Приложение это чат, который работает через Группы(Вход/Выход из группы) далее подключаемся к группе и входим в чат между участниками
django django-channels javascript python websocket
Last synced: 17 Mar 2025
https://github.com/siarheidudko/redux-cluster-ws
Modern WebSocket-based state synchronization library built on top of Redux-Cluster. Enables real-time Redux store synchronization between Node.js servers and clients (both Node.js and browser) using native WebSocket connections.
Last synced: 13 Jun 2026
https://github.com/niewiemczego/feeld
Unofficial Python3 API connector for Feeld's HTTP and WebSockets APIs.
api dating-app dating-app-feeld feeld feeld-api feeld-client python python3 websocket
Last synced: 11 Nov 2025
https://github.com/chgl16/websocket-broadcast
Spring Boot + WebSocket(STOMP) + Thymeleaf实现广播通讯
spring-boot thymeleaf websocket websocket-broadcast
Last synced: 15 May 2026
https://github.com/you-saku/websocket-sample
websocket sample app
nodejs reactjs typescript websocket
Last synced: 05 May 2026
https://github.com/raghavayushman/c_web_server
c networking server web websocket
Last synced: 04 May 2026
https://github.com/moustafaa91/discountcode_be
An application to Generate and use random CouponCodes using WebSocket SignalR communication
csharp csharp-code mongodb signalr websocket
Last synced: 20 Jan 2026
https://github.com/spikything/next-finance-app
Real-time crypto price tracker using WebSocket API and Next.js 💹
chart crypto d3 finance fintech javascript nextjs react realtime typescript websocket
Last synced: 06 Apr 2026
https://github.com/whyankush07/videocall-app
This is code for a video-calling application where media is shared with p2p connection in the form of audio and video using a web-socket connection to establish initial connection.
Last synced: 11 Jan 2026
https://github.com/core-euler/trade_game
Real Trading mini game
docker nestjs postgresql redis ton tonconnect vite vue websocket
Last synced: 23 May 2026
https://github.com/tobycroft/tuuznet
TuuzNet is a Network package for http request curl and websocket, focus in high performance but simple use.
curl golang http httpclient httprequest net tuuznet utils websocket websocket-client
Last synced: 09 Apr 2026
https://github.com/makarenos/bridge-status-bot
Telegram bot monitoring 5 cross-chain bridges with real-time alerts. FastAPI + async PostgreSQL + Redis.
bridge-monitoring cryptocurrency fastapi python real-time telegram-bot web3 websocket
Last synced: 15 May 2026
https://github.com/cydrickn/thruway-swoole-transport
OpenSwoole / Swoole Websocket Transport for Thruway Router
openswoole swoole thruway transport wamp-protocol wamp-router wamp-server websocket
Last synced: 20 Sep 2025
https://github.com/ndrean/async_pg
pg_notify in Ruby with `Sequel.listen` and websockets
faye-websocket notifications notify postgres ruby sequel websocket
Last synced: 15 May 2026
https://github.com/isaquedasilva/cupcake-corner
An ergonomic application that make easy to manage all flow of a Cupcake store.
cupcake-corner realtime swift swiftdata swiftui userauthentication websocket
Last synced: 19 Apr 2026
https://github.com/iamgoatki/messendger_windl
Mини-приложение, реализующее функционал чата с возможностью отправки сообщений, их хранения в базе данных и создания групповых чатов.
asyncio docker docker-compose fastapi jwt oauth2 openapi python rest-api sqlachemy sqlalchemy-orm swagger websocket
Last synced: 08 Jul 2025
https://github.com/giovanni-angeli/pyjamapeople
example of how to use tornado, asyncio and websocket together
Last synced: 23 May 2026
https://github.com/skamranahmed/estimatex-server
estimatex-server is the backend component for estimatex, enabling real-time story point estimation through WebSocket communication.
golang planning-poker realtime-communication websocket
Last synced: 04 Aug 2025
https://github.com/ryinner/web-socket-manager
Simplе WebSocket wrapper.
javascript typescript websocket websocket-client
Last synced: 12 May 2026
https://github.com/mzaintariqdev/zoom-cloneusingnodejs
this is a zoom clone developed with nodejs using ejs and socket.io
ejs nodejs socket-io websocket zoom-clone
Last synced: 02 May 2026
https://github.com/lord-turmoil/websocketdemo
Repository for the article Using WebSocket in Spring Boot
spring-boot tutorial websocket
Last synced: 15 May 2026
https://github.com/adityagupta0001/aquamonitor
Cloud-connected water tank monitoring solution with DS18B20, HC-SR04, Turbidity, TDS, and DHT11 sensors providing real-time analytics through MQTT and WebSocket communication using Arduino Uno and NodeMCU (ESP8266)
arduino-uno dht11-sensor ds18b20-arduino hcsr04 mqtt nodemcu-esp8266 tds-sensor turbidity-sensor websocket
Last synced: 15 May 2026
https://github.com/raimo33/fastaf
Fast Arbitrage Finder
arbitrage asynchronous-programming bellman-ford-algorithm binance-api bot directed-graph fixed-point fixprotocol http-client negative-cycles non-blocking-sockets openssl tradingbot triangular-arbitrage websocket
Last synced: 11 Jan 2026
https://github.com/hypersolution1/clearthru
This is a communication library that provides remote procedure calls (RPC) and events over websocket
communication nodejs promise rpc-library websocket
Last synced: 16 Feb 2026
https://github.com/mojoatomic/rdcp
RDCP - Rate-limit Discovery and Control Protocol. Dynamic rate limit management for distributed systems via JSON over HTTP/WebSocket.
api-management api-protocol backend developer-tools distributed-systems http-api json-protocol metrics microservices monitoring multi-tenant observability protocol quota-management rate-limiting rate-limits real-time-metrics throttling websocket
Last synced: 15 May 2026
https://github.com/allan-nava/kafkajs-ws
A modern Apache Kafka client for node.js
kafka kafkajs kafkajs-client socket socket-io websocket
Last synced: 28 Oct 2025
https://github.com/chevp/angular-threejs-websocket-quick-start
This project is a boilerplate for integrating Angular, Three.js, and WebSocket to build interactive 3D applications with real-time communication.
angular nodejs threejs typescript webgl websocket
Last synced: 04 May 2026
https://github.com/jolovicdev/holloway
Self-hosted webhook relay for local development. Written in Go. Every webhook persists to SQLite before delivery - if your client is offline, nothing is lost. Live dashboard, one-click replay, rate limiting. Smee alternative. Deploy with Docker in 60 seconds.
caddy dashboard developer-tools devtools docker go golang htmx local-development ngrok-alternative replay self-hosted smee-alternative sqlite webhook webhook-relay websocket
Last synced: 23 Jun 2026
https://github.com/khailas12/crypto-website
celery coingecko-api django postgresql websocket
Last synced: 18 Apr 2026
https://github.com/level09/vilcos
A modern, full-stack web framework built on FastAPI and Vue.js with real-time capabilities.
fastapi flask python saas saas-boilerplate vue vuetify websocket
Last synced: 30 Apr 2025
https://github.com/tomkoooo/chatroom
Simple chat room with web-sockets and plain JS
Last synced: 08 Jul 2025
https://github.com/philkes/baseled
ESP8266 based RGB LED controlled via Android App over WebSocket
3d-printing android arduino esp8266 espnow rgb-led websocket
Last synced: 19 Jul 2025
https://github.com/kubilayture/collaborative.notes.web
A React + TypeScript frontend with TailwindCSS, real-time messaging, hierarchical folder management, and collaborative note editing capabilities.
better-auth hocuspocus react reactrouterv7 shadcn-ui tiptap typescr websocket yjs
Last synced: 18 May 2026
https://github.com/danieldantasdev/system-learning_api-restful_message-websocket_dotnet-7.0.2_csharp-11
Este repositório é dedicado para criar um Hub de conexões com o protocolo WebSocket, utilizando a linguagem de programação C#.
csharp dotnet signalr signalr-hub websocket
Last synced: 21 Mar 2025
https://github.com/efe-eroglu/financial-dashboard-frontend
The frontend side of the app that allows users to follow cryptocurrency markets in real time, create personal watchlists and manage price and news feeds.
cryptocurrency reactjs websocket
Last synced: 26 Mar 2025
https://github.com/widgrensit/asobi-js
TypeScript/JavaScript client SDK for Asobi game backend
asobi client-sdk game-backend gamedev javascript multiplayer sdk typescript websocket
Last synced: 23 May 2026
https://github.com/tjcchen/websocket-server-side
📚 Server side websocket implementation with Node.js
Last synced: 01 Apr 2025
https://github.com/devarshpatel1506/geospatial-analysis-with-spark
Low-Latency Event-Time Analytics: Kafka + Spark Structured Streaming + deck.gl
analytics big-data data-engineering deckgl kafka mongodb nodejs react react-vis realtime-streaming spark structured-streaming websocket
Last synced: 09 Apr 2026
https://github.com/sheninthjr/chat-app
Experience seamless communication with our Real-Time Chat Application, crafted with Next.js and WebSockets. Connect with others instantly, fostering real-time conversations in a secure and dynamic environment.
docker-compose express nextjs redis tailwindcss typescript websocket
Last synced: 14 Apr 2026
https://github.com/joysarkarbd/web-socket-app
express html5 javascript nodemon websocket
Last synced: 15 May 2026