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-22 00:30:28 UTC
- JSON Representation
https://github.com/shiftinv/xssproxy
Pseudo HTTP proxy for sending requests through a hooked web browser
Last synced: 02 Apr 2025
https://github.com/nykenik24/whimsy
A simple chat app made in NodeJS.
chat-application client client-server gplv3 hobby-project learning nodejs open-source p2p server socket-io websocket
Last synced: 11 Jul 2025
https://github.com/alexanderwe/websocketkit
Small utility around the Network framework and WebSockets
network swift swift5 websocket
Last synced: 25 Jul 2025
https://github.com/willianantunes/telao-interativo-sptv
Implementação com Apache Camel
activemq apache-camel assertj java jpa spring-boot websocket
Last synced: 21 May 2026
https://github.com/mahdi-vajdi/nestjs-chat
A real-time chat application built with NestJS, featuring WebSockets (Socket.IO), JWT authentication, PostgreSQL, and Redis for scalable messaging.
chat clean-architecture nestjs nodejs postgresql redis socket-io typescript websocket
Last synced: 17 Jan 2026
https://github.com/mdeket/springboot-websocket-chat
chat java sockjs sockjs-client springboot springboot2 stompwebsocket websocket
Last synced: 18 May 2026
https://github.com/caaatto/rede
Secure anonymous E2EE messenger -- Avalonia desktop GUI, X3DH + Double Ratchet, sealed sender, E2EE voice calls, I2P/Tor/WSS transport
anonymous avalonia chat csharp desktop-app dotnet double-ratchet e2ee end-to-end-encryption i2p messenger privacy sealed-sender secure-messaging signal-protocol srtp tor voice-call websocket x3dh
Last synced: 09 Jun 2026
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/victorzhang2014/simpletornadoexamples
A simple Tornado project and a simple Tornado WebSockets project.
Last synced: 06 Apr 2025
https://github.com/privapps/gchat
end-to-end encrypted web group chat using web socket
backend-service chat communication encryption-decryption end-to-end-encryption frontend golang group-chat javascript messenger pubsub secure web websocket
Last synced: 20 Jan 2026
https://github.com/scx567888/scx
✨ A simple Web development framework
ansi http http-client http-server java jdbc logging scx socket websocket
Last synced: 23 Oct 2025
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/ft115637850/resca
Boilerplate for Reactjs+Akka
akka akka-http react-redux react-router reactjs websocket
Last synced: 07 May 2026
https://github.com/stephenlb/pubnub-lexical-yjs-websocket
Example working implementation of Lexical text editor + YJS CRDT WebSockets using PubNub!
collaboration crtd pubnub real-time websocket
Last synced: 07 Apr 2026
https://github.com/pavlo-0/uirealtimecommunicator
UiRealTimeCommunicator is a NuGet library designed to enable seamless strongly-typed message exchange between a C# .NET 8 server-side and a TypeScript client-side (using SignalR). This library simplifies WebSocket-based communication by providing strict type safety and an intuitive API.
aspnet-core communication messaging signalr strongly-typed typescript websocket
Last synced: 06 May 2025
https://github.com/oghene-ella/orderswift
A mini ordering service app between senders and drivers
express-js html node-js oop-in-javascript tailwindcss websocket
Last synced: 07 Apr 2026
https://github.com/jlchntoz/replio
An experiment of running Node.js REPL over websocket with Chromium's hterm
hterm javascript nodejs repl websocket
Last synced: 07 Mar 2026
https://github.com/lingfromsh/message
A general message notification service
asyncio fastapi notification-service websocket
Last synced: 17 May 2026
https://github.com/fabonreact/sprachspiel
Have fun learning a foreign language - German and soon many others
actioncable desktop game german-language language-learning mobile rails5 ruby strategy-game tablet websocket
Last synced: 11 May 2026
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/binbiubiubiu/nestjs_template
a personal template for nestjs
mongodb nestjs nestjs-template websocket
Last synced: 20 Jan 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/deepaksorthiya/spring-boot-3-websocket
Spring Boot 3 Websocket using STOMP
spring-boot springboot websocket websocket-application
Last synced: 14 May 2025
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/dpwgc/kapokmq-server
KapokMQ - 开箱即用的轻量级分布式消息队列 - 服务器应用整合包。基于go整合gossip+websocket开发。
cluster go golang gossip message-queue mq server vue websocket
Last synced: 17 May 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/w1th0ut/red-ocean
This is my first program, for simple hacking activity, made by simple python2 code, hope you enjoy :)
admin-panel banner-view dos-attack hacking password-generator port python2 scan-ports scanner-web subdomain-scanner website websocket
Last synced: 23 Jul 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/dominikjalowiecki/online-games
Web application with online games for two players.
babel design-patterns docker flask javascript jquery makefile phaser pygame redis redis-om responsive-design webpack websocket
Last synced: 06 Apr 2026
https://github.com/fabston/bitmex-liquidation-feed
📡 Fetch BitMEX liquidation data.
bitcoin bitmex cryptocurrency liquidation websocket
Last synced: 12 May 2025
https://github.com/georgeleithead/lilo_public
Public repository for the LiLo (Ladder In Ladder Out) Mobile Application.
android btc bybit cryptocurrency eos eth feedback ladder lilo-application markets price restfulapi trading websocket xrp
Last synced: 23 Jul 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/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/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/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/tuxes3/bomberman
Web based classic Bomberman Application
bomberman game javascript php pixi-js websocket
Last synced: 17 May 2026
https://github.com/kguzek/event-scheduling-system
A Java desktop application which helps organise various real-life events.
event-scheduler event-scheduling java spring-boot swing websocket
Last synced: 01 Mar 2026
https://github.com/nioc/jeedom-websocket
Jeedom plugin to provide a client-server communication over websocket protocol
jeedom jeedom-plugin websocket websocket-server
Last synced: 07 Apr 2025
https://github.com/yeabnoah/maven
Maven is a simple real time messaging app built with express, socket io, Nextjs, postgresql, prisma and better auth
better-auth expressjs messaging-app nextjs postgresql prisma socket-io websocket
Last synced: 08 Apr 2026
https://github.com/khavrtrading/flowex
Real-time multi-exchange crypto market data in Go — WebSocket streaming, order book metrics, and per-symbol actor workers for Binance, Bybit, and Bitget.
binance bitget bybit crypto go golang market-data order-book trading websocket
Last synced: 07 Apr 2026
https://github.com/dannysmc95/rewyre
A fast and flexible wiring tool for building server side applications in little time, using REST or WebSockets, and built on top of TypeScript decorators.
api decorators http http-server node nodejs package rest-api restful-api rewyre typescript websocket websocket-server
Last synced: 22 Jul 2025
https://github.com/henrywallace/mdpreview
Simple live preview of markdown files, rerender on change
Last synced: 28 Mar 2025
https://github.com/nkdark/gocq-spring-boot-starter
这是一个spring boot starter。基于SpringBoot的QQ机器人框架,main分支是框架,其余分支是例子,下面的网址是go-cqhttp的api文档。
cqhttp-java-sdk cqhttp-kotlin-sdk go-cqhttp java kotlin qq qq-bot qqbot qqrobot spring-cq springboot2 websocket
Last synced: 21 May 2026
https://github.com/litetex/swaps
Start a program/process without a auto-starting service
c-sharp launcher websocket windows-service
Last synced: 12 May 2025
https://github.com/kerolesnabill/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: 27 Mar 2025
https://github.com/janhohenheim/websocket-server
Boilerplate to effortlessly setup an asynchronous websocket server
Last synced: 05 Apr 2025
https://github.com/tobbbles/clickgang
A simple interactive webgame
game golang javascript websocket
Last synced: 15 Apr 2026
https://github.com/myokoym/webchessclock
A synchronized chess clock on Web. リアルタイムで同期する対局時計(チェスクロック)をインターネット経由で複数人が操作できるWebアプリ。最大100人まで対応、秒読み対応、フィッシャーモード対応。
Last synced: 02 Mar 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/truongd3/private-chat-socket
Private Chat (server) with Socket.IO
Last synced: 13 Sep 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/mchmarny/eventstore
Knative CloudEvents Firestore Archiver
golang knative kubernetes redis ui websocket
Last synced: 09 Apr 2026
https://github.com/fauu/websocket-dbus-proxy
Creates a websocket server that forwards messages received through dbus
dbus livesplit-one speedrunning websocket websocket-server
Last synced: 09 Sep 2025
https://github.com/koshikraj/qrlogin
login python qrcode react-native reactjs websocket
Last synced: 11 Apr 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/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/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/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/chef-js/uws
Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Microwebsockets
chat cli http-server javascript nodejs nodejs-server realtime ssl typescript uwebsocketsjs websocket websocket-client websocket-server websockets
Last synced: 14 Apr 2025
https://github.com/saolghra/richpresence
This Node.js application synchronizes Discord Rich Presence with YouTube Music, displaying real-time song information and playback status. Leveraging Express.js for HTTP handling and WebSocket for live updates, it dynamically switches between play and pause icons, offers clickable buttons for easy navigation,.
discord discord-rich-presence discord-rpc express javascript music nodejs rich-presence websocket youtube youtube-music
Last synced: 03 Feb 2026
https://github.com/nasim-khalili/emailverify
EmailVerify — Asynchronous OTP Email Verification System with Django, Celery & Redis
api celery crud django docker elasticsearch redis test testing throttling unittest websocket
Last synced: 09 Apr 2026
https://github.com/ideepcoder/brokerws
BrokerWS is a Trading Interface for AmiBroker using Json & WebSocket
amibroker json trading-interface websocket
Last synced: 05 Apr 2025
https://github.com/chen0040/spring-boot-ng4-upload-demo
Demo on how to use ng4 to upload binary file and images to spring
angular-4 binary-file-upload spring-boot upload-file websocket xmlhttprequest
Last synced: 03 Apr 2025
https://github.com/hooligram/hooligram-docs
Official Hooligram chat protocol documentation.
chat documentation json protocol websocket
Last synced: 17 Jan 2026
https://github.com/arvinnotdev/smart_water_meter
This is a field-ready water usage monitor that combines low-level hardware efficiency with user-friendly remote control.
arduino esp32 esp32-arduino live smart smart-home smarthome water watermeter websocket
Last synced: 08 Sep 2025
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/xelis-project/xelis-dart-sdk
XELIS software development kit (SDK) for Dart.
Last synced: 13 Apr 2025
https://github.com/spinda/ws-pacemaker
💗 Drop-in WebSocket ping/pong heartbeat handling for Node.js
heartbeat javascript nodejs websocket
Last synced: 16 May 2026
https://github.com/longcipher/orderly-sdk-py
Orderly.Network Async Python SDK
async orderly orderly-sdk pdoc poetry rest websocket ws
Last synced: 14 Dec 2025
https://github.com/backendstack21/realtime-pubsub-client-python
The official Realtime Pub/Sub client for Python
client messaging publish-subscribe python realtime websocket
Last synced: 30 Apr 2025
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/rlxone/websocket-autobahn-chat
Chat app based on autobahn library
android autobahn eventbus wamp-protocol websocket
Last synced: 14 May 2026
https://github.com/ody-dev/swoole
ODY Swoole classes and helper methods
framework php swoole websocket
Last synced: 10 Aug 2025
https://github.com/dash-os/tcl-websocket
(WIP) | Rewriting tcllib websocket with TclOO and some minor bug fixes
Last synced: 02 Feb 2026
https://github.com/threeal/simple-web
A simple HTTP, HTTPS, WS and WSS server and client library
http http-client http-library http-server https websocket websocket-library
Last synced: 21 Mar 2025
https://github.com/majeinfo/chaingun
Web server load testing tool
distributed golang-application graph grpc http-client load-testing mqtt stress-test websocket
Last synced: 23 Feb 2026
https://github.com/botder/mtasa-websocket
Websocket server module for the Multi Theft Auto multiplayer modification
lua multi-theft-auto scripting websocket
Last synced: 15 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/janloebel/mmm-websocket
Magic Mirror Module for websocket communication.
magicmirror magicmirror2 websocket
Last synced: 15 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/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/madmartigan1/tradebot
Autonomous Coinbase trading bot with adaptive EMA, RSI, and MACD strategy — commanded by the Captain (EMA), guided by the Navigator (AutoTune), and advised by the Skipper (RSI) and Commodore (MACD).
algorithmic-trading automated-trading coinbase crypto ema macd python rsi trading trading-bot websocket
Last synced: 04 Jun 2026