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/mixer-sys/messendger_windl
Mини-приложение, реализующее функционал чата с возможностью отправки сообщений, их хранения в базе данных и создания групповых чатов.
asyncio docker docker-compose fastapi jwt oauth2 openapi python rest-api sqlachemy sqlalchemy-orm swagger websocket
Last synced: 11 Apr 2026
https://github.com/SahilBhukal001/RapidFix
Developed backend for a real-time emergency assistance web application Enabled users to locate nearby vehicle repair shops & available riders for fuel delivery
expressjs firebase jpa-hibernate mysql socket-io spring-security-jwt springboot websocket
Last synced: 16 Apr 2025
https://github.com/krobipd/iobroker.homewizard
ioBroker adapter for HomeWizard Energy devices — real-time energy monitoring via API v2 with WebSocket push
energy homewizard iobroker iobroker-adapter p1-meter smartmeter websocket
Last synced: 18 Apr 2026
https://github.com/yocjyet/count
Total Visit Count and Realtime Visitor Count using Cloudflare Workers + Cloudflare D1 + Redis
counter realtime redis serverless visitor-counter websocket
Last synced: 03 Jun 2026
https://github.com/euxzy/lazy-chat
Lazy Chat
svelte sveltekit tailwindcss websocket
Last synced: 17 Apr 2026
https://github.com/numq/stash-electron
Web/Desktop file sharing application with built-in echo server
bootstrap concurrently electron electron-app electronjs filesaverjs javascript jszip react react-bootstrap react-hooks reactjs websocket websocket-client websocket-server websockets
Last synced: 11 Apr 2026
https://github.com/kuwacom/react-theme-template
my template
react template theme-system websocket
Last synced: 17 Apr 2026
https://github.com/datashaman/emoji-pit
Real-time Slack emoji reaction visualizer with Matter.js 2D physics
emoji matterjs physics real-time slack slack-bot typescript visualization websocket
Last synced: 04 Apr 2026
https://github.com/denpalrius/data-processing-app
Data processing microservice application
aws docker fastapi file-upload kuberne kubernetes microservices-architecture minio nats-jetstream nestjs nestjs-backend pandas python reactjs server-side-events sse-client terraform websocket
Last synced: 04 Apr 2026
https://github.com/cenga93/pizza-order-tracker
Realtime pizza order tracker app using NodeJs, Express and Mongo DB
bootstrap5 ejs-templates exprees express-middleware express-session express-validator gulp javascript mongodb nodejs realtime scss socket-io websocket
Last synced: 04 Apr 2026
https://github.com/shivanshkc/rosenapp
A minimal chat application powered by Rosenbridge.
angular-material chat-application websocket
Last synced: 04 Apr 2026
https://github.com/sahil2k07/websockets-go
The project illustrates the use of websockets in golang using the gorilla websocket package.
echo golang gorilla-websocket websocket
Last synced: 20 Oct 2025
https://github.com/konsbe/java-websocket-microservices
websocket, Web Socket Message Broker, Event Listeners
Last synced: 05 May 2026
https://github.com/alfianandinugraha/learn-websocket-basic
Example websocket without https://socket.io
Last synced: 01 Jul 2025
https://github.com/cristiandaza07/chat-backend
Backend developed in SpringBoot for Real-time Chat with WebSocket
java mongodb mvc nosql-database spring-boot websocket
Last synced: 08 May 2026
https://github.com/ikuradon/tsunagiya
繋ぎ屋 — Nostr relay mock library for testing. Intercepts WebSocket to test existing clients without code changes.
deno jsr mock nostr relay testing typescript websocket
Last synced: 04 Apr 2026
https://github.com/doctorpok42/next-boilerplate
boilerplate nextjs template websocket
Last synced: 18 Apr 2026
https://github.com/litert/node-ws-utils
A C++ native extension providing utilities for WebSocket, in NodeJS.
Last synced: 04 Apr 2026
https://github.com/tukue/realtime-mobility
Stockholm public travel planner app
api-integration backend-development fastapi fullstack-development react typescript vite websocket
Last synced: 04 Jun 2026
https://github.com/iamaamir/one-road-multiplexing
Understand multiplexing and demultiplexing from toy-track intuition to practical systems.
computer-networking concurrency demultiplexing http2 interactive-course io-multiplexing multiplexing network-programming network-protocols operating-systems real-time-communication tcp-ip websocket
Last synced: 20 Jun 2026
https://github.com/andersonmag/products-management
A product management system with CRUD, JWT authentication, Multi-tenant, AWS storage, Redis and real-time updates Websocket
angular docker multitenant redis s3 spring websocket
Last synced: 04 Apr 2026
https://github.com/santidotio/tv-remote
Control TV from web interface
cec cec-client hdmi hdmi-cec home-automation websocket
Last synced: 18 Nov 2025
https://github.com/nike-sg/ask-me-anything
A Forum for questions
go postgresql react reactjs vite vitejs websocket
Last synced: 11 Apr 2026
https://github.com/kabirbaidhya/boss-dashboard
Boss - Deployment Status Dashboard
boss dashboard deployment express nextjs react ssr status websocket
Last synced: 18 Apr 2026
https://github.com/achim-k/foxglove_websocket_server
A simple websocket server that exposes ROS topics using the Foxglove websocket protocol
foxglove foxglove-studio ros websocket
Last synced: 18 Apr 2026
https://github.com/swat1563/escprs
eSCPRS is a system for managing large procurement data from the State of California. We created a chatbot using FastAPI, ReactJS, MongoDB, Docker, and Gemma2 LLM to efficiently query and provide insightful responses.
beanie chatbot docker docker-compose fastapi gemma2 ipynb kaggle llama3 llama3-1 llm mongodb mongodb-express ollama powerbi powerbi-desktop reactjs websocket
Last synced: 10 Apr 2026
https://github.com/rafaelalmendra/polls-api
Real-time voting system built with Node.js
fastify nodejs postgresql prisma redis typescript websocket
Last synced: 05 Apr 2026
https://github.com/salman679/task-management-frontend
This Task Management Application allows authenticated users to manage tasks by adding, editing, deleting, and reordering them across three categories: To-Do, In Progress, and Done. The app features a drag-and-drop interface and real-time synchronization with the database, making it a powerful tool for efficient task management.
mongodb react tawilwindcss websocket
Last synced: 05 Apr 2026
https://github.com/cedrickchee/twit
A simple Twitter client
educational-project expressjs fullstack-javascript nodejs-api reactjs realtime stream-processing websocket
Last synced: 05 Apr 2026
https://github.com/dreygur/protide
Native desktop API testing tool - HTTP, GraphQL, WebSocket, gRPC, tRPC, Socket.IO. Built with Rust + GPUI.
api-client developer-tools gpui graphql grpc http-client lsp rust websocket
Last synced: 21 Jun 2026
https://github.com/maronari/autosys
универсальная АС с поддержкой OPC UA
docker-compose eclipse-milo java opc-ua spring-boot websocket
Last synced: 09 May 2026
https://github.com/grzegorzpacewicz/gj-chat
The app to chat
tailwind typescript vite websocket
Last synced: 05 Apr 2026
https://github.com/pyyupsk/discord-stayonline
Self-hosted Discord presence service with web UI - maintain online/idle/dnd status via Gateway WebSocket
discord discord-bot docker golang presence self-hosted vue websocket
Last synced: 13 Jan 2026
https://github.com/pepperonas/pigeon
🐦 Forward browser console errors to Claude Code via MCP — Chrome MV3 extension → WebSocket bridge → MCP stdio server.
chrome-extension claude-code debugging devtools manifest-v3 mcp model-context-protocol typescript websocket
Last synced: 22 Jun 2026
https://github.com/aelgamal5/nodejs-chatrooms
Simple chat rooms app. NodeJS
2023 nodejs socket-io websocket
Last synced: 18 Apr 2026
https://github.com/sagarmedtiya/arm-bot-using-websocket
Arm-bot using ESP32 and websocket technology which can be controlled by website and android app.
Last synced: 27 Apr 2026
https://github.com/shubhamd99/nodejs-socket-io
Web Sockets Chat App (Socket.io)
chat-application nodejs realtime-messaging socket-io socket-programming websocket
Last synced: 18 Apr 2026
https://github.com/sneakyselderey/datastream
Datastream is a self-hosted web-app for playing your music
docker music nestjs player react self-hosted typescript websocket
Last synced: 18 Apr 2026
https://github.com/phpxcoder/lanyard
🏷️ Expose your Discord presence and activities to a RESTful API and WebSocket in less than 10 seconds
discord discord-rpc elixir websocket
Last synced: 19 Apr 2026
https://github.com/takuyadev/interview-scheduler
Project at Lighthouse Labs, created using React, with using TDD (Test Driven Development)
css cypress html javascript jest lighthouse-labs react react-testing-library storybook websocket
Last synced: 11 Apr 2026
https://github.com/dipanshu18/gossips
A chat app with features like one-to-one chat and group chat which also provides media sharing
express mongodb mongoose nodejs react-router reactjs redis tailwindcss websocket
Last synced: 11 Apr 2026
https://github.com/cristianencarnacion/socket-crud
Una lista de tareas con Websocket. Esto fue con al finalidad de aprender websocket. En esta se puede agregar tareas, eliminarlas y actualizarlas en tiempo real.
html-css-javascript javascript js mongodb mongodb-atlas mongoose websocket
Last synced: 19 Apr 2026
https://github.com/zhjain/bubbleboard
一个现代化的实时协作平台,使用 Elixir/Phoenix + Alpine.js 构建。提供多用户实时聊天、协作绘图白板、用户在线状态管理等功能。基于 WebSocket 技术实现低延迟的实时通信,适合团队协作、在线教学和创意分享场景。
alpine-js chat collaboration drawing elixir phoenix real-time tailwindcss websocket whiteboard
Last synced: 19 Apr 2026
https://github.com/sidmohan0/alphadb
Cryptocurrency data infrastructure with real-time WebSocket feeds, automated feature engineering, and Grafana dashboards. Built with TimescaleDB + Rust. Deploy w/ Docker Compose.
algorithmic-trading backtesting cryptocurrency data-pipeline docker-compose feature-engineering grafana grafana-dashboard kraken-exchange-api market-data postgresql python rust time-series timescaledb websocket
Last synced: 11 Apr 2026
https://github.com/arturoccs/secret-santa
This application allows for easy and quick "Secret Santa" draws. Users can join a room where secret friends are assigned randomly. The app is designed to ensure that no user is assigned to themselves as their secret friend.
html-css-javascript nodejs websocket
Last synced: 19 Apr 2026
https://github.com/shahzaibalijamro/nodejs-course
💻 Practice code for "NodeJS - The Complete Guide (MVC, REST APIs, GraphQL, Deno)" by Maximilian Schwarzmüller on Udemy. Covers Node.js fundamentals, Express, REST APIs, MVC architecture, GraphQL, Deno & more.
authentication authorization deno express-js graphql mongodb mvc-pattern nodejs rest-api sql websocket
Last synced: 11 Apr 2026
https://github.com/atharmohammad/chat-e
A Chat Channel for People to chat with each other in different public rooms
django djangochannels javascript reactjs websocket
Last synced: 09 May 2026
https://github.com/pixelcaliber/log-monitor
Real-time log monitoring and broadcasting app leveraging asyncio, WebSockets, docker and NGINX for monitoring huge size log files and broadcasting updates to multiple clients in real-time.
asyncio docker docker-compose nginx-proxy tail-f websocket
Last synced: 09 May 2026
https://github.com/jarenal/horseracing
Horse Racing is a game for testing purposes using websockets and PHP.
Last synced: 04 Jun 2026
https://github.com/soumya9832/chitchat_app_client
ChitChat: A Comprehensive End-to-End Chat and Video Call Application
android chat-application kotlin material-ui mysql retrofit video-calling-app webrtc websocket
Last synced: 20 Apr 2026
https://github.com/oxdrtech/bot-apostador-bet365-scraper-backend
expressjs node-cron playwright websocket
Last synced: 20 Apr 2026
https://github.com/leokwsw/ithome-spring-boot-pocker
ithome Spring Boot... 深不可測
ithome log4j mysql spring-boot thymeleaf websocket
Last synced: 09 May 2026
https://github.com/calico32/solid-use-lanyard
SolidJS wrapper for the Lanyard API
discord javascript lanyard solid-js typescript websocket
Last synced: 09 May 2026
https://github.com/legendarym4x/app_socket_udp
Simple Web App with UDP Socket Communication
Last synced: 22 Jun 2026
https://github.com/diraneyya/websocket-chat
This fullstack application contains both a frontend using React (in the client subfolder) and a backend. The application uses 'express' and 'ws' to serve both the frontend and the websocket endpoint using the same port. This allows deploying the application on platforms like Heroku and Glitch where only one port is available for the application.
chat education glitch realtime websocket
Last synced: 20 Apr 2026
https://github.com/omar-kader/workoutly
Workout & Gym & Fitness App: Kotlin Multiplatform Mobile leverages AWS
android aws-dynamodb aws-lambda compose dynamodb fitness fitness-app health healthkit ios koin kotlin kotlin-coroutines kotlin-multiplatform ktor swift swiftui swinject websocket workout
Last synced: 20 Apr 2026
https://github.com/krondorl/lucid-light-lottery
Full Stack Lottery App with Websocket
node-js react typescript websocket
Last synced: 11 Apr 2026
https://github.com/kzamanbd/laravel-reverb
Reverb is a first-party WebSocket server for Laravel applications, bringing real-time communication between client and server directly to your fingertips
Last synced: 20 Apr 2026
https://github.com/romanow/websocket-frontend
User interface for WebSocket communication
Last synced: 20 Apr 2026
https://github.com/natthasath/demo-python-fastapi-websocket
FastAPI Websocket is a Python web framework that enables real-time communication between client and server using websockets, with high performance and easy-to-use API, ideal for building modern web applications.
fastapi poetry python uvicorn websocket
Last synced: 17 Jun 2026
https://github.com/speedycraftah/node-svelte-chat-app
A full-stack chat app which supports direct messages and eventually normal channels written in Svelte and Node.js.
chat-application fastify full-stack nodejs svelte sveltekit websocket
Last synced: 14 Apr 2026
https://github.com/bokiko/btc-liquidations
Real-time Bitcoin liquidation monitor across Binance, Bybit, OKX, Hyperliquid & Aevo
bitcoin cryptocurrency defi liquidations nextjs real-time trading typescript websocket
Last synced: 20 Apr 2026
https://github.com/amitanshusahu/ieggle-saas
connect with people
reactjs saas-application socketio-server webrtc websocket
Last synced: 08 May 2026
https://github.com/seldszar/stug
Simple web server broadcasting file changes through WebSocket.
filesystem watcher webserver websocket
Last synced: 21 Apr 2026
https://github.com/sukramj/openccu-loom-types
Generated Pydantic v2 models and enum types for the openccu-loom REST + WebSocket contract
code-generation home-assistant homematic homematicip openapi pydantic python rest-api type-hints websocket
Last synced: 28 Jun 2026
https://github.com/kimseogyoung/csharpchattingserver
C# Socket/WebSocket ChattingServer + Redis PUB/SUB Example
Last synced: 21 Apr 2026
https://github.com/randika00/hotel_management
Hotel management project provides room booking, staff management and other necessary hotel management features.
api-rest blade-template boostrap json-api websocket
Last synced: 21 Apr 2026
https://github.com/ilham89/vue-graphql
apollo-client graphql vue3 websocket
Last synced: 05 Jun 2026
https://github.com/ogtayhuseynov0/rising-water
SpaceApps 2019 Baku, Azerbaijan, Rising-Water
googlemaps-api quasar-framework vuejs websocket
Last synced: 05 Jun 2026
https://github.com/code-monad/blyat
High performance channel-broadcast webscoket service. Ready to use with a simple docker deployment
Last synced: 10 Jul 2025
https://github.com/kzw200015/kt-tunnel
Reverse tunneling tool based on Kotlin, Netty, and WebSocket
kotlin netty tunneling websocket
Last synced: 22 Apr 2026
https://github.com/aknopov/websocket-simulator
Java library for unit testing websockets
java library simulator websocket
Last synced: 22 Apr 2026
https://github.com/mirhasalh/crypto_marketplace_simulation
A Flutter-based simulation of a cryptocurrency marketplace, designed to mimic real-time trading, asset tracking, and market dynamics. Ideal for educational purposes, prototyping, or exploring crypto trading UX without using real funds.
drift-database flutter websocket
Last synced: 22 Apr 2026
https://github.com/ybakhan/lecture-assistant
Real-time lecture transcription and AI-powered Q&A. Record a live lecture, get an instant transcript, and chat with an AI about the content.
aws docker express nodejs openai parcel real-time speech-to-text typescript websocket
Last synced: 23 Jun 2026
https://github.com/justine-george/nexus-decentralized-messaging
A decentralized messaging service built with Go and WebRTC, ensuring secure, peer-to-peer communication with end-to-end encryption.
golang messaging peer-to-peer protobuf webrtc webrtc-experiments websocket
Last synced: 22 Apr 2026
https://github.com/ilanaya/cryptonomicon
App for realtime displaying cryptocurrencies prices
broadcasting javascript tailwindcss vuejs websocket
Last synced: 10 Apr 2026
https://github.com/vavarm/websocket-chat-client-page
chat html javascript websocket
Last synced: 23 Apr 2026
https://github.com/rongfengliang/openresty-proxy-websocket
openresty-proxy-websocket
Last synced: 05 Jun 2026
https://github.com/gautaz/webresock
Yet another reconnecting WebSocket using reconnect-core
backoff-strategy reconnection websocket websocket-reconnection
Last synced: 30 Mar 2025