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-07 00:31:10 UTC
- JSON Representation
https://github.com/theopenwebjp/websocket-client-server-tester
Simple project for testing ability of browser client to communicate with server using web sockets.
html javascript testing websocket websocket-client
Last synced: 20 May 2026
https://github.com/nikhilreddy006/chess-game
This is a real-time multiplayer chess game built using Socket.IO for communication between players. The project allows two players to connect and play a live chess game with real-time updates.
chessjs express-js nodejs socket-io websocket
Last synced: 08 Apr 2026
https://github.com/notedit/wav-player
wav player
audio livestream player wav webaudio websocket
Last synced: 29 Mar 2025
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/notreeceharris/ws-p2p-comm
websocket per-to-per communication secured by multi-layer encryption.
cli communication rsa websocket
Last synced: 04 Apr 2025
https://github.com/mounishvatti/doodledeck
“Draw and Collaborate in Realtime, Share your ideas with your peers, and keep convincing everyone that your scribbles are totally a masterpiece.” 😄
Last synced: 22 Mar 2025
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/tfdmendes/websocket-guessnumber
A totally (not) scalable WebSocket number-guessing game
html javascript json websocket
Last synced: 03 Feb 2026
https://github.com/fedott/backlog
backlog tool
agile application backlog php react websocket
Last synced: 03 Apr 2025
https://github.com/jaedsonpys/simple-chat-socketio
Simple chat with SocketIO in Python and Javascript
chat javascript python simple-chat socketio websocket
Last synced: 16 May 2026
https://github.com/ahmedelwerdany/full-stack-websocket-example
full-stack web socket , using "ws" in backend and webSocket API in frontend
websocket websocket-client websocket-server
Last synced: 17 Jun 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/vaibhavgupta5/redis-chat-app
Scalable Chat App using WebSockets and Redis
Last synced: 16 May 2026
https://github.com/charafau/websocket_test
websocket test for auth headers being added to request
Last synced: 18 Apr 2026
https://github.com/leohonlmc/go_stock_tracker
Go Stock Tracker
golang stock-market tracker websocket
Last synced: 28 Mar 2025
https://github.com/rogervinas/random-sound-broadcast
🔊 Server sending random sounds to be played by its connected clients
Last synced: 24 Jul 2025
https://github.com/tfo-dot/simplewebsocket
Simple WS(S) implementation
deno websocket websocket-client
Last synced: 02 Feb 2026
https://github.com/tahahachana/webdriverbidi
WebDriver BiDi client implementation in Rust.
browser-automation rust tokio webdriver webdriver-bidi websocket
Last synced: 31 Oct 2025
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/joaovicdsantos/whosbest
Create polls and let people decide who is best.
api golang gorilla-websocket graphql http jwt websocket
Last synced: 16 May 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/cplieger/web-terminal-server
Generic web terminal: runs a command in a PTY, serves a touch-first browser UI
golang pty terminal web-terminal websocket
Last synced: 05 Jul 2026
https://github.com/gabrielfeijo/websocket-chat
Chat em tempo real que utiliza a tecnologia WebSocket
nextjs react react-dom socket-io tailwindcss typescript websocket
Last synced: 06 Apr 2026
https://github.com/emagood/thot-p2p
This application allows P2P (Peer-to-Peer) communication between devices using different implementation methods in Godot 4.4: ENet, WebSocket, and TCP_Peer. Its main purpose is to connect devices and exchange information, data or messages
e-net godot godot-engine godot4 p2p tcp-socket websocket
Last synced: 21 Mar 2025
https://github.com/marcinbator/rag2-integration-test
Remote control source and web game integration demo tool for RAG2
Last synced: 16 May 2026
https://github.com/iarsham/task-realtime-app
Real-time chat with microservices: REST APIs, AsyncQ, WebSockets, Redis for caching & notifications. (Test-driven possible)
docker golang microservice mongodb rabbitmq real-time-notification redis tdd unittest websocket
Last synced: 04 Mar 2025
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/ultimaweapon/dotnet-websock
Low-level implementation of WebSocket for .NET
Last synced: 03 Apr 2025
https://github.com/dougfsilva/websocket-client-tester
Aplicação desenvolvida com Angular para testes de websocket. Com a aplicação é possível se conectar com uma url, fazer subscribe em tópicos e publicar mensagens, possibilitando testar alguma API com a funcionalidade de websocket
Last synced: 16 May 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/vgeorge/cypress-websocket-server
Cypress plugin to mock a websocket server during tests.
Last synced: 04 Apr 2025
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/luizgabriel/othelo.gamechat
Projeto da cadeira de Sistemas Distribuídos - IFCE
Last synced: 06 Apr 2025
https://github.com/iplaylf2/zephyr
chat effection fp-ts nestjs prisma sse typescript websocket
Last synced: 20 May 2026
https://github.com/steve-erick/battledev
Projeto frontend em Vue Js e Backend em FastApi para criação de uma interface esportiva de batalhas entre dois desenvolvedores
Last synced: 16 May 2026
https://github.com/joliwood/open-bar-rust
OLD - Full experimentation of Rust with Bevy game engine -> Continuing as a new project in private
bevy monorepo redis rocket rust tungstenite websocket
Last synced: 06 Apr 2025
https://github.com/bridiro/rocket_chat
wannabe secure chat
aes rsa rustrocket webchat websocket
Last synced: 22 Jul 2025
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/thelostleo/ros-project
This is Ros master node for Swarm fish tank cleaning robot
esp32 ros ros-noetic websocket
Last synced: 02 May 2026
https://github.com/ankman007/realtime-chat-app
Real-Time Chat app with Django Channels and WebSockets
chatapp django-channels htmx redis websocket
Last synced: 16 May 2026
https://github.com/repetere/simple-socket-router
Simple express-like socket routing for websockets, event emitters and socket.io
event-emitter router routing socket-io websocket
Last synced: 20 May 2026
https://github.com/bnomei/cloudconvert-sdk
Async Rust SDK primitives for the CloudConvert
async cloudconvert convert document-conversion file-conversion oauth2 pdf socket-io tokio-rs webhooks websocket
Last synced: 05 Jul 2026
https://github.com/anandpiyush1521/springchat
Spring Boot Chat Application with WebSocket
Last synced: 11 May 2026
https://github.com/rahulparihar-30/access-anywhere-server
An cross functional mobile application allowing users to download and preview their file system from remote without the need of accessing the computer. This is the server
api flask hactoberfest python python3 socket-io websocket
Last synced: 18 Apr 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/iv4n-ga6l/websocket-chat-backend
A real-time chat server built with Go using WebSocket for handling communication
chatserver go golang websocket
Last synced: 26 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/dogaanismail/read-together
Read Together: A platform for People who Stutter(PWS) to record and share reading practices, privately or with a supportive community.
fullstack java liquibase monolith postgresql react reading-aloud self-improvement spring-boot stammering stuttering typescript websocket
Last synced: 08 Apr 2026
https://github.com/clwluvw/googlehome-with-arduino
Using IFTTT to send command from Google Assistant to the server websocket client
google-assistant ifttt ifttt-webhooks webhook websocket
Last synced: 03 Mar 2025
https://github.com/akshaypratapsingh09/video-chatting-app
This Repo contains a React Video Chatting App . Tech Stack - ReactJS, Socket.io , WebRTC
hacktoberfest hacktoberfest2023 reactjs socket-io webrtc websocket
Last synced: 06 Apr 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/rishilahoti/order-book-next15
Order Book app built with NextJs 15/Typescript/Tailwind/Redux and WebSockets.
nextjs nextjs15 orderbook redux tailwindcss typescript websocket
Last synced: 06 Apr 2026
https://github.com/signalcoding/signal-sentinel-scanner
MCP & Agent Skill Security Scanner - OWASP Agentic AI Top 10 + MCP Top 10 Compliant. 21 security rules scanning MCP server configurations and SKILL.md packages for vulnerabilities.
agent-skills agentic-ai ai-agents cli dotnet mcp owasp scanner security skill-scanning websocket
Last synced: 10 Apr 2026
https://github.com/dps0340/nodechatroom
Let's Chat!
chat chatroom websocket websocket-chat websocket-client websocket-server
Last synced: 06 Jan 2026
https://github.com/dev-connor/chatting-service
웹소켓을 활용한 웹 채팅 서비스입니다.
eslint koa mongodb nodejs prettier pug tailwindcss websocket
Last synced: 07 Jan 2026
https://github.com/alejandro-castillo-delgado/websocket
**WebSocket Server con Node.js y Socket.IO** 🌐 Servidor básico para comunicación en tiempo real, ideal para chats, notificaciones o actualizaciones instantáneas. Incluye: - Conexiones bidireccionales vía WebSocket - Soporte CORS para integración frontend - Eventos personalizados (`mensaje`/`respuesta`) - Configuración mínima y escalable
api backend chat-app cors events express instant-updates javascript nodejs nodejs-server notifications realtime realtime-api realtime-communication server socketio websocket websocket-server
Last synced: 11 Apr 2026
https://github.com/dhi13man/gotify_client
A minimal, cross-platform Gotify client UI built with Flutter.
dart flutter gotify gotify-client messaging websocket
Last synced: 27 Mar 2025
https://github.com/luiizsilverio/node-messenger
Projeto desenvolvido em Node, durante a NLW5 da Rocketseat, utilizando TypeORM, SQLite e Web Sockets.
nlw node nodejs rocketseat sqlite typeorm websocket
Last synced: 16 Apr 2026
https://github.com/belingud/rust-echo-websocket
Echo websocket server by rust
Last synced: 05 Mar 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/rishabyd/echoline
Real-time messaging app with modern full-stack implementation.
chat cloudinary communication file-upload fullstack modern-ui nextauth nextjs nodejs postgresql prisma react realtime socketio tailwindcss typescript websocket zustand
Last synced: 08 Apr 2026
https://github.com/nextlevelshit/adonis-crawler
A free web crawler on top of the incredibile AdonisJS Framework
adonisjs crawler javascript nodejs regex spider websocket
Last synced: 22 May 2026
https://github.com/itresfall/road-proxy-v3
WebSocket-backed TCP/UDP tunnel for LAN/direct multiplayer games and local services.
agplv3 cloudflare-tunnel game-networking gaming go lan multiplayer proxy self-hosted tcp tcp-proxy tunnel udp udp-tunnel websocket websocket-tunnel
Last synced: 16 May 2026
https://github.com/fsecada01/component-framework
Framework-agnostic server components with LiveView-style interactivity for Python (FastAPI / Django). HTMX-powered, no JS framework required.
django fastapi htmx liveview pydantic python server-components server-side-rendering websocket
Last synced: 01 Jul 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/yevtyushkin/deberts
Your favourite game
axum jsonwebtoken oauth2 rust serde serde-json sqlx tokio tungstenite websocket
Last synced: 28 Mar 2025
https://github.com/crispy-strawberry/zocket
Websocket implementation in zig
Last synced: 20 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/fzlzjerry/hearth
A self-hosted browser TUI for managing tmux sessions across multiple servers, keyboard-first with full interactive terminals.
bun fastify nextjs self-hosted ssh terminal tmux tmux-session-manager typescript web-terminal websocket xterm
Last synced: 01 Jul 2026
https://github.com/dozyio/watch-websocket
File Watcher with Websocket
file-watcher go golang websocket
Last synced: 12 Apr 2025
https://github.com/tony-artz/swss
c clang libraries library socket-programming websocket
Last synced: 18 Mar 2025
https://github.com/marcvspt/wschat
WebSocket example through Nginx reverse proxy
Last synced: 13 Apr 2026
https://github.com/lararosekelley/wslib
Lightweight, thoroughly tested WebSocket client with features like automatic reconnection
javascript typescript websocket websocket-client ws
Last synced: 07 Apr 2026
https://github.com/jryannel/go-ws-with-cancel
A go based websocket client and hub with cancel support
Last synced: 04 Apr 2025
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/rasinthadilshanjayarathne/chat_application
Play Tech Pvt Ltd. is a company that supplies various types of gaming equipment. This company has a customer support division that assists customers regarding the Play Tech equipment. Customer support can be a boring and stressful task. Sameera, who is an employee in the customer support section of Play Tech decide to make things a bit lively by designing a Customized Chat for the employees of Play Tech Pvt Ltd. He wanted this chat room to be exclusive to the employees of the Play Tech customer service division, where they can chat freely as a group and express themselves using emojis or images. Later on, he decided to add Unicode to the chat group since some employees are used to typing in Sinhala when they chat.
java-8 javafx multithreading scenebuilder websocket
Last synced: 15 May 2026
https://github.com/tigeryant/super-bomber-elf
Solution to Hack London's December hackathon
Last synced: 06 Jul 2025
https://github.com/superoo7/prisma2-chat-app
Simple chat app implemented with Prisma2 using Typescirpt, Graphql
graphql prisma prisma2 typescript websocket
Last synced: 20 May 2026
https://github.com/lightbeem3296/fastapi-websocket-chatroom
The FastAPI WebSocket Chatroom Demo is a real-time chat application built using FastAPI's WebSocket support. This demo showcases how to create a chatroom where multiple clients can join and communicate instantly, with messages sent by one client broadcasted to all other connected clients.
Last synced: 13 Mar 2025
https://github.com/figuran04/signal
🚅┃Node js WebSocket (Service)
backend javascript nodejs service websocket
Last synced: 01 Jul 2026