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-25 00:30:36 UTC
- JSON Representation
https://github.com/didierfranc/socket.cool-example
A simple node.js chat built on top of socket.cool
Last synced: 29 Apr 2026
https://github.com/Voxray-AI/Voxray
Open-source real-time Voice AI infrastructure in Go. Stream audio via WebRTC or WebSocket, connect STT → LLM → TTS pipelines, and build scalable voice agents and conversational AI applications.
ai-ivr audio-streaming conversational-ai generative-ai ivr-application ivr-system llm real-time real-time-audio sdp speech-ai speech-recognition speech-to-text text-to-speech turn-server voice-agent voice-agents voice-ai webrtc websocket
Last synced: 11 Jun 2026
https://github.com/etcdpad/etcdpad-core
etcdpad-web server, support etcdv3 only
etcd etcd-client etcdv3-web go multiplex websocket
Last synced: 14 Jan 2026
https://github.com/tattle-made/viral-spiral-backend
a multiplayer card game about sharing news on the internet
Last synced: 15 Mar 2026
https://github.com/josejefferson/uno-backend
Back-end da implementação do jogo UNO
express game multiplayer nodejs online real-time rooms socket-io typescript uno websocket
Last synced: 04 Feb 2026
https://github.com/can-dy-jack/websocket-chat
a simple chat app created by websocket.
chat javascript simple socket websocket
Last synced: 14 Oct 2025
https://github.com/bws9000/robot-simulator
A lightweight WebSocket-driven robot simulator that visually demonstrates reactive UI updates; a hands-on exploration of how frontend frameworks work under the hood.
Last synced: 07 Oct 2025
https://github.com/btschwertfeger/krakenex.jl
Julia Package to interact with the Kraken Cryptocurrency Exchange API for both Spot and Futures, REST and Websocket endpoints.
api cryptocurrency exchange futures futures-market futures-trading julia-package kraken-exchange-api rest-api spot spot-trading spotify-api trading trading-algorithms websocket websockets-client
Last synced: 03 Mar 2026
https://github.com/techgaun/protocol-tests
cowboy elixir internet-of-things mqtt phoenix plug websocket
Last synced: 17 May 2026
https://github.com/bcinarli/backoffice-chat
Help Desk Chat App with a Backoffice Agents
chat es6 websocket websocket-client websocket-server
Last synced: 04 Jul 2025
https://github.com/andrei-straut/gaps
Genetic Algorithm Path Search
angular angularjs bootstrap genetic-algorithm genetic-algorithms graph-algorithms graph-theory graphs java javascript jgrapht visjs websocket websockets
Last synced: 16 Apr 2026
https://github.com/marianogappa/truco
Truco argentino implementation
card-game gh-pages golang react truco truco-argentino webassembly websocket
Last synced: 03 May 2026
https://github.com/ravening/springboot
All Spring boot related projects
actuator angular6 docker h2-database kafka kafka-streams mongodb neo4j reactive-kafka reactive-web-sockets spring-boot spring-cloud-stream-kafka spring-data-neo4j stomp stompwebsocket thymeleaf vuejs websocket
Last synced: 02 Mar 2026
https://github.com/behzadam/wotes
Advanced web concepts like: WebSocket, Core Vitals, Performance, etc.
performance web-vitals websocket
Last synced: 02 Mar 2026
https://github.com/andrianalisoa-sylvere/chatapp-api
💬 A NestJS ChatApp API using Socket.io, Postgresql, Typeorm
chat-application nestjs postgresql realtime-chat socket-io typeorm websocket
Last synced: 02 Mar 2026
https://github.com/ryhkml/keylogger
Keylogger for Linux. Leaks your keyboard input
c keylogger keystroke linux overlay-obs rootless websocket
Last synced: 11 Mar 2026
https://github.com/saddickq/kawulaconnect
A modern messaging app that brings people closer with seamless real-time chat and an intuitive interface. With a focus on connection and community, KawulaConnect makes it easy to stay in touch, share moments, and communicate effectively.
chat cloudinary expressjs mongodb-atlas nodejs reactjs shadcn-ui socket-io socket-io-client websocket
Last synced: 01 Mar 2026
https://github.com/sokil/browser-communication-labs
Server to browser communication examples
long-polling mercure server-push server-sent-events socket-io websocket
Last synced: 28 Jan 2026
https://github.com/fxxkrlab/adminchat_panel
Telegram Bot Customer Service Platform - Multi-bot pool, bidirectional messaging, FAQ engine (8 modes + AI), real-time web chat, user management. Python/FastAPI + React/TypeScript + PostgreSQL + Redis. Docker deployable.
admin-panel ai chatbot customer-service docker faq fastapi postgresql react telegram-bot typescript websocket
Last synced: 10 Apr 2026
https://github.com/sshtools/uhttpd
A very simple Java embeddable HTTP/HTTPS server that has no external dependencies
http http-server https https-server java unit-testing websocket
Last synced: 01 Mar 2026
https://github.com/dorky-robot/katulong
Self-hosted remote workspace in your browser. Terminal (xterm.js + tmux), file browser, port proxy, drag-and-drop uploads, clipboard bridge, and multi-session tabs. Access any server from iPad, phone, or laptop with WebAuthn security.
file-browser homelab remote-desktop self-hosted ssh-alternative tmux web-terminal webauthn websocket xterm-js
Last synced: 02 May 2026
https://github.com/matthewoestreich/chat-app
A full-stack real-time chat app with support for multiple rooms, direct messaging, and dark mode
chat chat-app chat-application express express-js expressjs nodejs react react-real-time-chat react-websocket real-time-chat typescript websocket websocket-chat websockets ws
Last synced: 20 Feb 2026
https://github.com/baselrabia/twitter
Let's recreate Twitter with Laravel! Completely from scratch, we'll use Laravel and Vue to build out a Twitter Clone with as many features as we can. Includes a timeline, notifications, media uploads, hashtags, mentions, granular search and much more. To top it off, everything is updated in true realtime.
laravel realtime realtime-rendering tailwindcss vue vuex websocket
Last synced: 05 May 2026
https://github.com/knutkirkhorn/liste-over-emner
En liste over emner jeg har hatt på NTNU
algorithms-datastructures cpp css database emner java javascript prosjekt react sql tcp udp websocket
Last synced: 12 Apr 2026
https://github.com/gotz1480/websocket-server
A simple application which uses C library socket.h to demonstrate how to retrieve a HTTP GET request with response 200 and some HTML data.
c c-webclient c-webserver-program websocket websocket-endpoint websocket-example websocket-server
Last synced: 07 Apr 2025
https://github.com/antony/websocket-tester
A run-once docker container for testing websocket endpoints as part of a CI build or locally
ci websocket websocket-client websockets ws
Last synced: 08 Apr 2025
https://github.com/kyoukaya/angelina
Event driven websocket interface to get a Arknight client's state
Last synced: 22 Jan 2026
https://github.com/heismanish/scalable-voting-app
A scalable realtime voting application using websockets and redis.
nextjs nextjs14 redis shadcn typescript websocket
Last synced: 06 May 2026
https://github.com/viktorsvertoka/goit-cs-hw-06
Home task for Computer Systems and Their Fundamentals course💾
bootstrap docker goit goit-cs-hw-06 html5 mongodb python websocket
Last synced: 28 Jan 2026
https://github.com/christophertrimboli/react-vrm-server
Backend server for react-vrm demo, multiplayer websocket.
metaverse multiplayer react-three-fiber vrm websocket
Last synced: 08 Oct 2025
https://github.com/rhazra-003/footballer_dashboard
A footballer dashboard made with matplotlib using data from Fbref and Understat
beautifulsoup4 matplotlib-pyplot numpy pandas websocket
Last synced: 08 May 2026
https://github.com/mpol1t/off_broadway_websocket
An Off-Broadway producer enabling real-time ingestion of WebSocket data.
Last synced: 27 Oct 2025
https://github.com/krwclassic/opera-custom-homepage-bypass
Bypass for Opera's custom homepage block with address bar auto-focus (ERR_BLOCKED_BY_CLIENT)
bat batch bypass javascript js newtabdraft newtabstartpage ntd ntsp opera opera-gx operagx py pyautogui pygetwindow python pythonw websocket websockets windows
Last synced: 14 Feb 2026
https://github.com/swift-libp2p/swift-libp2p-websocket
A WebSocket Transport Module for LibP2P Applications
libp2p libp2p-transport websocket
Last synced: 14 Feb 2026
https://github.com/soulgarden/kickex-bot
Trading bot for kickex exchange
algo-trading bot cryptocurrencies docker finance go helm k8s kickex telegram trading-bot websocket
Last synced: 29 Apr 2026
https://github.com/nelsonwenner/python-data-sampling-app
:package: The module that allows the collection of data sampling, which is transmitted with WebSocket via WIFI or serial port for CSV file.
arduino csv datacollection pysimplegui python sampling sensors sensors-data-collection serialport thread websocket wifi
Last synced: 25 Apr 2026
https://github.com/yuantsai1115/ar.camera.mobile
It is a proof of concept for mixed collaboration between site engineers and officers powered by AR and WebSocket..
ar bim collaboration construction-management vr websocket webxr
Last synced: 13 Feb 2026
https://github.com/pooulad/infomosaic
🧩See your system information momentarily and side by side like mosaics
dashboard golang react reactjs systeminfo systeminformation typescript vite websocket
Last synced: 12 Apr 2026
https://github.com/xenon5401/skynet-baritone
SkyNet est une app pour gérer des bots Minecraft. Elle automatise le lancement d'instances, contrôle les bots via WebSocket et propose une interface Electron moderne. Elle permet de lancer plusieurs comptes, envoyer des commandes et automatiser des tâches comme le minage.
automation baritone bot electron meteor-client minecraft websocket
Last synced: 28 Feb 2026
https://github.com/simonfxr/wszero
A high-performance, lightweight WebSocket library for Go.
fast go golang rfc6455 websocket websockets
Last synced: 13 Feb 2026
https://github.com/kerimbr/dart_websocket_example
An example of a WebSocket Server created with Dart language and a client that can connect to it
Last synced: 24 May 2026
https://github.com/filippo-orru/group-gifts
Group gifts makes Christmas in a large friend group stress-free!
firebase firebase-cloud-messaging firebase-notifications gifts nitro nuxt typescript vue websocket
Last synced: 12 Feb 2026
https://github.com/mix-php/websocket
PHP WebSocket server and client based on Swoole coroutine / 基于 Swoole 协程的 PHP WebSocket 服务器与客户端
coroutine mix swoole websocket
Last synced: 09 Oct 2025
https://github.com/hansputera/ngl.link-service
Ngl.link-Clone Notification Service
ngl ngl-clone ngl-link websocket
Last synced: 04 Apr 2025
https://github.com/mp3martin/gameinv
A project showcasing how you can connect C# backend and Next.js or WPF frontend
csharp dotnet dotnet9 gui prebuilt-binaries python tui websocket wpf
Last synced: 23 Aug 2025
https://github.com/santosl2/whatsapp-ticket-gui
A small whatsapp ticket gui
study-project tailwind websocket whatsapp
Last synced: 10 Apr 2026
https://github.com/alexflipnote/discord.socket
An extension to discord.http to add gateway event support, but as minimal cache as possible
api discord gateway interaction python raw slash socket websocket
Last synced: 23 Oct 2025
https://github.com/1ort/wtop
Python based remote system monitor
aiohttp psutil python3 system-monitor system-monitoring websocket
Last synced: 27 Mar 2025
https://github.com/mrzdevcore/haira
Haira: The programming language for AI agents.
agentic agentic-workflow ai ai-agents chatbot compiled-language compiler developer-tools generative-ui golang llm machine-learning mcp programming-language runtime sse websocket workflow-automation
Last synced: 11 Mar 2026
https://github.com/hashirmeraj/real-time-chat-application
This project is a real-time chat application that allows users to create accounts, join chat rooms, or start private conversations. The application uses WebSocket technology to enable instant messaging between users. It also stores all messages in a MySQL database for future reference.
css html javascript js mysql mysql-database php ratchet ratchet-php-server realtime-database realtimechat realtimechatapp tailwindcss websocket
Last synced: 19 Jan 2026
https://github.com/shobhit2205/runcode
RunCode is an online code editor and compiler that enables real-time collaboration between two users in the same room.
docker nodejs reactjs websocket
Last synced: 11 Feb 2026
https://github.com/ngimdock/dask-websocket
The web socket project of a task management application in a synchronized way by a team.
expressjs socket-io typescript websocket
Last synced: 13 Apr 2026
https://github.com/mpol1t/async-websocket-pool
async-websocket-pool is a Python library that enables efficient creation and management of a pool of asynchronous WebSocket clients.
Last synced: 06 Feb 2026
https://github.com/rishiganeshe/crypto-alert-system
A high-performance cryptocurrency API that provides real-time market data, caches responses using Redis, and allows users to set price alerts with instant email notifications via SendGrid. The system also includes a WebSocket connection for continuous updates, ensuring seamless tracking.
expressjs mongodb nodejs redis-cache sendgrid websocket
Last synced: 13 Apr 2026
https://github.com/marketcalls/crypto-realtime-questdb
Crypto Realtime Dashboard
cryptocurrency dashboard data-ingestion fastapi python questdb real-time websocket
Last synced: 29 Apr 2026
https://github.com/abiosgaming/push-api-client
[deprecated] A demo client showing how to subscribe to Abios' data pushes
demo-client deprecated esports golang push-api websocket
Last synced: 14 Jan 2026
https://github.com/peterxcli/location-switch
"Location-switch" 🔁 utilizes WebSocket technology for live interactions 🚀, featuring user identification 👤, WASD movement 🕹️, chat messaging 💬, and a check-in system ✅. User data is stored locally 🗃️, allowing the server to push updates, messages, and check-in details to clients in real-time 📡.
fastapi leaflet vue3 websocket
Last synced: 04 Sep 2025
https://github.com/fquffio/pointers-arena
Sample application to demonstrate WebSocket APIs in Amazon API Gateway.
aws aws-apigateway aws-dynamodb aws-lambda serverless websocket
Last synced: 16 Apr 2026
https://github.com/balintsoos/api.rezsi.io
RESTful Web API powered by Node.js and MongoDB
api express javascript jwt mongodb nodejs passport rest websocket
Last synced: 10 Apr 2026
https://github.com/mmikhail2001/esp32_weather_station
Микроконтроллерная система для измерения качества воздуха в помещении с информированием о текущих показателях удаленного сервера.
esp-idf esp32 freertos i2c iot microclimate websocket wifi
Last synced: 18 Apr 2026
https://github.com/mukeshjha3/whatsapp-fullstack-project
This is a fullstack Whatsapp clone project which is basically made on the top of Springboot(Backend) and React.js(frontend).
css3 html5 java-8 javascript jwt maven mysql-database reactjs springboot springboot-security stomp websocket
Last synced: 10 Apr 2026
https://github.com/ashad001/rapidchat
A react + golang chat application
backend chat-application golang react real-time-chat rooms websocket
Last synced: 21 Jan 2026
https://github.com/wakidurrahman/advanced-node-js
Advanced techniques for asynchronous programming and data streaming in Node.js
Last synced: 14 Apr 2026
https://github.com/alexander-hagen/node-api-kucoin
Non-official implementation of KuCoin's API's. Developed for personal use.
api-rest javascript kucoin nodejs websocket
Last synced: 10 Feb 2026
https://github.com/ashutoshdm1/codegen
CodeGen: Online coding platform with AI-powered assistance and collaborative development for seamless coding.
codegen machine-learning nextjs react19 real-time shadcn-ui webcontainer websocket
Last synced: 12 Apr 2025
https://github.com/aditya43/complete-nodejs
:books: NodeJS - Express, Mongo, Sequelize, Sequelize-CLI, Mongoose, GraphQL, Websockets, Socket.io, REST APIs, ReactJS Social Network, Winston, Morgan, Helmet, Compression, Validators, SSL/TLS, Micro Services Architecture & lot more.
axios express graphql helmet micro-services-architecture mongodb mongoose morgan-middleware mysql nodejs react redux rest-api sequelize socket-io websocket winston-logger
Last synced: 10 Apr 2026
https://github.com/itsjimi/jack
🏗 Serve files, connect to websocket, etc... Jack is an amazing web development tool
development-tools files fileserver go server static-server websocket websocket-client ws
Last synced: 12 Feb 2026
https://github.com/sheninthjr/bloggerhub
BloggerHub is a feature-rich web application that empowers users to connect, share content, and engage in real-time conversations. Built on a robust tech stack including Next.js, GraphQL, WebSocket. BloggerHub offers a seamless and modern experience for bloggers and content enthusiasts.
express graphql next-auth nextjs postgresql prisma redis tailwindcss websocket zod
Last synced: 10 Feb 2026
https://github.com/mahmud-r-farhan/realtime-location-tracker
Real-Time Location Tracker enables live device tracking with Leaflet, WebSockets, and WebRTC, supporting offline maps and a responsive UI for seamless monitoring.
admin-panel audio-call audio-room chat-app communications delivery-tracking ejs fleet-management javascript leaflet-map location-services location-tracker location-tracking monitoring nodejs share-location socket-io web-application webrtc websocket
Last synced: 06 Jul 2025
https://github.com/yuvraj0028/node-realtime-chat-app
Our Realtime Chat App, driven by Node.js and WebSockets, ensures low-latency instant messaging with secure room creation. Enjoy responsive design, user authentication, and customizable features for a seamless and personalized chat experience. Connect effortlessly and communicate in real time across devices and browsers.
backend chat expressjs nodejs websocket
Last synced: 10 Jul 2025
https://github.com/kerolesnabiel/realtimechatapi
This API enables real-time messaging using WebSockets, providing instant communication and updates. With seamless message delivery and real-time notifications, users can interact with the app without delays. Built with ASP.NET Core and SignalR, it also includes user authentication for secure communication.
asp-net-core-web-api cqrs entity-framework-core jwt-authentication real-time restful-api signalr sql-server websocket
Last synced: 10 Feb 2026
https://github.com/anuversehq/qrpc-socket
qRPC-Socket: A Rust-based open-source project that merges the power of gRPC's remote procedure calls, GraphQL's graph-based queries, and WebSocket's real-time communication into a unified framework.
graphql hacktoberfest language-agnostic omni-platform rpc rust unified websocket
Last synced: 09 Feb 2026
https://github.com/Dmitry-Ship/go-chat
blazingly fast real time chat app
chat chat-application clean-architecture cqrs domain-driven-design hexagonal-architecture websocket
Last synced: 31 Mar 2025
https://github.com/joseluisgs/ts-chat-socketio
Ejemplo de chat usando la librería Socket.io de Node.js, con el objetivo de manejar websocket y crear un chat en tiempo real.
chat-application javascript nodejs socket-io typescript websocket
Last synced: 01 May 2026
https://github.com/ichiro-its/kumo-client
JavaScript client library for Kumo WebSocket to ROS 2 bridge
javascript ros ros2 typescript websocket websocket-client
Last synced: 26 Feb 2026
https://github.com/memoryInject/ws-client
WebSocket command line client for testing WebSocket server. | Light weight 🍂 | Blazing fast ⚡ | Portable 💼
bash blazing-fast command-line command-line-tool console-application console-tool cpp linux-app multithreading portable small-tools test testing testing-tools websocket websocket-client websockets
Last synced: 31 Mar 2025
https://github.com/xcwqw1/xc-qq-robot
一个python萌新写的多线程对接go-cqhttp的屎山玩意
go-cqhttp httpapi qq-bot websocket
Last synced: 28 Jan 2026
https://github.com/maxzinchenko/react-use-socket
The package which makes web socket management much easier by using hooks.
react react-use-socket socket websocket
Last synced: 18 Apr 2026
https://github.com/lambda-zhang/systemmonitor-web
systemmonitor-web
gin golang monitor orangepi raspberry-pi sqlite3 system vuejs websocket
Last synced: 15 Apr 2026
https://github.com/wesh92/fastapi-websockets-llm-example
Example of Websockets Implementation in FastAPI/Python
ai fastapi fastapi-template llm openrouter python websocket
Last synced: 28 Apr 2026
https://github.com/ichiro-its/kumo-app
React wrapper for Kumo client library
kumo kumo-client material-ui provider react ros ros2 typescript websocket
Last synced: 18 Apr 2026
https://github.com/cntryl/fitz
Unified broker for KV, queue, notice, RPC, lease, stream, and schedule messaging patterns.
event-driven key-value-store message-broker pubsub queue rpc rust scheduler stream-processing tcp websocket
Last synced: 09 Jun 2026
https://github.com/tricked-dev/dws
The first fully opensource Skyblock mod backend lol.
Last synced: 01 Jun 2026
https://github.com/pascaldekloe/websocket
WebSocket server library
asynchronous rfc-6454 rfc-6455 websocket websocket-server
Last synced: 28 Jun 2025