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-29 00:30:23 UTC
- JSON Representation
https://github.com/mario-r-aguilar/chat
Aplicación para chatear basada en el funcionamiento de websockets
app backend bootstrap chat express handlebars javascript node-js socket-io websocket
Last synced: 07 Apr 2026
https://github.com/fitomad/websockets
WebSockets & Tornado
html5 javascript python python-2 tornado tornado-websocket websocket websockets
Last synced: 18 May 2026
https://github.com/musauyumaz/signalr
https://www.youtube.com/playlist?list=PLQVXoXFVVtp3RSycdru4WpnfPEOFxONiX
asp-net-core bi-direction-streaming client-server data-transfer http2 hub ihubcontext microsoft real-time-server rpc signalr tcp websocket
Last synced: 21 Mar 2025
https://github.com/rustkas/websocket-examples
Examples of using WebSocket (dart:io, dart:html)
Last synced: 28 Apr 2026
https://github.com/pawel2000pl/anonymousmessenger
Simple text (and anonymous) messenger.
cherrypy css docker ecdsa html js mariadb markdown-to-html messenger messenger-platform mysql notifications onrender push-notifications python voice-chat websocket ws4py
Last synced: 07 Apr 2026
https://github.com/zhangzhuang15/jslook
展示javascript基础知识、web前端开发专题技术点、面经.
ajax babel cors css interview-questions javascript nodejs tcp thread vue webpack websocket
Last synced: 07 Apr 2026
https://github.com/ramgoel/cochat-server
Backend API and Socket Server of CoChat Web Application
express javascript socket-io websocket
Last synced: 09 May 2026
https://github.com/gonzofish/ws-chat-server
A small server for chatting through WebSockets
chat eventmachine ruby toy toy-project websocket websockets
Last synced: 21 Mar 2025
https://github.com/maluscat/socket-base
[MIRROR] Tiny abstraction layer over a WebSocket that automatically handles pings, timeouts and reconnects.
deno javascript nodejs typescript websocket
Last synced: 02 Feb 2026
https://github.com/thiagohrcosta/real-time-communication
The Real Time Communication project is a part of the Python Developer formation at Rocketseat. The primary goal is to create and practice Websockets in payment methods, enabling real-time updates on pages as soon as the payment gateway confirms transactions.
flask-application pytest python websocket
Last synced: 07 Jul 2025
https://github.com/code-raushan/chat-server-ws
Implementation of a scalable chat server using Websockets and Redis pub/sub in Go.
chat-server go pubsub redis scale websocket
Last synced: 18 May 2026
https://github.com/foopis23/asteroid-excavator
A WIP multiplayer game written in typescript with pixi.js and websockets
html5-game pixijs socket-io websocket
Last synced: 27 Apr 2026
https://github.com/nopnop2002/esp-idf-vcp2web
Wireless VCP Monitor for esp-idf
esp-idf esp32 uart usb virtual-com-port websocket
Last synced: 18 May 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/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/simon987/ws_bucket
Simple websocket-based file upload service with token-based auth
Last synced: 19 Sep 2025
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/shihabmridha/shihabmridha
About Shihab Mridha
docker golang javascript kubernetes mongodb mongoose nodejs php python rabbitmq socket-io typescript websocket
Last synced: 10 Apr 2026
https://github.com/carter907/javasox
Java websocket library
java javascript socket-io websocket
Last synced: 24 Feb 2025
https://github.com/ukrbublik/twitter_stream_feed
[test task] Simple web app to show last tweets in real-time.
async feed php ratchet reactphp sample socket-server test-task twitter websocket websockets
Last synced: 29 Mar 2025
https://github.com/herve-d/p13_chat-poc
PoC for chat app using websocket
angular chat springboot websocket
Last synced: 20 Jan 2026
https://github.com/vacaramin/go-react-ticktacktoe
This GitHub repository houses an exciting project that combines the classic game of Tic-Tac-Toe with the power of AI. Built using the Go Gin framework for the backend and ReactJS for the frontend, this interactive application features an intelligent AI agent capable of playing Tic-Tac-Toe and communicating with clients through WebSockets.
Last synced: 12 May 2025
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/davidnjoroge1/stetha
ChatApplication with react and django.
asynchronous-programming authentication chat cookiecutter django-project docker precommit-hooks websocket
Last synced: 18 May 2026
https://github.com/programandoconro/pico-web-mouse
A web server that creates a virtual mouse to control your computer with the Raspberry Pico W. You can connect the Raspberry to your target device, then connect to the server using your phone, and move in the web site as a virtual mouse connected to your real device.
adafruit circuitpython circuitpython-project hid mouse-emulation mousemove pico-w raspberry-pi-pico webmouse websocket
Last synced: 18 May 2026
https://github.com/thesaltree/redis-chat-app
Building a Real-Time Chat App in Go with Redis Pub/Sub and WebSockets
go-redis golang pub-sub real-time-chat redis websocket
Last synced: 18 May 2026
https://github.com/ankush-web-eng/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: 02 Apr 2025
https://github.com/ryinner/web-socket-manager
Simplе WebSocket wrapper.
javascript typescript websocket websocket-client
Last synced: 12 May 2026
https://github.com/dking1342/socket-chat
A simple chat app that uses websockets with NodeJS
chat chatapp javascript nodejs socket socket-io websocket
Last synced: 09 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/avastroficial/clover.space-api
Es una herramienta web que establece una conexión en vivo mediante WebSocket para recibir mensajes y enviarlos automáticamente a una API externa. Ideal para integraciones en sistemas de notificaciones, chats en tiempo real o dashboards de monitoreo.
clover-space clover-space-api projz website websocket websocket-server
Last synced: 17 Jun 2025
https://github.com/truongdd03/chat-room
A chat web-application created with Vue3 and Spring Boot
chatroom chatroom-client chatroom-server java springboot typescript vue3 websocket
Last synced: 22 Aug 2025
https://github.com/fenhl/async-proto
Rust library facilitating simple binary network protocols with async support
async network network-protocol rust-library websocket
Last synced: 14 Apr 2025
https://github.com/andrehrferreira/bench-sockets-rust
Rust implementation for Websocket, TCP and UDP performance testing
Last synced: 29 Mar 2025
https://github.com/godmode2k/rpc_websocket
RPC, WebSocket Examples
axios go-rpc gorilla-mux gorilla-rpc gorilla-websocket rpc rpc-client rpc-server websocket
Last synced: 11 Jun 2026
https://github.com/heshanthenura/springboot-searchingdemo
This repo demonstrates real-time search functionality using Spring Boot and WebSocket. The app allows users to search for items and instantly receive results as they type. WebSocket enables faster responses compared to HTTP.
demoapp realtimesearch searchfunctionality springboot webdevelopment websocket
Last synced: 19 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/lonewolf230/collabboard
A collaborative app which lets users collaborate in real time to create whiteboards and share and export them as jpeg pdfs and can allow users to a whiteboard or share the whiteboard as a link
express-js firebase nodejs reactjs typescript websocket
Last synced: 08 Apr 2026
https://github.com/neon4on/paired-reverse-parser
Парный обратный сапёр
nestjs socket-io vuejs websocket
Last synced: 27 Feb 2026
https://github.com/dewantrie/ws-countdown-with-redis
A bidding features real-time countdown timers for auction groups, synchronized across multiple instances using Redis. It leverages WebSockets for live bid updates and notifications, with an event-driven architecture powered by Vert.x. Scalable and designed for high-concurrency environments.
countdown java quarkus redis vertx websocket
Last synced: 13 Feb 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/fantasy-peak/echo-websocket-server
base boost beast websocket echo server,use c++20 coroutine
beast coroutine cpp20 websocket
Last synced: 22 Mar 2025
https://github.com/chrisru/beight-api
✏️ Backend for a collaborative web editor
docker docker-compose eslint koa nodejs passportjs postgresql typescript webpack websocket
Last synced: 10 Apr 2026
https://github.com/mitz-it/websocket-client
An abstraction over WebSocket to manage strongly typed messages
abstraction web-socket web-sockets websocket websockets
Last synced: 17 Jan 2026
https://github.com/arshadakl/flexify
Freelance Marketplace Web Application
expressjs mongodb nodejs ranking-algorithm reactjs repository-pattern typescript webhook websocket
Last synced: 08 Apr 2026
https://github.com/alextanhongpin/websocket-learn
Knowledge base for what I learn with Websocket and how to apply them in production
Last synced: 18 Feb 2026
https://github.com/biolafrica/mola
Front-end codes :Mola Exchange, Revolutionizing Peer-to-Peer Currency Trading
css3 html5 jasmine javascript websocket
Last synced: 12 Jan 2026
https://github.com/tofazzaltopu/kafka-websocket-and-smtp-gmail-notification
Configure Kafka Consumer-Producer, Send push notification and email notification from gmail server (smtp) using websocket and kafka
docker gmail gmail-smtp hibernate jpa kafka lombok maven restful-api spring-security springboot websocket
Last synced: 18 Apr 2026
https://github.com/joschonarth/flask-payment-api
The application is a payment API built with Flask, simulating a PIX payment and using WebSockets for real-time payment confirmation notifications.
api flask python qrcode-generator socket-io sqlalchemy websocket
Last synced: 03 Feb 2026
https://github.com/topgunbuild/socket
Scalable realtime pub/sub and RPC serverless framework
nodejs pubsub socketcluster typescript websocket
Last synced: 20 May 2026
https://github.com/briso10-dev/web-sockets
A project fully explaining and implementing web sockets in javascript
client http javascript nodejs server websocket
Last synced: 12 May 2026
https://github.com/ronbuist/owls
OWLS - Open Websocket Ledstrip Server
arduino ledstrip nodemcu python raspberry-pi scratch scratch-extension scratchx websocket
Last synced: 10 May 2026
https://github.com/deepcloudlabs/dcl358-2023-may-08
DCL-358: Implementing Event-Driven Microservice Architecture using Spring Boot and Apache Kafka
cqrs-pattern event-driven-architecture event-pattern event-sourcing java kafka reactive-pattern reactive-programming saga-pattern spring-boot websocket
Last synced: 20 May 2026
https://github.com/matheusfillipe/irc.js
Tiny simple irc client for the browser using webscoket. It can be used for unrealircd with websocket module or with my ws2irc bridge.
Last synced: 14 Mar 2025
https://github.com/huntlabs/hunt-stomp
STOMP implement in D
stomp stomp-library stompwebsocket websocket
Last synced: 13 May 2025
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/ananty1/realtime_audio_transcriber
asgi css deepgram django html javascript python3 websocket
Last synced: 20 Apr 2026
https://github.com/rokoss21/enigmo
🔐 Privacy-first messaging platform with end-to-end encryption. Flutter client + Dart server. Ed25519/X25519 cryptography, WebSocket real-time communication, zero-knowledge architecture.
cross-platform cryptography dart e2ee encryption flutter messaging mobile-app monorepo privacy real-time security websocket zero-knowledge
Last synced: 17 Jan 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/prandogabriel/tech-talk-ws-and-aws-api-gateway-ws
exemplo prático sobre AWS APÌ gateway websocket
aws aws-lambda websocket websockets
Last synced: 20 May 2026
https://github.com/mohammadnazm/webrtc-nodejs-typescript-project
A basic WebRTC peer-to-peer project using Node.js, WebSocket, and TypeScript. This project sets up a signaling server and WebRTC clients for real-time video streaming, showcasing a simple, TypeScript-based approach to WebRTC connections.
express nodejs typescript webrtc websocket yarn
Last synced: 08 Apr 2026
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/boss294/conexus
Conexus is a cutting-edge secure communication platform designed for modern connectivity needs. It ensures private and seamless communication by combining end-to-end encryption with a user-friendly interface. Conexus offers real-time messaging, file sharing, and group discussions while prioritizing security and performance.
conexus mayankchawdhari website websocket
Last synced: 12 Jan 2026
https://github.com/quartercastle/go-websocket-server
Experimenting with a websocket server based on gorilla/websocket
Last synced: 13 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/marcvspt/wschat
WebSocket example through Nginx reverse proxy
Last synced: 13 Apr 2026
https://github.com/imteajsajid12/laravel-websocket-live-chat
Laravel-websocket-live-chat
brotco laravel laravel-s-event-broadcasting live-chat pusher websocket
Last synced: 07 May 2026
https://github.com/tukue/event-driven-platform
Event-Driven Delivery solution: A real-time order management system demonstrating modern event-driven architecture patterns. 🔹 Tech: React, FastAPI, Redis Cloud, WebSocket 🔹 Features: Real-time updates, multi-role system, state management 🔹 Architecture: Event-driven with Pub/Sub messaging 🔹 Deployment: Free tier cloud infrastructure
fastapi react redis-cloud websocket
Last synced: 07 Mar 2026
https://github.com/juangesino/chatty
A simple Ruby on Rails chat application using WebSockets.
chat rails-application react websocket
Last synced: 02 Nov 2025
https://github.com/iamralch/pho
A real-time bidirectional socket library
golang realtime-messaging websocket
Last synced: 17 Mar 2025
https://github.com/ladmakhi81/learnup-go
A scalable LMS built with Golang, GORM, and Tus protocol, supporting students, teachers, supporters, admins, and super admins. Features include course management, video uploads, transactions, forums, webinars, ticketing, role-based access control, and more. Super admins oversee the system, while admins, teachers, and students have specific roles.
docker docker-compose golang gorm postgres redis streaming tus websocket
Last synced: 02 Nov 2025
https://github.com/ceribe/lyra
Library which helps with implementation of distributed algorithms
distributed-systems kotlin poznan-university-of-technology tcp websocket zeromq
Last synced: 21 May 2026
https://github.com/snimmagadda1/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: 31 Mar 2025
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/vurv78/vendetta-e2
Discord Bot Library for Expression2 that requires VExtensions and GWSockets/Websocket Core.
discord discord-api discord-bot-framework garrysmod vextensions websocket wiremod
Last synced: 25 Feb 2025
https://github.com/yuriyvyatkin/notepad-backend
Записная книжка (Backend часть)
Last synced: 06 Jan 2026
https://github.com/neeravbhaskarla/employeemanagmentsystem
Employee management system using spring boot.
aws java jpa-hibernate postgresql spring-boot websocket
Last synced: 08 Apr 2026
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/cfms-dev/cfms_on_websocket
A server-side implementation of a complete system designed for managing confidential documents, called Confidential File Management System (CFMS), running on the WebSocket protocol.
confidential file-management management-system server websocket
Last synced: 21 May 2026
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