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-01 00:30:48 UTC
- JSON Representation
https://github.com/buckineer/primal
Spain Territory Web Game that manage event, topics
angular4 django django-rest-framework django-ses websocket
Last synced: 02 Mar 2026
https://github.com/rufat/miniexchange
A mini stock exchange example.
assignment cluster ec6 exchange javascript job mongodb nodejs recursive socketio stock websocket
Last synced: 09 May 2026
https://github.com/sqwyer/live-clicks
👉 A live click counter built with Express and WebSockets!
Last synced: 23 Feb 2025
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/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/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/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/daaanishhh002/signwave
This repository contains code for a real-time hand gesture recognition system using flex sensors and an IMU6050 sensor in gloves. It translates sign language gestures into text and converts them to speech.
android-application esp32 flask java random-forest-classifier websocket
Last synced: 04 Mar 2025
https://github.com/andrehrferreira/bench-sockets-csharp
C# implementation for Websocket, TCP and UDP performance testing
Last synced: 17 Aug 2025
https://github.com/vaibhavgupta5/redis-chat-app
Scalable Chat App using WebSockets and Redis
Last synced: 16 May 2026
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/leohonlmc/go_stock_tracker
Go Stock Tracker
golang stock-market tracker websocket
Last synced: 28 Mar 2025
https://github.com/umjammer/vavi-apps-webhook
👀 webhook server for cloud file system watch service
heroku java jsr-203 watch-service webhook websocket
Last synced: 19 May 2026
https://github.com/nyagami/lnreader-rs
Remote service desktop app for LNReader
Last synced: 19 May 2026
https://github.com/jairtorezone/api_payments_pix
Esta aplicação em Python utiliza websockets para simular pagamentos via PIX
Last synced: 19 May 2026
https://github.com/neon4on/paired-reverse-parser
Парный обратный сапёр
nestjs socket-io vuejs websocket
Last synced: 27 Feb 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/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/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/rogervinas/random-sound-broadcast
🔊 Server sending random sounds to be played by its connected clients
Last synced: 24 Jul 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/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/tfo-dot/simplewebsocket
Simple WS(S) implementation
deno websocket websocket-client
Last synced: 02 Feb 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/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/bridiro/rocket_chat
wannabe secure chat
aes rsa rustrocket webchat websocket
Last synced: 22 Jul 2025
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/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/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/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/marcinbator/rag2-integration-test
Remote control source and web game integration demo tool for RAG2
Last synced: 16 May 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/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/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/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/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/dozyio/watch-websocket
File Watcher with Websocket
file-watcher go golang websocket
Last synced: 12 Apr 2025
https://github.com/mariyan23/game-catch-the-orange
Two capybaras are trying to catch the orange...
dependency-injection eventemitter javascript oop-principles websocket
Last synced: 23 Jun 2026
https://github.com/marcvspt/wschat
WebSocket example through Nginx reverse proxy
Last synced: 13 Apr 2026
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/anandpiyush1521/springchat
Spring Boot Chat Application with WebSocket
Last synced: 11 May 2026
https://github.com/Traunin/websocket-extension
Control Chrome with Websockets
Last synced: 02 Nov 2025
https://github.com/octokerbs/GoChat
Websocket chat app built in Go and React.
channels go javascript react react-router websocket
Last synced: 02 Nov 2025
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/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/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/yuriyvyatkin/notepad-backend
Записная книжка (Backend часть)
Last synced: 06 Jan 2026
https://github.com/yoanesber/nodejs-with-websocket
This simple project aims to develop a simple chat application using Node Js programming language that implement Websocket.
Last synced: 06 Apr 2025
https://github.com/lily-osp/esp01-relay-controller
This project provides a versatile WiFi-controlled relay module for the ESP-01 using the ESP8266 microcontroller. The device offers remote relay control through a web interface, WebSocket, and optional Adafruit IO integration.
adafruit-io esp01 iot mdns mqtt websocket
Last synced: 21 May 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/x-rays5/edjournal_server
This is a websocket server that broadcasts all events received in the elite dangerous journal. This make it possible to read these events from a different pc.
cpp elite-dangerous elite-journal elitedangerous networking websocket
Last synced: 05 Jul 2025
https://github.com/dev-connor/chatting-service
웹소켓을 활용한 웹 채팅 서비스입니다.
eslint koa mongodb nodejs prettier pug tailwindcss websocket
Last synced: 07 Jan 2026
https://github.com/tommasoamici/multiplayer-whiteboard
A very minimal example of a Figma-like/Miro-like multiplayer collaborative board using WebSockets.
bun cursors multiplayer websocket whiteboard
Last synced: 04 May 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/sihamouda/reverse-websocket
A Go reverse-websocket microservice with dashboard using docker-compose
docker docker-compose dockerfile go golang rest websocket
Last synced: 02 Jan 2026
https://github.com/hit-7624/squad-draw
Squad Draw is a real-time collaborative drawing app where you and your friends can bring ideas to life on a shared digital canvas. Unleash your creativity with a variety of cool, hand-drawn style shapes and chat with your team in real-time as you collaborate. Create a private room, invite your squad, and start drawing together instantly.
better-auth collaboration-tool collaborative-drawing excalidraw monorepo nextjs real-time-collaboration roughjs socket-io turborepo websocket zod
Last synced: 23 Jul 2025
https://github.com/dleedev365/apricity-serverless-django
[CMPT 474: Web Systems Architecture] An experimental lightweight serverless web application deployed to AWS using Django, Zappa, and PostgreSQL.
aws crud-application django postgresql python3 websocket
Last synced: 30 Apr 2026
https://github.com/oschrenk/gol.scala
Game of Life in Scala with Websockets
akka akka-http scala websocket
Last synced: 28 Jun 2025
https://github.com/benzinga/webrpc.js
Simple, lightweight RPC framework for JS (Semi-deprecated.)
javascript rpc travis-ci websocket
Last synced: 28 Jun 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/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/okazawa0929/websocket-sample
時間のかかる処理の完了通知をsocket.ioを使って実装したデモアプリ
jotai nextjs shadcn-ui socket-io typescript websocket
Last synced: 04 May 2026
https://github.com/dbarochiya/chatapp
Simple chat application with go, react and websocket
chat-application go golang react websocket
Last synced: 11 May 2026
https://github.com/shuklansh1/sockettestapp
jetpack-compose kotlin socket-io websocket
Last synced: 09 May 2026
https://github.com/polvallverdu/shoppinglist-server
Websocket for my Shopping List app.
Last synced: 24 Jul 2025
https://github.com/vanheemstrasystems/home-assistant-websocket
Home Assistant - Websocket
Last synced: 04 Jan 2026
https://github.com/panastasiadis/crowd-density-heatmap
This is a front-end web application written in JavaScript that uses the Leaflet library to display a heatmap layer of the crowd of Das Fest 2018 over the corresponding map location.
crowd-simulation das-fest-2018 front-end heatmap javascript leaflet real-time-data trilateration visualization websocket
Last synced: 03 May 2026
https://github.com/dmitriiviktorov/instantmessages
Instant messaging service. FastApi + Websocket + Postgresql + Redis + Celery. Register and chat with other users.
aiogram-bot alembic celery docker fastapi nginx postgresql redis websocket
Last synced: 08 Apr 2026
https://github.com/jirufik/jrfws
Deprecated. New version jrf-ws-3. async/await package for create api realtime on websockets
api async-await client jrf jrfws realtime route routing server webclient websocket websockets ws
Last synced: 06 Apr 2025
https://github.com/tony-artz/swss
c clang libraries library socket-programming websocket
Last synced: 18 Mar 2025
https://github.com/kaungmyathan22/golang-chitchat
Simple golang chat app written in gorilla mux
Last synced: 12 Jan 2026