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-24 00:28:15 UTC
- JSON Representation
https://github.com/yuantsai1115/ar.camera.receiver
It is a proof of concept for mixed collaboration between site engineers and officers power by AR and WebSocket..
ar bim collaboration construction-management vr websocket webxr
Last synced: 12 Feb 2026
https://github.com/hajis23/room-game
Multiplayer server meshing demo
game matter-js multiplayer phaser react socket-io websocket
Last synced: 25 Oct 2025
https://github.com/privapps/mqtt-chat
An end-to-end encrypted web group chat that uses MQTT as backend
chat communication encryption-decryption end-to-end-encryption groupchat javascript mqtt mqtt-broker mqtt-channels mqtt-chat mqtt-protocol mqttchat pubsub pubsubclient single-page-app webapp websocket
Last synced: 22 Aug 2025
https://github.com/jayeshlab/vue3-crypto-dashboard
Cryptocurrency Dashboard made with Vue 3
amcharts5 binance binance-api bootstrap5 chart cryptocurrency dashboard pinia svg vue vue-crypto-dashboard vue-router4 vue3-composition-api vue3-typescript websocket
Last synced: 09 Oct 2025
https://github.com/ziegmaster/ziegmachat
Websocket based chat application for Streamer.bot
chat-application electron gaming http-server javascript nodejs overlay streamerbot streaming twitch websocket widgets
Last synced: 04 Apr 2026
https://github.com/navikt/eessi-pensjon-saksbehandling-api
Tilby rest endepunkt for eessi pensjon saksbehandling frontend
eessi-pensjon kotlin websocket
Last synced: 22 Aug 2025
https://github.com/anicetkeric/spring-boot-flutter-stomp
Build a Real-Time App with Spring Boot and Flutter
flutter flutter-bloc flutter-websocket spring-boot spring-boot-websocket stompwebsocket websocket
Last synced: 19 Feb 2026
https://github.com/sanwebinfo/ntfy-sh-listener
Forward ntfy.sh Push Messages 🚀 to Telegram by using telegram bot and Websocket 🛸
ntfy ntfy-sh ntfysh push-notifications python telegram telegram-api telegram-bot websocket websockets
Last synced: 01 Aug 2025
https://github.com/igorbezsmertnyi/drawing
Application for drawing images and sharing it with your friends by P2P protocol
angular angular4 draw drawing go golang paint paint-js peer peer-network peer-to-peer s3 websocket
Last synced: 09 May 2026
https://github.com/vsl700/gpstrackeronline
An android application that tracks the phone through the GPS and sends that information to a web site, made with ASP.NET (Phone Tracker-Online, https://github.com/vsl700/PhoneTrackerOnline)
Last synced: 03 May 2026
https://github.com/pikachu0621/joinspring
考勤,打卡软件Springboot服务端
check-in java kotlin spring-boot vuejs websocket
Last synced: 06 Apr 2025
https://github.com/abeatrix/alfred
A simple portfolio tracker for everyone using MERN Stack.
express mern-stack mongodb mongoose node react stock-market websocket
Last synced: 11 Apr 2026
https://github.com/cj667113/websocket_http_server
Websocket_HTTP_Server
bash-script html5 http http-server python socket streaming streaming-data streaming-video tcp tcp-protocol tcp-server tcp-socket thermal-imaging websocket websocket-server websockets
Last synced: 02 May 2026
https://github.com/aliforever/go-socketify
Golang WebSocket Framework
framework go go-websocket golang socketify websocket websocket-client websocket-framework websocket-server ws
Last synced: 28 Jan 2026
https://github.com/ascenmmo/multiplayer-game-servers
The ASCENMMO admin panel provides an easy-to-use interface for managing game servers. You can register a new game, and the admin panel will return a unique game ID, which can then be used for registering players in the game.
admin-panel api cross-platform cross-platform-game game-development game-management game-server multiplayer-game open-source real-time real-time-game real-time-server tcp udp udp-server websocket
Last synced: 13 Mar 2026
https://github.com/lestoni/aunot
html5 ibm-watson speech-to-text streaming-audio websocket
Last synced: 17 Jul 2025
https://github.com/xtravision-ai/xtravision-react
A React SDK for XtraVision API
Last synced: 01 Sep 2025
https://github.com/othmar52/ui24r-arduceptor
Arduino based project for each participant of synth jam sessions.
nodemcu-esp8266 synth-jam-sessions ui24r websocket
Last synced: 31 May 2026
https://github.com/benevanio/chatbot
Chat com webSockets(Socket IO) e Node js
chatbot chatbots mensageria nodejs socket-io websocket websocket-chat websocket-client websocket-server
Last synced: 12 Apr 2026
https://github.com/dutu/valr-api-node
VALR exchange API client for REST and WebSocket
api promise rest rest-api rest-client valr valr-api websocket websocket-client
Last synced: 11 Apr 2026
https://github.com/ellisgl/bottomthird
Dynamic Bottom / Lower Third Overlay for OBS.
Last synced: 13 Feb 2026
https://github.com/crispengari/askme
🙏 askme is a social application that allows users to interact and discover new people within their location radius, identified as spaces in the scope of this app.
docker fastify ngrok postgresql prisma react-native trpc typescript websocket
Last synced: 16 Aug 2025
https://github.com/guilospanck/gartic-go-backend
This is the backend of the web drawing app like Gartic made with ReactJS using Typescript and Go.
clean-architecture go golang postgresql websocket
Last synced: 01 May 2026
https://github.com/lan143/battleship
Простая реализация игры Морской бой с использованием HTML5, JS, PHP, WebSocket
php ratchet websocket yii2-framework
Last synced: 08 Apr 2025
https://github.com/marceldobehere/goofy-ssh
SSH over Websockets bc yes
csharp proxy ssh web websocket websockets
Last synced: 13 Mar 2026
https://github.com/amattu2/blink-liveview-middleware
A Blink Smart Security liveview package written in Go. Includes a CLI interface for desktop-based liveview and a WebSocket liveview proxy service.
blink go smart-security websocket
Last synced: 09 Apr 2025
https://github.com/elieru/real-time-chat-application
Develop a chat app with real-time messaging, channels, and private messaging. Users can send files and create groups, making it an ideal project for understanding websockets and handling asynchronous events.
auth0 mongodb nextjs react tailwindcss typescript websocket
Last synced: 17 Aug 2025
https://github.com/rudranshfly/realtime-polling
a realtime polling where users can create pole and view polls
nestjs prisma prismaorm typescript websocket
Last synced: 08 Oct 2025
https://github.com/varieget/bilibili-ws-client
适用于b站直播的 WebSocket 客户端
bilibili bilibili-live websocket
Last synced: 16 Mar 2025
https://github.com/chrberger/cluon-javascript
Minimum viable product (MVP) demonstrating how to communicate between JavaScript and OD4Sessions using libcluon.
amd64 arm cpp cpp11 docker docker-image javascript json libcluon opendlv protobuf websocket websockets
Last synced: 09 Apr 2026
https://github.com/lagden/boilerplate-ws
Boilerplate para desenvolvimento de Websocket.
boilerplate nodejs uwebsockets websocket
Last synced: 15 Aug 2025
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/romulodm/go-chess
A multiplayer chess game made with React and Gorilla WebSocket.
chess chess-game go gorilla-websocket react websocket
Last synced: 28 Feb 2026
https://github.com/faluciano/react-native-couch-kit
React native libraries for hosting websocket games on TV hardware with controller client packages
android-tv couch-kit embedded-server fire-tv library local-multiplayer party-game react react-native real-time tv-game websocket
Last synced: 02 Mar 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/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/touchdeck/websocket-proxy
A websocket proxy with local discovery for piping data between two clients.
docker-image proxy server websocket websocket-proxy
Last synced: 03 Feb 2026
https://github.com/egdavid/rusty-socks
🧦 Rusty Socks: Real-time Communication Made Simple. Rusty Socks is a lightning-fast WebSocket server crafted with Rust. Born from my passion for efficient networking, this project combines the safety of Rust with the power of WebSockets to create a strong foundation for any real-time applications.
async communication networking real-time rust rust-lang server tokio warp websocket websocket-server
Last synced: 24 Feb 2026
https://github.com/brucearmstrong007/my-chat
A Chat Application (with Auth, chat & video call with friends) using Angular, Angular Material, Tailwind, Express Server, Socket.io(WebSocket), PeerJs(WebRTC) , SQLite Prisma , Nx MonoRepo
angular angular-material chat-application expressjs jwt-authentication nx-workspace peer-to-peer peerjs prisma socket-io sqlite streaming-audio streaming-data streaming-video tailwindcss video-call video-capture webrtc websocket zod
Last synced: 09 Apr 2026
https://github.com/lmangani/pcap2hep
PCAP to HEP Conversion via Browser
hep hepic hepv3 homer js pcap sipcapture websocket ws
Last synced: 12 Feb 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/morgwai/servlet-utils
Automatic ping-pong for websocket connections
java java-websocket java-websocket-ping java-websocket-ping-pong java-websocket-round-trip-time java-websocket-rtt java-websocket-rtt-discovery websocket websocket-ping-pong websocket-round-trip-time websocket-rtt websocket-rtt-discovery
Last synced: 01 Mar 2026
https://github.com/sbolanowski/raspybot
A robotics and computer vision project.
adafruit computer-vision dashboard electronics fritzing hardware-design nextjs open-hardware open-source pid pid-control python python3 raspberry-pi raspberry-pi-3 robotics shadcn-ui tof ultrasonic-sensor websocket
Last synced: 09 Aug 2025
https://github.com/dheerajgits/peerconnect-server
This backend repository powers a video calling application built with typescript, utilizing PeerJS for seamless peer-to-peer connections and WebSockets for real-time communication. Designed with an MVC architecture, this backend helps in creating rooms, joining and other tasks along with providing other endpoints for analytics purposes of class.
mvc mvc-architecture peerjs socket-io streaming typescript webrtc websocket
Last synced: 12 Feb 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/kianoushamirpour/rag_chatbot
Leveraged advanced RAG techniques and a quantized version of LLaMA-3 with Llama-cpp to create a chatbot. Redis Streams and WebSockets were utilized to enable real-time interaction and keep track of chat history.
chatbot docker-compose fastapi llama3 llamacpp llamaindex qdrant rag redis redis-stream websocket youtube-api
Last synced: 10 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/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/rajagopal28/bookworm_backend
Repository containing the entire code base of bookworms with all the supporting packages
angularjs api api-server bookworms crypto express-js grunt heroku heroku-mlab mongodb mongoose multiparty no-sql nodejs nodemailer openshift pet-project smartfile socket-io websocket
Last synced: 10 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/fasakinhenry/locloud
locloud helps to transfer text from laptop to phone over a local network without internet connection especially on windows
javascript lan laptop local phone webapp websocket
Last synced: 04 Jan 2026
https://github.com/gautam6023/hackathon
Chat translator is an instant messaging app with live translation features. People from a different countries with different languages can communicate with each other. The app removes the barrier of language in communication.
css3 html5 jwt-authentication reactjs socket-io styled-components websocket
Last synced: 10 Apr 2026
https://github.com/soumyadip007/websocket-message-broking-using-spring-boot-rest-microservices-thymeleaf-sockjs-webjars
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011, and the WebSocket API in Web IDL is being standardized by the W3C. WebSocket is distinct from HTTP.
java jquery messagebroker microservices microservices-architecture restapi sockjs spring-boot topic-modeling webjars websocket websocket-client websocket-server
Last synced: 31 Jan 2026
https://github.com/anechas/database-gateway
App connects to a remote database
database-connection electron microsoft-sql-server mysql nodejs postgresql react remote-database rest-api websocket
Last synced: 06 Feb 2026
https://github.com/eldoy/wsrecon
Isomorphic implementation of an automatically reconnecting websocket client.
browser client isomorphic javascript reconnecting-websocket spa websocket
Last synced: 10 Jun 2026
https://github.com/shadowy-pycoder/wsoding
WebSocket library
autobahn go tsoding tsoding-streams websocket websocket-client websocket-server
Last synced: 06 Feb 2026
https://github.com/tdjsnelling/orderbook
Simple Node.js FIFO order matching engine, powered by Redis
matching-engine nodejs orderbook protobuf redis trading websocket
Last synced: 08 May 2026
https://github.com/dostondevop/click-clone-backend-java
💳 Click Clone - Payment Backend 🚀 A Spring Boot-powered backend for a Click payment system clone, supporting money transfers, bill payments, online store transactions, and more! Secure, fast, and built with WebSockets, Redis, PostgreSQL, and Spring Security. ⭐ Give it a STAR if you like it! 🌟
payment-app payment-system redis websocket
Last synced: 21 Feb 2026
https://github.com/instantwebp2p/sws-spec
SWS - SecureWebSocket Spec
nacl secure-websocekt websocket
Last synced: 29 Jan 2026
https://github.com/brokeyourbike/lets-go-chat
Let's Go Chat
api chat epam go golang pgsql websocket websockets
Last synced: 02 Oct 2025
https://github.com/connieya/zoom_clone
zoom clone coding
express javascript nodejs pug socket-io webrtc websocket
Last synced: 10 Apr 2026
https://github.com/ashishkumbhar01/php-chat-app
A PHP Chat App based on Web Socket async
async asynchronous chat javascript messaging mysql php sql websocket
Last synced: 03 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/koko37/orderbook-component
Basic orderbook component with websocket
centrifuge orderbook websocket
Last synced: 07 Apr 2025
https://github.com/ndrean/demo-solidjs-websockets
Phoenix LiveView with Solidjs with WebSockets
apexcharts elixir liveview solidjs websocket websockets-client
Last synced: 06 Feb 2026
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/amiwrpremium/go-derive
Go SDK for the Derive exchange — REST + WebSocket, EIP-712 signing, typed errors, full JSON-RPC coverage.
crypto derivatives derivatives-trading derive derive-xyz eip712 ethereum go golang jsonrpc l2 lyra options perpetuals sdk trading websocket
Last synced: 26 May 2026
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/nil369/skyport
The Lightweight Developer Cloud OS
cloud docker fiber go golang open-source paas react self-hosted sqlite tailwindcss typescript vps websocket
Last synced: 24 May 2026
https://github.com/tfkfan/webflux-server-game-demo
Webflux websocket game demo
java kotlin netty reactive reactor spring-boot webflux websocket
Last synced: 05 Mar 2026
https://github.com/xcwqw1/xc-qq-robot
一个python萌新写的多线程对接go-cqhttp的屎山玩意
go-cqhttp httpapi qq-bot websocket
Last synced: 28 Jan 2026
https://github.com/sreesh-mallya/django-channels-demo
Django Channels and WebSocket based chat room web app
asgi django django-channels websocket
Last synced: 04 May 2026
https://github.com/jinjoo-lab/real-time-communication-test
실시간 통신 분석 프로젝트 ( Polling, Long Polling, SSE, WebSocket, STOMP )
k6 long-polling polling spring-boot stomp websocket
Last synced: 04 May 2026
https://github.com/hmajid2301/banterbus
A multiplayer browser-based game built using htmx and Golang. Leveraging web sockets. Mirrored from https://gitlab.com/hmajid2301/banterbus.
go htmx nix templ web-application websocket
Last synced: 30 Aug 2025
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/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/wunamesst/tailr
A blazing-fast log tail & search server. Single binary, web UI, real-time streaming.
devops log-search log-tail log-viewer monitoring rust vue3 websocket
Last synced: 09 Jun 2026
https://github.com/andezion/paintonline
Реализация многопользовательского синхронного рисования
client database java mysql paint-application server spring-boot websocket
Last synced: 11 Apr 2026
https://github.com/mabuonomo/botkit-socket-client
A small botkit (web) socket client library, written in typescript, for browser
Last synced: 04 Mar 2025
https://github.com/matibbb232/ws-cat
Simple utility for testing WebSocket connections. Written in Go.
go golang testing-tools websocket websockets
Last synced: 24 May 2026
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/nwylynko/connect420
A clone of connect4. Retro Themed Online Multiplayer game built with Reactjs and Socket.io
react socket-io typescript websocket
Last synced: 11 May 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/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/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/pradeep-selva/arcadia-typerace
Join or create a room and challenge your friends to a typing race
golang race typescript typing vue websocket
Last synced: 08 May 2026
https://github.com/yoruakio/websocket-server
📡 WebSocket-Server: Simple websocket server build using websocketpp and asio libraries.
cmake cpp json server websocket websockets websockets-client websockets-server
Last synced: 23 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/ranjanrak/phpkc-ticker
PHP kiteconnect client websocket ticker implementation.
Last synced: 24 Oct 2025
https://github.com/mmikhail2001/esp32_weather_station
Микроконтроллерная система для измерения качества воздуха в помещении с информированием о текущих показателях удаленного сервера.
esp-idf esp32 freertos i2c iot microclimate websocket wifi
Last synced: 18 Apr 2026