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/wraithfive/playbot
Discord gacha bot with color roles, D20 roll mechanic, multi-stream QOTD scheduling, and React admin panel (Java/Spring Boot)
admin-panel discord discord-bot gacha java jda oauth2 qotd react spring-boot websocket
Last synced: 21 Jan 2026
https://github.com/danushka96/ws
CLI tool for test WebSocket connections
cli command-line-tool javascript nodejs testing-tools websocket websocket-client websockets
Last synced: 21 Feb 2026
https://github.com/StudyResearchProjects/avocado
:avocado: Web APIs Testing tool
http request testing websocket
Last synced: 09 Oct 2025
https://github.com/jmanhype/cybertask
AI-Powered Task Management Platform built autonomously by the Cybernetic Orchestration Platform
ai-powered autonomous-development claude-flow cybernetic jwt-authentication nodejs postgresql prisma react task-management typescript websocket
Last synced: 09 Oct 2025
https://github.com/asmeikal/gql-on-ws-on-saga
A client for graphql-ws implemented on top of redux-saga.
gql-on-ws graphql graphql-ws redux-saga subscription websocket
Last synced: 19 May 2026
https://github.com/aayushxrj/gochat
A Real-time chat application utilizing WebSockets, crafted with Go(lang) for the backend and React.js for the frontend.
chatroom golang reactjs websocket
Last synced: 16 Jan 2026
https://github.com/iunary/govas
Basic realtime canvas drawing with Golang and Websocket
canvas collaboration drawing golang javascript realtime websocket
Last synced: 16 Apr 2026
https://github.com/obgnail/chatroom
黑历史系列.基于websocket的网络聊天室
celery chatroom python websocket
Last synced: 26 Jun 2025
https://github.com/ujwalakrishna/kuber
Low-latency voice conversational AI system with STT→LLM→TTS pipeline. FastAPI backend, real-time WebSocket streaming, pluggable adapter architecture, and intelligent investment nudging. Docker-ready with local Whisper/Kokoro models.
adapter-pattern conversational-ai docker fastapi gemini investment-nudging microservices python real-time speech-to-text text-to-speech voice-ai websocket whisper
Last synced: 05 May 2026
https://github.com/oduortoni/social-network
A Facebook-like social network with features like profiles, posts, groups, real-time chat, and notifications, built with a Go backend (SQLite, Docker, WebSockets, migrations, authentication) and a JavaScript frontend.
go javascript nextjs sqlite3 websocket
Last synced: 01 Jul 2025
https://github.com/alfred888/ichat_app
视频对讲系统iOS客户端 - 支持双向视频通话和云台控制
avfoundation ios pan-tilt swift video-call webrtc websocket
Last synced: 19 May 2026
https://github.com/greatmonster11/bug-free-octo-carnival
Some blueprint for GO
Last synced: 10 Oct 2025
https://github.com/iudeen/uvicorn-websockets-sans-io
hacktoberfest hacktoberfest-accepted uvicorn websocket
Last synced: 10 Oct 2025
https://github.com/diogolang/vehicle-tracking
vehicle tracking
google-maps-api kafka nestjs nextjs typescript websocket
Last synced: 03 May 2026
https://github.com/zenithexe/disappearing-tictactoe
A unique way to play Tic-Tac-Toe, built using WebSocket
game nodejs reactjs tic-tac-toe websocket
Last synced: 12 Apr 2026
https://github.com/militska/gochat
golang appliction, websocket chat with react js+ts
go golang ts typescript websocket websockets
Last synced: 10 May 2026
https://github.com/akshaynayak1719/real-time-collaboration-tool
Collaborative Chat Application For Multiple Users
jwt-authentication mongodb nodejs reactjs socket-io websocket
Last synced: 11 Apr 2026
https://github.com/mahmud-r-farhan/anonychat
A real-time anonymous group chat application with modern UI and privacy features.
chat-application mern-stack message-app mongodb nodejs reactjs realtime-chat web-application websocket
Last synced: 14 Apr 2026
https://github.com/superiorkid/next-chat
A real-time chat application built with Next.js frontend and NestJS backend using WebSocket technology.
nestjs nextjs shadcn-ui socket-io tailwindcss websocket zustand
Last synced: 14 Apr 2026
https://github.com/PostSiliconDev/tdn-bevy
TDN plugin for Bevy game engine.
Last synced: 18 Jan 2026
https://github.com/chiragsdev/codemate-backend
Codemate is a production-grade social media platform built using the MERN stack, designed to help developers connect, collaborate, and communicate. It includes authentication, real-time chat, reminders, notifications, and payment integration — all deployed securely using cloud infrastructure and modern DevOps practices.
aws bullmq continuous-deployment continuous-integration express mongodb nginx node-cron nodejs notifications pm2 razorpay redis websocket
Last synced: 14 Apr 2026
https://github.com/chen635520874/socketchat
采用beego框架,基于go语言实现的websocket聊天室
Last synced: 14 Jan 2026
https://github.com/theprincelle/plantae
Project created during class (T3 module)
php ratchet school-project websocket
Last synced: 19 Apr 2026
https://github.com/22a31a0525/devbridgeide
DevBridgeIde website available within the below link if replit platform run the code as the server on free credits
java postgresql reactjs spring-boot superbase websocket
Last synced: 11 Apr 2026
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/nccapo/ws-chat
WebSocket based chat application
chat chat-api chat-application go golang websocket websocket-chat
Last synced: 11 Oct 2025
https://github.com/shhiivvaam/realtime-device-tracker
Getting the exact and continuous location of users is the primary concern.
express leaflet socket-io websocket
Last synced: 05 Apr 2026
https://github.com/eddiescj/chat-frontend
A simple web react app to provide support in learning how to use socket.io built on [Backend Project](https://github.com/EddieSCJ/chat-api)
chat react socketio socketiochat socketioclient websocket websockets-client
Last synced: 11 Apr 2026
https://github.com/neninja/sinergia
Jogo sintonia usando websocket
boardgame laravel livewire websocket
Last synced: 10 May 2026
https://github.com/suconghou/signalserver-php
signalserver in php
data-channel p2p php signalserver swoole webrtc websocket
Last synced: 04 May 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/shinosaki/websocket-client-go
Simple wrapper library for golang.org/x/net/websocket
Last synced: 12 Oct 2025
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/synoet/sturgeon
record and replay rust streams with timing
async rust rust-crate streams websocket websockets
Last synced: 12 Oct 2025
https://github.com/code-co-technology/cyber-doc-server
CyberDoc project
api channels ci-cd django-rest-framework git nginx postgresql python python3 ubuntu websocket
Last synced: 11 Apr 2026
https://github.com/sapog87/yet-another-chat
Многопользовательский чат, где пользователи могут отправлять сообщения как в личных диалогах, так и в группах.
docker java-17 maven spring-boot websocket
Last synced: 14 Apr 2026
https://github.com/cmohan312002/sketchpad
It is a simple web application that simply helps people to collaborate on various ideas and sketch it out. The users may be Students discussing any study topic, Teachers explaining students through whiteboarding and Professionals sharing their ideas while brainstorming. This whiteboard helps each and every user.
canvas expressjs nextjs react websocket
Last synced: 14 Apr 2026
https://github.com/jungin500/lpcv21-nas-backend
Part of PotatoNet (jungin500/lpcv21-submission) - Websocket-based backend inference & power consumption measurement framework
potatonet powermeter python websocket
Last synced: 27 May 2026
https://github.com/nabeel-ahmed-jamil/admin-api
Admin Api For Barco-Cron Service [Open Source]
ddd-architecture dynamic-forms etl event-driven-architecture firebase java-8 job kafka open-source postgresql rest-api scheduler spring-boot spring-data-jpa spring-mvc spring-security springboot webhook websocket
Last synced: 11 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/brennanb/webrtc-telestrator
WebRTC-powered telestrator for live streaming and recording. Features Apple Pencil support, real-time drawing synchronization, OBS integration, and responsive touch controls for content creators.
apple-pencil broadcasting canvas content-creation drawing ipad javascript nodejs obs-studio real-time streaming telestrator touch-events webrtc websocket
Last synced: 07 May 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/na-trium-144/webcface-js
WebCFace client for node.js and browser
nodejs rpc typescript websocket
Last synced: 14 Oct 2025
https://github.com/kirpinev/burger
Маленькая бургерная на краю вселенной...
css-modules react react-dnd redux redux-thunk typescript websocket
Last synced: 28 Apr 2026
https://github.com/chomiii19/academicpulse.v3-backend
📌 Crafted for seamless student management, our platform excels in tracking student logs, validating IDs, and streamlining administrative tasks. Refactored version of AcademicPulse using typescript and complying to MVC architecture
expressjs javascript nodejs postgresql prisma typescript websocket
Last synced: 11 Apr 2026
https://github.com/p4ul-m/online-chat
an online chat with socket connection to the server in php and js
Last synced: 28 Mar 2025
https://github.com/rostwal95/media-ui
Real-time voice agent testing platform with STT→LLM→TTS debugging, latency analytics, and conversation export
autonomous-agent grpc nextjs reactjs voice-ai websocket
Last synced: 11 Apr 2026
https://github.com/shelepuginivan/namespace-server
Облачный сервис для локальной сети
cloud filesystem websocket websocket-server
Last synced: 30 Jun 2025
https://github.com/saibarathr/watch-together
/*In Development learning in-depth about WebRTC */. Personal passion project. Use Case: Watch videos/movies together with your friends & family from any where in the world together using your local videos or any streaming service..
babel react spring-boot webpack5 webrtc-video websocket
Last synced: 04 May 2026
https://github.com/jhonatanmedeiros/vue-chat
chat javascript scss typescript vuejs webpack websocket yarn
Last synced: 14 Apr 2026
https://github.com/nothingdao/cntx-ui
File context management tool with web UI and MCP server for AI development workflows - bundle project files for LLM consumption
ai ai-development ai-workflow bundling claude-desktop cli-tool codebase codebase-bundling context-management development-tools file-aggregation file-bundling file-management llm-tools mcp-server model-context-protocol project-context react websocket
Last synced: 30 Jun 2025
https://github.com/sambit77/realtime-notif-app
A springboot app demonstrating real time push notifications using websocket
realtime-messaging springboot websocket
Last synced: 05 Jun 2026
https://github.com/playbott/go_remox_server
Remote control application server for PC using mouse, keyboard
keyboard mouse remote-control websocket
Last synced: 18 Jun 2025
https://github.com/giovanni-angeli/pyjamapeople
example of how to use tornado, asyncio and websocket together
Last synced: 23 May 2026
https://github.com/abhishek-sanwal/stockbro_trading_app
StockBro is a trading app through which can view indian stock markets shares in real-time.
asynchronous-programming django-application python36 real-time stock-market synchronous websocket
Last synced: 04 May 2026
https://github.com/dikaizm/capstone-digital-twin
Digital Twin adalah model digital dari sistem atau proses fisik yang digunakan untuk mengoptimalkan pemantauan proses produksi pada casting plant.
digital-twin golang monitoring reactjs websocket
Last synced: 27 Jan 2026
https://github.com/arunydvv/advance-backend
This repo was meant to practice adv backend practices
Last synced: 22 Apr 2026
https://github.com/vaibhavgupta5/patient_dashboard
Patient-Hospital Connect System
Last synced: 12 May 2026
https://github.com/nathan-mwai/sportz-websocket
express+nodejs +websockets for a live sports channel
Last synced: 24 Jun 2026
https://github.com/rmoongit/cryptonomicon
#app cryptonomicon - курс валюты монет и вывод графы
api bem css eslint javascript postcss postcss-plugin prettier tailwind vite vue3 websocket
Last synced: 11 Apr 2026
https://github.com/venkatreddy071/resolvenow-your-platform-for-online-complaints
The Online Complaint Registration and Management System is an innovative platform designed to simplify the process of handling complaints, whether from customers, employees, or other stakeholders. This system serves as a bridge between users and service providers, ensuring that every issue is logged, tracked, and resolved efficiently.
admin agent express jwt login mail mongoose nodejs nodemailder nosql react reactjs render rolebaseaccess socket-io socket-io-client tailwindcss user website websocket
Last synced: 11 Apr 2026
https://github.com/kozlov-a-d/websocket-node
Experiment with WebSocket and Node.js
Last synced: 11 Apr 2026
https://github.com/4ssh1/portora
Portora is a modern portfolio builder that empowers users to showcase their projects and skills, track profile views, and engage through newsletters. This is the frontend built with React and Tailwind CSS, fully integrated with my custom backend API.
cookies react shadcn-ui tailwindcss typescript websocket zod
Last synced: 11 Apr 2026
https://github.com/skamranahmed/estimatex
estimatex is a cli tool designed to facilitate story point estimation of tasks/tickets directly from the terminal.
golang planning-poker realtime-communication websocket
Last synced: 01 Sep 2025
https://github.com/srijan-d/realtime-chat-app
express multiplayer nodejs websocket
Last synced: 11 Apr 2026
https://github.com/sacoo7/socketcluster-client-kotlin
Native kotlin and android client for socketcluster framework in node.js
client kotlin socketcluster websocket
Last synced: 03 Apr 2025
https://github.com/bmf-san/example-planning-porker
リアルタイムPlanning Porkerアプリケーション
agile express javascript node-js planning planning-poker pointing-poker websocket
Last synced: 11 Apr 2026
https://github.com/geethika-kancharla/devcollab
A real-time collaborative code editor that allows multiple users to edit code simultaneously.
jwt monaco-editor mongodb nextjs spring-boot tailwindcss websocket
Last synced: 11 Apr 2026
https://github.com/chattalk/.github
MSA 마이그레이션 & 실시간 통신 트래픽 제어 프로젝트 - CHATTALK
axios graphql java kafka mongodb postgresql react redis redis-pubsub redux-toolkit spring-boot spring-cloud spring-data-jpa styled-components typescript websocket
Last synced: 11 Apr 2026
https://github.com/ginjigo/ginji
api api-server framework web-framework websocket
Last synced: 13 Jan 2026
https://github.com/inbharatai/agent-arcade-gateway
Real-time AI agent telemetry gateway with live visualizer. Ingest, route & display LLM tool calls, errors, and metrics.
agent ai dashboard llm monitoring nextjs observability opentelemetry real-time telemetry typescript websocket
Last synced: 14 Mar 2026
https://github.com/berttejeda/bert.bill.webterminal
Webterminal agent for bert.bill
bash process python spyder websocket webterminal
Last synced: 26 Feb 2025
https://github.com/giandiport80/basic-websocket
Basic Websocket dengan NodeJS
expressjs nodejs socket-io websocket
Last synced: 11 Apr 2026
https://github.com/steciuk/card-game
Bachelor's degree thesis project in Computer Science at Warsaw University of Technology
angular cardgame express jwt mongodb multiplayer-browser-game spa websocket
Last synced: 30 Dec 2025
https://github.com/iluha168/globalcapslockapi
TypeScript API wrapper for https://globalcapslock.com/
Last synced: 14 Nov 2025
https://github.com/enesunal-m/azrealtime
A production-ready Go client library for Azure OpenAI's GPT-4o Realtime API, enabling real-time bidirectional communication with voice and text.
audio-processing audio-to-audio azure azure-openai-api openai openai-api realtime-voice voice-recognition webrtc websocket
Last synced: 18 May 2026
https://github.com/ousttrue/async_websocket
websocket implementation for asyncio of python3
Last synced: 22 Oct 2025
https://github.com/ankurgel/racex
WebRTC powered Racing game
javascript nodejs p2p signaling-server typing-game webrtc websocket
Last synced: 10 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/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/prajjwa-lit/keysmasher
🚀 KeySmasher: A full-stack, real-time multiplayer typing race app built with React, Node.js, and Socket.IO. Compete, track your stats, and experience lightning-fast typing battles in a modern web environment.
Last synced: 04 May 2026