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-27 00:30:18 UTC
- JSON Representation
https://github.com/thalida/napkinnotes
A digital 'napkin' (just what everyone's wanted). Jot down quick math, list todos, paste notes, etc.
calculator devlog django django-channels django-rest-framework notes pwa side-project tasks vue vue3 websocket
Last synced: 05 May 2026
https://github.com/nshahaf/moveo-task
axios crud mongodb mongoose nodejs react react-router-dom restful-api websocket
Last synced: 14 Aug 2025
https://github.com/vishalv47/spatialmeet
Java Spring Boot spatial audio conferencing platform with WebRTC, real-time communication, and 3D spatial audio positioning for virtual meetings. Features user management, guest mode and room creation.
h2-database java jwt-authentication maven spring-boot webrtc websocket
Last synced: 09 Apr 2026
https://github.com/jhonatanmedeiros/vue-chat
chat javascript scss typescript vuejs webpack websocket yarn
Last synced: 14 Apr 2026
https://github.com/abubakerkhaled/educa
A feature-rich e-learning platform built with Django, including a custom CMS, student registration, diverse content rendering, caching, a RESTful API, and real-time chat functionality. This project showcases advanced Django techniques like class-based views, model inheritance, API development, and asynchronous communication.
asynchronousprogramming caching cms django django-channels django-rest-api django-rest-framework e-learning memcached realtimemessaging redis restful-api websocket
Last synced: 12 Apr 2026
https://github.com/drozhkov/as-centrifugepp
Centrifugo C++ client
centrifugo cpp protobuf websocket
Last synced: 01 Apr 2025
https://github.com/theoliverlear/script-social
Script Social is a social media, teamwork, and networking tool for developers that is integrated with version control.
angular app dependency-injection instant-messaging networking orm service social-network spring-boot typescript version-control website websocket
Last synced: 29 Apr 2026
https://github.com/taigrr/log-socket
Client-server model for logging. Designed to work well with websockets. Simple client page included.
go golang hacktoberfest logging-library websocket
Last synced: 04 Jun 2026
https://github.com/omkaarr1/websocket
In this presentation, we will explore the process of building a WebSocket-based chat application that facilitates real-time communication between two clients. We'll delve into the server-side and client-side code to understand how messages are exchanged between the connected clients.
chat real-time realtime websocket websockets
Last synced: 22 Jan 2026
https://github.com/alphahydrae/msg-central
WebSocket & Web Application Messaging Protocol (WAMP) web client
wamp-client wamp-protocol websocket websocket-client ws ws-client
Last synced: 23 Aug 2025
https://github.com/jakh0n/hacathon_backend
This is the backend component of a multi-tenant SaaS admin panel, built with Express.js and Socket.IO for real-time notifications. It handles tenant configurations, provides RESTful API endpoints, and manages WebSocket connections for live updates.
Last synced: 07 May 2025
https://github.com/nstseek/websocket-chat-app
Quick and small websocket chat browser app with server
concurrently css html javascript monorepo node node-js nodemon npm npm-workspaces react ts-node typescript vite websocket websocket-chat websocket-client websocket-server workspaces
Last synced: 07 Apr 2026
https://github.com/seapagan/vosk-test
Some experiments in using 'Vosk' speech-to-text under Python including real-time from a microphone over the web.
python speech-to-text vosk vosk-api websocket
Last synced: 16 Oct 2025
https://github.com/a-saed/datum
Local-first spatial sync for PostGIS. A bounding box is a live sync subscription.
geospatial golang local-first offline-first pglite postgis spatial sync typescript websocket
Last synced: 29 May 2026
https://github.com/hack-in-peace/collaborative-code-editor
A real-time collaborative code editor that allows multiple users to write and execute code together in Python, JavaScript, and Java.
express html javascript mongodb nodejs react-icons reactjs socket-io tailwindcss websocket
Last synced: 12 Apr 2026
https://github.com/keshavcore/websocket-chat-app
Quick and small websocket chat browser app with server
concurrently css html javascript monorepo node node-js nodemon npm npm-workspaces react ts-node typescript vite websocket websocket-chat websocket-client websocket-server workspaces
Last synced: 12 Apr 2026
https://github.com/rialparmar1777/metrics-dashboard
Metrics-Dashboard - A FullStack analytics dashboard that shows historical performance of tech stocks. Tech Stack: Vite+React, Axios, Chart.js, RestFull APIs, Tailwind CSS. Backend: Firebase, FireStore Database and Authentication.
axios-restful chart-js cors finnhub-stock-api firebase-authentication node-cache nodejs rate-limiting react tailwindcss vite-react websocket websocket-server
Last synced: 30 Apr 2026
https://github.com/andys8/wscat
Websocket command line listener using elm
command-line elm nodejs websocket
Last synced: 14 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: 05 May 2026
https://github.com/tianlangstudio/chat
Chat developped with Rust and React
actix-web chat javascript react rust webrtc websocket
Last synced: 08 May 2026
https://github.com/nikhiladiga/react-wsx
A simple react websocket component written in typescript
Last synced: 01 May 2026
https://github.com/eulerbm/cyber-chat
Cyber Chat é um sistema de chat seguro desenvolvido em Java com Spring Boot no backend, permitindo que usuários se registrem, façam login e troquem mensagens privadas utilizando criptografia de ponta a ponta.
java postgres react spring-boot websocket
Last synced: 11 Apr 2026
https://github.com/sjh9714/new-portfolio
Java/Spring 백엔드 포트폴리오 - 동시성, 이벤트 정합성, 실시간 메시징, 과금/정산 사례를 수치와 테스트로 정리한 사이트
backend event-driven idempotency java k6 kafka nextjs outbox-pattern portfolio postgresql rabbitmq redis spring-boot testcontainers websocket
Last synced: 08 Jun 2026
https://github.com/konaeakira/gomoku
A Gomoku game server and client using WebSocket
Last synced: 17 Oct 2025
https://github.com/bwhtdev/websocket-chat
A basic websocket chat app with a Go backend
Last synced: 11 Jun 2025
https://github.com/shravya1125/ai-pirate-assistant
Voice-first AI assistant with real-time speech input, LLM conversation, and natural TTS playback
ai-chatbot assembly-ai-api css fastapi full-stack gemini gtts html javascript llm murf-ai-voice-agent python real-time rest-api speech-to-text text-to-speech voice-assistant web-audio websocket
Last synced: 12 Apr 2026
https://github.com/drylikov/vue-native-websocket
Native websocket with vuex integration.
Last synced: 29 Apr 2026
https://github.com/joschonarth/flask-websocket-chat
💬 A real-time chat application built with Flask and WebSockets, allowing users to send and receive messages instantly.
flask flask-socketio python websocket
Last synced: 01 May 2026
https://github.com/higorsnt/modclima
Desafio FullStack da Cyan AgroAnalytics
java junit postgis postgres react spring-boot swagger websocket
Last synced: 20 Apr 2026
https://github.com/banyc/mux
A high-throughput duplex-openable multiplexer on any reliable protocols
high-throughput io mux network-protocol structured-concurrency tcp tokio websocket
Last synced: 01 Apr 2025
https://github.com/owengretzinger/monkey-mind
Pet monkey that provides commentary as you browse the web + social features
chrome-extension express mongodb openai react tailwindcss websocket
Last synced: 05 Feb 2026
https://github.com/radd/rtc-test-client
Real-time communication test client
http-long-polling nodejs server-sent-events stomp websocket
Last synced: 14 Apr 2026
https://github.com/yuki-inoue-eng/lapuacore
Exchange-agnostic low-latency trading system core library (Go)
cryptocurrency exchange golang hft market-making orderbook trading websocket
Last synced: 25 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/nisanth2004/chatapp-springboot
SpringBoot WebChat App
css html intellij java javascript javascript-library lombok security springboot web websocket
Last synced: 09 Apr 2026
https://github.com/levyks/warp-ws-chat
Simple WebSocket chat server with multiple rooms, built with Warp
Last synced: 03 Jul 2025
https://github.com/chattalk/chat-msa-message
실시간 통신 기반 트래픽 제어 프로젝트 - MSA 웹소켓
java kafka mongodb redis spring spring-boot spring-eureka-client spring-security websocket websocket-security
Last synced: 12 Apr 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/asodja/rust-snake
Rust learning project. Gameserver for multiplayer Snake game written in Rust.
gameserver rust rust-lang slitherio snake websocket
Last synced: 07 Oct 2025
https://github.com/vinayakchandra/remote-mouse
control the mouse cursor remotely in the same network and simulate left and right clicks.
Last synced: 28 Apr 2026
https://github.com/jarmitage/p5.bela
Connecting Bela to p5.js via WebSockets (i.e. no OSC or Node.js)
bela belaplatform p5js websocket
Last synced: 08 Apr 2025
https://github.com/rafaelesantos/refds-network
RefdsNetwork is a Swift Package Manager library that provides a simple and elegant way to perform HTTP and WebSocket requests in Swift applications, inspired by libraries like Alamofire.
http-client protocol refds refds-network refds-shared swift websocket
Last synced: 03 Sep 2025
https://github.com/vish501/tcp-chat-room
A TCP chat room
chatroom-application client-side python server-side tcp websocket
Last synced: 09 Jun 2026
https://github.com/rsurya99/cetan-vue
Realtime chat with laravel websocket and vue 3
laravel pusher vue3 vue3-typescript websocket
Last synced: 08 Apr 2025
https://github.com/quaddarv1ne/weather_avatar_bot
Бот для автоматического обновления аватара Telegram с текущей температурой в указанном городе. Изображение генерируется программно с учетом времени суток (меняется цвет фона)
analytics api api-client bot config env environment hash python telegram url websocket
Last synced: 03 Sep 2025
https://github.com/ousttrue/async_websocket
websocket implementation for asyncio of python3
Last synced: 22 Oct 2025
https://github.com/notlelouch/arbibot
A Go-based cross-exchange arbitrage bot using WebSocket for real-time crypto price discrepancies. Actively in development.
arbitrage cryptocurrency golang trading-bot websocket
Last synced: 30 Jan 2026
https://github.com/develephant/websockets-plugin-docs
Documentation for the Corona Websockets Plugin:
corona corona-sdk coronasdk lua plugin websocket websocket-client
Last synced: 08 Apr 2025
https://github.com/marcelcoding/wsocket
Lighweight, fast and native WebSocket implementation for Rust.
Last synced: 23 Oct 2025
https://github.com/braycarlson/senna
A tool to automate League of Legends
golang league-of-legends league-of-legends-api websocket
Last synced: 10 Mar 2026
https://github.com/alextanhongpin/go-websocket
A deeper look into websocket with golang
Last synced: 24 Mar 2025
https://github.com/tanjemul/customer-relationship-management
Customer Relationship Management Solution
chatbot customer-relationship-management mvc-architecture spring-boot websocket
Last synced: 17 May 2026
https://github.com/amafjarkasi/windows-screenshot-mcp-server
🚀 Production-ready Windows Screenshot MCP Server with real-time WebSocket streaming, Chrome DevTools integration, and comprehensive APIs. Built with Go for high-performance native Windows screenshot automation.
api automation chrome-devtools golang mcp real-time screenshot streaming websocket windows
Last synced: 18 Apr 2026
https://github.com/sokmontrey/tictactoetuionline
An online multiplayer infinite board tic tac toe game directly in your terminal.
go go-game-server golang tui websocket
Last synced: 24 Oct 2025
https://github.com/m15kh/websocket_ai
asynchronous-programming multiprocessing multithreading websocket
Last synced: 03 Sep 2025
https://github.com/spectroalias/chat-room
speed dev, some day with ASGI
asgi channels chat django django-channels django-project real-time realtime redis websocket websockets
Last synced: 10 Mar 2025
https://github.com/frontandrew/stellar-burgers
Burger like you want!
react redux-toolkit rtk-query typescript vite websocket
Last synced: 12 Apr 2026
https://github.com/no-country-simulation/s16-01-ft-csharp-react
Mobile Web Application designed for restaurants, bars, places that offer menus, from which they can offer both a menu and bills in a cooperative or independent manner. App in development.
food-ordering formik-yup material-tailwind mobile-web-app react socket-io tailwindcss typescript vite websocket websocket-client websocket-server
Last synced: 12 Apr 2026
https://github.com/maximemoreillon/shcp_front
Front end of SHCP
pwa socket-io vue vuejs websocket websockets
Last synced: 15 Mar 2025
https://github.com/harrytran998/53-days-flutter-challanges
The projects I practice about Flutter + State Management Architect(Bloc, Provider, GetX, FishRedux) + Tracking Solution
bloc dart fish-redux flutter getx provider state-management tracking websocket
Last synced: 15 Mar 2025
https://github.com/crazystuffxyz/crazy-deep-research-gpt
A hyper-functional, sleek, and fully local web-based AI interface built with Node.js and powered by Ollama. It offers intelligent research modes, customizable AI behaviors, and Markdown conversion—perfect for deep exploration or quick answers, all with zero tracking or API keys required.
ai-research alpinejs chatbot cheerio deep-research deepseek deepseek-r1 generative-ai javascript llama3 llama3-2-1b-model llm local-ai nodejs ollama open-source-ai personal-ai tailwindcss turndown websocket
Last synced: 01 May 2026
https://github.com/thertzlor/tocket
A high-level, type safe WebSocket middleware and interceptor for Node and Browsers
interceptor websocket websocket-client websocket-server
Last synced: 16 Mar 2025
https://github.com/josejefferson/amongzap
Converse e interaja com outros jogadores de Among Us online e grátis com o AmongZap
among-us amongus angularjs chat css game-chat games html javascript nodejs public-chat real-time realtime websocket
Last synced: 11 Apr 2026
https://github.com/lancaluis/mysailer-chat
A real-time chat application made with Python + Websocket and React.js
fastapi framer-motion python reactjs shadcn-ui typescript vite websocket
Last synced: 12 Apr 2026
https://github.com/sirmaxx/fastapi_deepface
Example for deepface ,aync,websocket fastapi integration
deepface fastapi haarcascade-frontalface websocket
Last synced: 28 Apr 2026
https://github.com/rinapen/yay-cpp-wrapper
🌐Modern C++ wrapper for Yay (SNS) API.
api-client http http-client websocket yay
Last synced: 17 Nov 2025
https://github.com/taiyoh/graphqlws-subscription-server
this project is work in progress
Last synced: 21 Feb 2026
https://github.com/arxiver/gotmp
Golang starter web restful api with support of websocket (wss)
api-rest express go goapi golang golang-application golang-examples golang-package microservice microservices rest-api restful-api starter starter-kit starter-project starter-template webapi websocket websocket-server
Last synced: 04 Feb 2026
https://github.com/shinseongsu/carrotmarket
:rocket: 중고마켓 만들어보기
aws-rds-postgres aws-s3 java jpa querydsl rabbitmq spring-boot spring-mvc stomp tailwindcss thymeleaf websocket
Last synced: 01 May 2026
https://github.com/santiagodotsh/nest-websocket-client
🔌 💬 Vanilla JS app to connect with nest-teslo-shop.
chat client socket-io vanilla-js vite websocket
Last synced: 20 Jan 2026
https://github.com/podnet/websocket-mgos-test
Mongoose OS WebSocket client application
c esp32 mongoose-os mongoose-os-app websocket
Last synced: 11 Apr 2026
https://github.com/z-ray-entertainment/el_decko_backend_obs_ws
OBS Studio Websocket backend for El Decko
obs obs-studio python-3 websocket
Last synced: 03 Oct 2025
https://github.com/khaliullov/coinbasevwap
Calculate VWAP for 200 last transactions of trading pairs
btc clean-architecture coinbase golang vwap websocket
Last synced: 23 Jan 2026
https://github.com/shahdarshil123/chat-app
A full-stack real-time chat application with a Node.js backend, React frontend, PostgreSQL database, Redis, and Docker-based infrastructure
chat-application docker express full-stack-application nodejs postgresql prisma react redis websocket
Last synced: 13 Jan 2026
https://github.com/youstinus/websocket-task
API that upgrades connection to use websocket. Contains server and client and testing how they communicate
api client go golang server websocket websocket-client websocket-server
Last synced: 24 Mar 2025
https://github.com/jdy8739/websocket-study
WebSocket protocol 스터디
socket-io webrtc-video websocket
Last synced: 06 May 2026
https://github.com/openvoiceos/ovos-messagebus
ovos-core bus daemon
mycroft openvoiceos ovos websocket
Last synced: 16 May 2025
https://github.com/vision-empower/harmonycode
Multi-AI collaboration framework - Built by 3 AI agents | npm install harmonycode@beta
ai collaboration multi-agent nodejs websocket
Last synced: 02 Sep 2025
https://github.com/penn201500/wooapi
WOO X. A privately-accessible liquidity venue for the trading of cryptocurrencies. WOO X provides clients with an easily accessible deep pool of liquidity sourced from the largest exchanges and from Kronos’ HFT proprietary trading. This is an example to display two implement forms of WOO API.
api cex cex-api cryptocurrencies js restful-api web3 websocket woox
Last synced: 24 Mar 2025
https://github.com/elyter/party-mix
🎵 Party Mix - Application mobile d'écoute musicale collaborative en temps réel Application permettant de créer des salons d'écoute partagés, d'ajouter des musiques depuis SoundCloud et de voter pour passer les morceaux. Synchronisation instantanée, interface moderne et animations fluides. 🚀 Disponible sur iOS et Android
android collaborative expo ios mobile-app music react-native soundcloud websocket
Last synced: 09 Apr 2026
https://github.com/julianolorenzato/volko
🎮 Esports opinion forum.
elixir forum phoenix-framework project real-time websocket
Last synced: 28 Jan 2026
https://github.com/shivanshkc/gravastar
Gravastar is a browser-based gravity game where players create “Dots” on a shared canvas visible to everyone around the world. Each Dot has mass and interacts through gravity, so a Dot created in Germany can influence one in Australia.
n-body-simulation newtonian-gravity real-time-communication websocket
Last synced: 26 Jan 2026
https://github.com/misspee007/guess-a-ton
Guess-a-ton is a simple trivia game equipped with websocket connections. A "Game Master" creates a new game session, sets a question and provides the answer, while other players try to guess the correct answer in 60 seconds. Each player gets 3 chances. When the round ends, a new game master is automatically assigned.
express nodejs reactjs websocket
Last synced: 11 Apr 2026