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-30 00:30:37 UTC
- JSON Representation
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/hrassi/websocket_esp32_micopython
open socket sever , websocket for open flow data real time monitoring esp32 micropython
esp32 websocket websocket-server-esp32 websockets-esp32-micropython
Last synced: 16 Apr 2026
https://github.com/mj10/gochat
Basic chat application using WebSockets
golang mongodb vuejs websocket websocket-chat
Last synced: 06 May 2026
https://github.com/shasoka/equeue_backend
Серверная часть eQueue 📙
alembic asyncpg fastapi moodle poetry postgresql pydantic python3 sqlalchemy websocket
Last synced: 16 Apr 2026
https://github.com/singcl/websocket
A simple websocket server and client.
react react-redux redux websocket
Last synced: 21 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/daniel-16/alris
This is an ai agent allows users to control their browser using text or voice commands, making web browsing more accessible and convenient. It uses a custom-trained machine learning model to recognize specific voice commands and execute corresponding browser actions.
ai-agent chrome-extension extension gemini-pro llm machine-learning nextjs typescript websocket
Last synced: 19 Apr 2026
https://github.com/code-monad/laplace
Laplace - The Demon Maker
api beast boost cpp cpp17 http webservice websocket
Last synced: 07 Nov 2025
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/waqar1978/django-backend-eduplatform
An e-learning platform built with Django, featuring flexible course content management, student enrollment, and caching using Memcached and Redis. It includes a RESTful API with DRF, role-based authentication, and a real-time chat server powered by Django Channels. It is optimized for production with Docker, NGINX, and SSL.
css django docker html nginx postgresql python redis restful-api ssl websocket
Last synced: 09 Apr 2026
https://github.com/adityadeshlahre/websocket-quick-start
personal starter kit with WebSocket initialized and deployed to Render
expressjs nodejs reactjs starter-template websocket
Last synced: 05 Mar 2026
https://github.com/aldotobing/nginx-log-streamer
A high-performance WebSocket server for real-time Nginx log streaming. Stream access logs directly to web applications with minimal latency and resource overhead.
apache http httpd-logs nginx node-js websocket
Last synced: 06 May 2026
https://github.com/maximbilan/habla-core-gemini
FastAPI backend for Habla using Gemini Live native audio for real-time translation and AI agent calls via Twilio on Cloud Run
fastapi gemini gemini-live google-cloud-run python speech-to-speech translation twilio voice-agent websocket
Last synced: 03 Jun 2026
https://github.com/marihachi/websocket-events
user events for WebSocket-Node
Last synced: 10 Apr 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/jamesyong-42/truffle
P2P mesh networking for your devices, built on Tailscale. Clean 7-layer architecture with WS/TCP/UDP/QUIC transports.
cli cross-platform mesh-networking p2p rust tailscale websocket
Last synced: 12 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/br-silvano/mcp-todo
API de gerenciamento de tarefas via WebSocket com execução modular de comandos e suporte a ferramentas, desenvolvida em TypeScript com banco SQLite. Projetada para integração com agentes de inteligência artificial.
agent agentic-ai ai ajv api command-pattern eslint jest mcp mcp-server modular-architecture sqlite task-manager todo tool tools typescript use-tool websocket zod
Last synced: 10 Apr 2026
https://github.com/capellax02/basic-ecommerce-backend
Simple monolithic e-commerce backend project using Spring Boot, Spring Data JPA, Spring Security, Websockets,and more.
ecommerce-backend spring-boot spring-data-jpa websocket
Last synced: 17 Apr 2026
https://github.com/imrandil/streamer_container_logs
This project sets up a multi-service Docker environment for streaming and managing logs, including a frontend built with Vite and several backend services.
docker docker-compose kafka kafka-streams microservice python3 react streaming websocket
Last synced: 10 Apr 2026
https://github.com/rokf/elm-lua-websocket-chat
An Elm & Lua WebSocket communication example
Last synced: 14 Mar 2025
https://github.com/srgchrksv/stream-crypto
Crypto trades streaming with azure services
azure binance crypto data databricks dataengineering pyspark python streaming websocket
Last synced: 30 Apr 2026
https://github.com/xiaodaigh/promisewebsocket
A simple extension of the Websocket object by making the .send method into a Promise
Last synced: 14 Mar 2025
https://github.com/rokf/wsxo
WebSocket Tic-Tac-Toe with lua-http and termfx
example http lua tic-tac-toe websocket
Last synced: 31 Aug 2025
https://github.com/dinel13/anak-unhas-be
web service as beckend for https://anak-unhas.web.app/ who enable student to search other student and chat them
cassandra golang mongodb websocket
Last synced: 09 May 2026
https://github.com/kelvinleandro/jogo-do-bicho
Jogo do Bicho básico implementado com socket.io (Flask) e React (Next.js) para a interface
flask flask-socketio javascript jogo-do-bicho nextjs nextjs14 python python3 react reactjs shadcn-ui socket-io typescript websocket
Last synced: 02 Apr 2026
https://github.com/krunalgupta02/simple-voting-app
javascript socket-io websocket
Last synced: 06 May 2026
https://github.com/susilolab/redis-broadcaster
Redis broadcaster to push message to redis using php
Last synced: 27 Apr 2026
https://github.com/wielorzeczownik/pulse-layer
Real-time heart rate OBS overlay via Bluetooth smart ring
ble bluetooth btleplug colmi colmi-ring desktop-app ecg heart-rate http-service iced obs overlay qring rust smart-ring stream streaming typescript vtuber websocket
Last synced: 25 May 2026
https://github.com/kartikmanimuthu/phoenix-websocket-notifier
A high-performance real-time notification system built with Node.js, Express, Socket.io, and Redis.
docker expressjs nodejs redis socket-io socket-programming websocket
Last synced: 09 Apr 2026
https://github.com/ashrafulhossain1/to-do-client
Task Management Application built with React and Vite.js. Users can add, edit, delete, and reorder tasks using a drag-and-drop interface. Tasks are categorized into three sections: To-Do, In Progress, and Done.
firebase-auth javascript reactjs websocket
Last synced: 10 Apr 2026
https://github.com/macktb/realTime-chat
RealTime-Chat with Spring Boot and WebSocket (STOMP) a simple multi-user chat app that supports public and private chat
dom-manipulation fetch-api spring-boot spring-mvc stomp websocket
Last synced: 23 Aug 2025
https://github.com/kaustabhbarman/filetransferapplication
A networking project to transfer file from client to server and download file from server to client
java netbeans server-client-communication socket-programming websocket
Last synced: 17 Apr 2026
https://github.com/sxsid/online-pal
This is a real-time chat application that allows users to join a chat room by providing a username and send/receive messages to/from other participants. The application uses WebSockets for real-time communication, ensuring that messages are instantly transmitted between the server and clients.
nodejs reactjs typescript websocket
Last synced: 06 May 2026
https://github.com/rapax00/bitcoin-ticker-ws-server
A simple WebSocket server to help esp32 projects.
arduino bitcoin esp32 websocket
Last synced: 13 Apr 2026
https://github.com/youknow2509/example_be
Example back end
api authorization backend bcyrpt encryption google-api google-sheets hash jwt jwt-authentication nestjs nestjs-backend rest-api restful-api roles socket socket-io websocket
Last synced: 17 Apr 2026
https://github.com/lucasbecker/mooz
Clone simplificado e web do Zoom.
clone javascript jsexpert peer-to-peer peersjs semanajsexpert socket-io webrtc websocket zoom
Last synced: 17 Apr 2026
https://github.com/leoho0722/websocket-example
Example of implementing WebSocket using Go
gin-gonic go gorilla-websocket websocket
Last synced: 10 May 2026
https://github.com/mlangumier/websocket-server
A WebSocket server for a Tic-tac-toe mini-game in Node.js
game nodejs tic-tac-toe websocket websocket-server ws
Last synced: 17 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/mrtcode/opstream
Wrap other transports to have a reliable packet stream
polling socket-io sockjs websocket
Last synced: 10 Feb 2026
https://github.com/kuwacom/react-theme-template
my template
react template theme-system websocket
Last synced: 17 Apr 2026
https://github.com/dnd-side-project/dnd-14th-9-backend
[DND 14기] 모여서 각자, '각' 잡고 시작하는 작업 공간 GAK 🧩
java mysql redis spring-boot sse websocket
Last synced: 04 Apr 2026
https://github.com/notexe/blueskydiscordfeed
Monitors Bluesky posts (using Jetstream) from configured accounts and sends them to Discord webhooks in embed form
bluesky discord webhook websocket
Last synced: 06 May 2026
https://github.com/adwilkinson/chitchatter
Anonymous chat application built using Kotlin, Ktor, React and Material Design
chat-application css heroku html javascript kotlin ktor react reactcontextapi reacthooks website 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/kaiaverkvist/kondo
Kondo provides a simple to use Websocket server and client based on Melody, with strongly typed message handling
client game gameserver go golang melody server websocket
Last synced: 20 Feb 2026
https://github.com/ravening/bitvavo-trading
Java app to fetch data from bitvavo trading system
bitcoin bitvavo bitvavo-trading java spring-boot spring-cloud-config websocket
Last synced: 06 May 2026
https://github.com/jimseiwert/conduit
Self-hosted HTTP tunnel with request inspection and replay. Forward traffic through your own relay, watch live requests in VS Code, and replay them on demand. CLI + relay server + VS Code extension.
bun cli developer-tools devtools fastify http-debugging open-source relay request-inspection request-replay self-hosted tunnel typescript vscode-extension webhook-debugger websocket
Last synced: 18 Apr 2026
https://github.com/brej-29/collaborative-data-insights-portal
Collaborative Data Insights Portal is a real-time dashboarding app where users can upload datasets, auto-generate or manually build charts, edit them live across tabs with WebSockets, and persist configurations in the backend. Built with React, Spring Boot, and WebSocket-based sync for seamless multi-user collaboration.
analytics-portal auto-chart-generation backend-persistence chart-sync chartjs collaborative-analytics dashboard data-cleaning data-visualization dataset-insights frontend live-editing multi-user openrouter react real-time-collaboration spring-boot ui websocket
Last synced: 04 Apr 2026
https://github.com/mohamadanasfattoum/simple-ai-chat
simple AI Chat with Flask and Langchain & Ollama
bootstrap5 css html javascript jquery langchain ollama websocket
Last synced: 10 Apr 2026
https://github.com/valentinvieriu/mqtt-meshtastic
aes-encryption iot lora mesh-networking meshtastic mqtt nodejs protobuf websocket
Last synced: 04 Apr 2026
https://github.com/slainless/prodeskel-ws
Basic WebSocket client implementations for DIGIDES Prodeskel Service.
Last synced: 10 Aug 2025
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/jonyandunh/randrocaelectron
It's a software rebuild from Randroca by Electron that randomly selects users to facilitate the selection of many scenes, such as students in the classroom, the luckiest staff in a company, and the luckiest viewer in tv shows.
css electron html javascript nodejs npm websocket
Last synced: 04 Apr 2026
https://github.com/minhi0449/antwork
React + SpringBoot 기반 그룹웨어 팀프로젝트
fullstack groupware kafka mongodb react redis springboot websocket zustand
Last synced: 10 Apr 2026
https://github.com/samuelastech/youtube-remote-client
🎛️ A web client to connect on a socket server and send commands
Last synced: 07 May 2026
https://github.com/srjchsv/chat-service
Real-time chat using websockets
docker-compose gin-gonic go gorilla-mux kafka lucidchart postgresql prometheus websocket
Last synced: 18 Apr 2026
https://github.com/derens86/famnotify
FamNotify is a real-time family notification system
express nodejs realtime-chat tailwindcss vuejs websocket
Last synced: 10 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/shahidullah-muffakir/uxlivetrace
Real-time, open-source UX tracking toolkit with SDK, WebSocket backend, and dashboard, capture and visualize user interactions live to improve debugging and user experience.
developer-tools javascript npm npm-package open-source real-time sdk ux websocket
Last synced: 20 Jan 2026
https://github.com/uqmessias/web-socket-react-native
POC project using WebSocket server based on deno and the client based on React Native
counter deno poc react-native timer-counter websocket websocket-client websocket-server
Last synced: 07 May 2026
https://github.com/jagthefriend/go-chat-app
A simple chat app (backend only) built using Golang
Last synced: 22 Aug 2025
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/kaysting/websocket-file-upload
An experiment in which you can upload files over a websocket.
express express-ws nodejs websocket ws
Last synced: 19 Apr 2026
https://github.com/shmelovoleksandr/banditgames_frontend
React frontend repository for the BanditGames project
react rest-api typescript websocket
Last synced: 07 May 2026
https://github.com/tomgxz/tfldepartureboard
"Live" departure boards for the London Underground, accessed via TFL's Open Data API
html jquery london london-underground nodejs scss signalr tfl websocket
Last synced: 10 May 2026
https://github.com/grzegorzpacewicz/gj-chat
The app to chat
tailwind typescript vite websocket
Last synced: 05 Apr 2026
https://github.com/alexhiriavenko/social-network
React app with server and database. Backend is written in Java. Social network with all the necessary functionality. Created according to the Facebook template. !_Final Project. Frontend Course _!
fecth-api mui react react-router-dom redux-toolkit vercel-deployment websocket
Last synced: 18 Apr 2026
https://github.com/crolang-p2p/examples-kotlin-crolang-p2p-node-jvm
Examples on how to use the CrolangP2P library in a JVM (Kotlin) environment for the CrolangP2P project
cross-platform distributed-systems framework java jvm kotlin p2p websocket
Last synced: 18 Apr 2026
https://github.com/mottamarcio/supersoniq
SupersoniQ is a lightweight and high-performance messaging broker built with TypeScript. Designed for speed and flexibility, SupersoniQ leverages HTTP/2 for efficient API interactions and offers configurable support for WebSockets and data persistence using LevelDB, allowing developers to tailor the system to their specific needs.
fastify http2 in-memory leveldb lightweight message-broker message-queue nodejs nosql queue typescript websocket
Last synced: 18 Apr 2026
https://github.com/vikash1596kumarkharwar/cryptotradex
CryptoTradeX is a cutting-edge cryptocurrency exchange system built for scalability, high performance, and real-time trading. It leverages modern technologies like Redis, TimescaleDB, and WebSockets to deliver lightning-fast order processing and seamless user experiences.
nextjs nodejs redis timescaledb typescript websocket
Last synced: 07 May 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/abailey81/implicit-interaction-intelligence
Adaptive AI companion that builds a model of each user from implicit interaction signals — keystroke dynamics, linguistic complexity, temporal patterns — and continuously adapts its responses. Custom TCN + transformer + contextual bandit, built from scratch in PyTorch.
adaptive-systems contextual-bandit deep-learning edge-ai fastapi from-scratch huawei human-machine-interaction language-model machine-learning personalization poetry privacy-by-design python pytorch temporal-convolutional-network thompson-sampling transformer user-modeling websocket
Last synced: 18 Apr 2026
https://github.com/iluha168/obcb-api-wrapper
(WebSocket) API wrapper for One Billion Checkboxes by Alula
api deno jsr obcb onemillioncheckboxes ts websocket
Last synced: 19 Apr 2026
https://github.com/Tireon003/instant-messaging-app
A simple real-time chatting full-stack application.
aiogram3 aiohttp alembic celery fastapi-sqlalchemy full-stack messanger postgresql react redis tailwindcss websocket
Last synced: 22 Aug 2025
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/zucchellidaniele/mecanumpi
Questo repository è per un progetto scolastico, questo progetto è basato su un robot con ruota Mecanum e un'interfaccia web per controllarlo. Questo non è un sito Web pubblico ma un sito Web privato in esecuzione sul Raspberry Pi
mecanum-wheel nodejs python raspberry-pi raspberry-pi-camera robotics website websocket
Last synced: 10 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