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/mmali3287/decoratemynestbackend
Scalable ASP.NET Core Web API for interior design project management, scheduling, financial tracking and real-time updates
asp-net-core azure-sql clean-architecture csharp dotnet entity-framework-core financial-tracking interior-design jwt-authentication project-management scheduling websocket
Last synced: 08 Mar 2026
https://github.com/ascenmmo/websocket-server
This project is a high-load WebSocket service tailored for connecting game clients. It is designed for free deployment on servers, making it a robust solution for game developers.
cross-platform free-deployment game-development game-server game-servers game-service high-performance multiplayer-game network open-source websocket
Last synced: 17 Jan 2026
https://github.com/elius94/users-session-manager
A simple Node.js module to manage users sessions on a web application or any kind of JS apps It uses a Singleton pattern to ensure that only one instance of the module is running at a time. SessionManager is a singleton class that can be used to manage users sessions. For every user that logs in, a new session is created and stored in the database. Every session has a unique ID that is generated by the system. Every session has a setTimeout that expires after a certain time (setSessionTimeout). When a user logs out, the session is deleted from the class. Every action fires an event that can be used to listen to the session manager.
api javascript login login-page login-system nodejs npm npm-module npm-package npmjs session-management sessions socket-io users webapp webapps websocket
Last synced: 03 Feb 2026
https://github.com/Operation-Winter/mamba-backend-vapor
A small side project to allow for teams to size tickets using Story Point cards. This is intended for the SCRUM Agile methodology.
swift swift-package-manager vapor websocket xcode
Last synced: 12 Mar 2025
https://github.com/atuoha/websocket-server-inits
Tiny WebSocketServer Implementation
js node-module nodejs nodemon server-side websocket
Last synced: 21 May 2026
https://github.com/sethsandaru/laravel-caro
Chơi cờ Caro Online Realtime được viết bằng PHP, Laravel 11 & Reverb
caro laravel laravel-learning php real-time reverb websocket
Last synced: 06 Apr 2025
https://github.com/rookiemonkey/messageme
A chat application written in ruby :diamonds: using ruby on rails framework utilizing ActionCable for realtime data
action-cable chat ph philippines ruby ruby-on-rails websocket
Last synced: 01 May 2026
https://github.com/vymalo/api-watcher-ui
UI App for the SMS API Watcher, a Stub server for APIs
cssnano html html5 javascript openapi openapi3 postcss prettier react react-router reactjs redux-toolkit rtk-query scss socket-io tailwindcss toolkit typescript websocket
Last synced: 17 Mar 2025
https://github.com/kimtth/xmpp-socketio-rabbitmq
🤺 Study for messaging protocols. XMPP with xmpp.js, Websocket with Socket.io, AMQP with RabbitMQ in Docker.
amqp bitnami docker ejabberd hooks koa messaging nodejs rabbitmq-client reactjs socket-io websocket xmpp-client
Last synced: 07 Apr 2026
https://github.com/tobbbles/clickgang
A simple interactive webgame
game golang javascript websocket
Last synced: 15 Apr 2026
https://github.com/letsmakecakes/protocol-bridge
Joystick Drone Control Protocol Bridge. Control a drone using a joystick via a client-server connection.
client-server drone joystick mavlink pygame pymavlink python websocket
Last synced: 18 Jul 2025
https://github.com/allangallop/virtualdj
WIP: A browser based music player with visualiser for my wedding based on websockets and Flash
audio flask-socketio javascript python3 visualizer websocket wip
Last synced: 17 May 2026
https://github.com/alekseiusov/react-burger
Stellar burger
css cypress drag-and-drop html javascript jest jest-test react redux typescript websocket
Last synced: 16 Feb 2026
https://github.com/rlxone/websocket-autobahn-chat
Chat app based on autobahn library
android autobahn eventbus wamp-protocol websocket
Last synced: 14 May 2026
https://github.com/g0mb4/arma-ws
This is a simple addon, that will launch a WebSocket server, recieves/sends data between an external WS app and the ARMA engine.
Last synced: 14 Mar 2025
https://github.com/gexiangdong/front-end-vue
前端工程化入门:VUE的实践
front-end-engineering stomp vue vue-resource websocket
Last synced: 20 Jan 2026
https://github.com/satriaapn/tictactoe-online-backend
this is the backend application for tictactoe online, where you can playing tictactoe with other player real-time
backend nodejs rest-api singleton-pattern websocket
Last synced: 27 Apr 2026
https://github.com/fabrix-app/spool-realtime
Spool: Realtime using Primus
fabrix primus spool spools typescript websocket
Last synced: 20 Jun 2025
https://github.com/juspay/purescript-node-websocket
Bindings to node/npm's "websocket" library
Last synced: 22 Jun 2025
https://github.com/mikenew01/mc-quarkus-websocket
Projeto de websocket utilizando quarkus.
java quarkus undertow websocket
Last synced: 18 May 2026
https://github.com/databridges-io/lib.py.async.sio.client
DataBridges Python async client library.
databridges events optomate pubsub real-time realtime rpc websocket ws
Last synced: 06 Apr 2026
https://github.com/webfirmframework/wffweb-demo-deployment
wffweb 12 demo project. It uses embedded tomcat 10.
demo-app demo-application java-web-app jetty-runner mltp websocket wffweb-12 wffweb-demo wffweb-demo-deployment
Last synced: 06 May 2025
https://github.com/xelis-project/xelis-dart-sdk
XELIS software development kit (SDK) for Dart.
Last synced: 13 Apr 2025
https://github.com/lukaskirner/teachable-pi-websocket
Picamera websocket for Teachable Machine
pi picamera python3 teachable-machine websocket
Last synced: 13 Apr 2025
https://github.com/nsarrazin/react-flask-template
A template for starting projects with react & typescript on the front-end plus flask and socketio on the backend. Supports docker deployment and a dev environment.
docker flask gunicorn nginx python react socket-io template typescript websocket
Last synced: 10 Apr 2026
https://github.com/octamp/wamp
Wamp v2 Implementation
high-availability messaging openswoole swoole wamp wamp-protocol wamp-router websocket
Last synced: 11 Jan 2026
https://github.com/cuonggt/binance-connector-php
A simple connector to Binance Public API
binance exchange market-data trading websocket
Last synced: 10 Apr 2025
https://github.com/henrywallace/mdpreview
Simple live preview of markdown files, rerender on change
Last synced: 28 Mar 2025
https://github.com/hacihaciyev/chess
Chessland - A platform for Chess lovers.
backend chess chess-game chess-puzzle chessboard chessland fen java pgn programming quarkus webapp websocket
Last synced: 11 Apr 2025
https://github.com/PaoDevelopers/cca-legacy
[Mirror] IB Computer Science IA (Course Selection System)
go golang postgresql school web websocket
Last synced: 30 Dec 2025
https://github.com/ardafirdausr/discuss-server
Discussion Chat App
echo golang google-sso mongodb pubsub redis websocket
Last synced: 15 Sep 2025
https://github.com/binbiubiubiu/nestjs_template
a personal template for nestjs
mongodb nestjs nestjs-template websocket
Last synced: 20 Jan 2026
https://github.com/khadijaabdelouassaa/chat-application
chat-application
channels chat-application consumer django django-application django-authentication django-channels django-chat-application python routing websocket
Last synced: 14 Feb 2026
https://github.com/opsdis/aci-streamer
A Cisco ACI streaming telemetry server written in Go
aci apic cisco elasticsearch golang loki streaming telemetry websocket
Last synced: 30 Apr 2025
https://github.com/minarox/rltm-plugin
BakkesMod plugin for Rocket League Tournament Manager
bakkesmod cpp rocket-league websocket
Last synced: 30 Jul 2025
https://github.com/myokoym/webchessclock
A synchronized chess clock on Web. リアルタイムで同期する対局時計(チェスクロック)をインターネット経由で複数人が操作できるWebアプリ。最大100人まで対応、秒読み対応、フィッシャーモード対応。
Last synced: 02 Mar 2025
https://github.com/koshikraj/qrlogin
login python qrcode react-native reactjs websocket
Last synced: 11 Apr 2026
https://github.com/sayalisachin/MediCrypt
This is a Hospital Communication System Using DNA Encryption and Image Steganography This project enables secure communication between two hospitals, Hospital A and Hospital B, by encrypting and hiding sensitive patient data within images using DNA encryption and Least Significant Bit (LSB) steganography techniques, powered by Socket.IO
cryptography dna dna-sequencing information informationsecurity lsb lsb-steganography manipal-institute-of-technology matplotlib pandas pillow security socket-io steganography streamlit websocket
Last synced: 21 Jun 2025
https://github.com/paularlott/gossip
Go library to implement gossip based membership and messaging, it supports TCP, UDP and WebSocket protocols with pluggable codecs.
distributed-systems gossip-protocol websocket
Last synced: 22 May 2026
https://github.com/theemperorofdaiviet/socket.io-chat-example
A basic chat application to get started with Socket.IO
chat-app css3 expressjs html5 javascript nodejs realtime socket-io websocket
Last synced: 07 Apr 2026
https://github.com/iwanbk/nuckrelay
NetBird Relay in Rust
netbird overlay-network quic relay rust vpn websocket
Last synced: 22 Jun 2025
https://github.com/morikeli/bundi-chat
A FastAPI-based backend ⚡ powered by Tortoise ORM, providing a secure chat application with features like encrypted messaging, user authentication, and real-time communication.
chat chat-app chat-application fastapi fastapi-crud pydantic pydantic-v2 python python-3 python3 tortoise-orm websocket websocket-application websocket-chat websocket-server websockets
Last synced: 24 Dec 2025
https://github.com/p3r7/repl
access norns' repl from a script
monome monome-norns norns norns-script websocket
Last synced: 03 Apr 2025
https://github.com/coreyauger/war-pony
Scala Questrade API wrappers using akka streams .
akka-http akka-streams questrade scala trading-api websocket
Last synced: 15 Jul 2025
https://github.com/curveball/dugout
Websocket event server. Build chatrooms and other multi-user applications
chatroom event event-sourcing websocket
Last synced: 29 Apr 2025
https://github.com/tuxes3/bomberman
Web based classic Bomberman Application
bomberman game javascript php pixi-js websocket
Last synced: 17 May 2026
https://github.com/janhohenheim/websocket-server
Boilerplate to effortlessly setup an asynchronous websocket server
Last synced: 05 Apr 2025
https://github.com/shik3i/koalasync
Minimalist, privacy-first synchronized video playback for YouTube, Netflix, Emby, and general HTML5. Built with pure Vanilla JS and a Node.js relay.
chrome-extension emby firefox-addon jellyfin netflix privacy-first socket-io sync video-sync video-synchronization watch-party websocket youtube
Last synced: 07 Jun 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/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/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/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/anosatsuk124/syncyt
Yet Another YouTube Sync Player. It's useful to watch the same videos with someone at the same time!
synchronous websocket youtube youtube-player
Last synced: 28 Apr 2026
https://github.com/jobordu/just-akash
CLI to deploy and manage Akash Network deployments — with lease-shell WebSocket transport (no SSH required)
akash akash-network blockchain cloud-computing deployment websocket
Last synced: 27 May 2026
https://github.com/techerfan/panda
A module for simplifying the use of WebSocket.
event-driven go golang publish-subscribe websocket
Last synced: 18 Jan 2026
https://github.com/doubledare704/aiowhitebit
Async Python client for WhiteBit cryptocurrency exchange API
api-client asyncio cryptocurrency pydantic websocket whitebit
Last synced: 16 Jan 2026
https://github.com/sahilaggarwal2004/starwars
Star Wars is a strategy PvP game where 2 players build up their teams according to their strategy and then fight to defeat the opponent player using the abilities of their team. The leader ability of players creates a big impact on the whole team. So choose your leader and team wisely and enjoy playing the game!
game javascript nextjs peerchat pwa react socket-io starwars tailwindcss webrtc website websocket
Last synced: 16 May 2025
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/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/jak2k/seamless.ts
WIP: A seamless way of creating and using APIs
api api-client api-framework api-server bun bun-powered collaborate communityexchange github hacktoberfest powered-by-bun runs-with-bun student-vscode websocket websocket-client websocket-server
Last synced: 20 Jan 2026
https://github.com/andezion/paintonline
Реализация многопользовательского синхронного рисования
client database java mysql paint-application server spring-boot websocket
Last synced: 11 Apr 2026
https://github.com/kumarankit263/major_project2.0
KrishiBazaar is a full-featured web platform that enables seamless wholesale crop trading by connecting farmers directly with buyers. Featuring dedicated interfaces for sellers and consumers, the platform simplifies the trading process while offering powerful tools and features tailored to the needs of each user.
ai cloudinary expressjs leaflet-map machine-learning mongodb nodejs razorpay-api react redux rest-api tailwindcss websocket
Last synced: 06 Apr 2026
https://github.com/omran95/chatroom
Backend for Real-time, Highly-Scalable Chat Room App
cassandra docker golang grpc kafka opentelemetry prometheus rate-limiter redis traefik websocket
Last synced: 07 Feb 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/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/joriewong/websocket-message-queue
:chart_with_upwards_trend:Testing RabbitMQ to WebSocket by Echarts
echarts nodejs rabbitmq websocket
Last synced: 09 Aug 2025
https://github.com/unclegrumpy/moonlight_8266
ESP8266 WebSocket server to control a single RGB . With a moon themed web interface for use with a 3-D printed Moon lamp.
arduino-ide eeprom esp01 esp8266 littlefs moon-lamp ota rgb-led websocket
Last synced: 26 Apr 2025
https://github.com/lucenarenato/laravel-websockets
laravel-websockets-swoole-ratchet
Last synced: 01 Jan 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/sawirstudio/bunpush
Modern Realtime solution that doesn't make you sweat. Simply use Pusher's API and you're good to go.
bun messaging push push-notifications realtime websocket
Last synced: 27 May 2026
https://github.com/srijan-d/meta-messenger
Optimised Meta-Messenger. With extremely optimised SEO. Redis (Upstash API) for storage, Pusher for building real time connections faster than web sockets for establishing real time connections.
cache cache-control facebook-authentication low-latency next-auth nextjs optimistic-updates pusher pusher-channels react redis seo-friendly serverless swr tailwindcss typescript websocket
Last synced: 02 Apr 2026
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/newyaroslav/kurlyk
C++ library for simplified HTTP and WebSocket handling, with plans to support email and webhook integration.
api cpp11 cpp17 curl curl-library curl-utility curl-wrapper http websocket
Last synced: 12 Aug 2025
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/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/1ort/wtop
Python based remote system monitor
aiohttp psutil python3 system-monitor system-monitoring websocket
Last synced: 27 Mar 2025
https://github.com/koko37/orderbook-component
Basic orderbook component with websocket
centrifuge orderbook websocket
Last synced: 07 Apr 2025
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/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/yonle/websockify.js
A websockify written in javascript, But with 2 Converting Method.
novnc tcp websocket websockify
Last synced: 10 Jun 2025
https://github.com/mutasim77/fast-redis-chat
💬🚀 Scalable real-time chat app with WebSockets and Redis, featuring horizontal scaling and live connection tracking.
caddy docker fastify horizontal-scaling nextjs redis reverse-proxy websocket
Last synced: 27 Jan 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/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/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/go-park-mail-ru/2023_2_ond_team
Backend проекта Pinterest команды OND team
backend cd ci clean-architecture docker docker-compose easyjson golang grafana grpc-go kafka metrics microservices pgxpool postgresql prometheus redis swagger vision-ai websocket
Last synced: 09 Oct 2025