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-14 00:30:32 UTC
- JSON Representation
https://github.com/raharrison/kotlin-ktor-exposed-starter
Starter RESTful service with websocket notifications using Kotlin, Ktor and Exposed with H2, HikariCP and FlyWay
exposed flyway h2-database jackson kotlin kotlin-coroutines ktor netty rest-api websocket
Last synced: 15 May 2025
https://github.com/aperturerobotics/bifrost
Modular networking for Go with pluggable transports, RPC, WebRTC, WebAssembly support.
go nats peer-to-peer rpc webassembly websocket
Last synced: 18 Apr 2026
https://github.com/hathora/builder
Multiplayer game framework
framework game gamedev multiplayer networking realtime websocket
Last synced: 17 Jan 2026
https://github.com/jkxqj/kingim
KingIM是基于layim的websocket即时通讯系统,底层使用netty。
im kingim layim layim-websocket-java netty netty-websocket webchat websocket
Last synced: 13 Apr 2025
https://github.com/jkxqj/KingIM
KingIM是基于layim的websocket即时通讯系统,底层使用netty。
im kingim layim layim-websocket-java netty netty-websocket webchat websocket
Last synced: 24 Mar 2025
https://github.com/yinqiwen/gsnova
Private proxy solution & network troubleshooting tool.
http http2 kcp low-memory mitmproxy nat p2p p2s2p packet-capture proxy quic ssh tcp tls transparent-proxy websocket
Last synced: 05 Apr 2025
https://github.com/dvkunion/seamoon
月海 (Sea Moon) 是一款 FaaS/BaaS 实现的 Serverless 网络工具
cloudnative golang gost grpc network-tools proxy serverless shadowsocks socks5 tor tunnel v2ray websocket
Last synced: 15 May 2025
https://github.com/tmc/grpc-websocket-proxy
A proxy to transparently upgrade grpc-gateway streaming endpoints to use websockets
grpc grpc-gateway proxy websocket
Last synced: 14 May 2025
https://github.com/anweber/httpyac
Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
graphql grpc http intellij mqtt postman rest rest-client websocket
Last synced: 14 May 2025
https://github.com/erickwendel/semana-javascript-expert02
JS Expert Week 2.0 - Zoom Clone
javascript js peerjs webrtc websocket
Last synced: 05 Apr 2025
https://github.com/fasthttp/websocket
WebSocket implementation for fasthttp.
Last synced: 17 Jan 2026
https://github.com/DVKunion/SeaMoon
月海 (Sea Moon) 是一款 FaaS/BaaS 实现的 Serverless 网络工具
cloudnative golang gost grpc network-tools proxy serverless shadowsocks socks5 tor tunnel v2ray websocket
Last synced: 11 Jul 2025
https://github.com/AnWeber/httpyac
Command Line Interface for *.http and *.rest files. Connect with http, gRPC, WebSocket and MQTT
graphql grpc http intellij mqtt postman rest rest-client websocket
Last synced: 29 Mar 2025
https://github.com/permitio/fastapi_websocket_pubsub
A fast and durable Pub/Sub channel over Websockets. FastAPI + WebSockets + PubSub == ⚡ 💪 ❤️
broadcast fastapi fastapi-websocket publish pubsub pubsub-websocket realtime realtime-messaging subscribe websocket
Last synced: 14 May 2025
https://github.com/icebob/vue-websocket
Simple websocket (socket.io) plugin for Vue.js
vue vue-websocket vuejs websocket
Last synced: 30 Dec 2025
https://github.com/liyupi/yu-picture
编程导航的新项目,基于 Vue 3 + Spring Boot + COS + WebSocket 的企业级智能协同云图库平台。项目应用场景广泛,可作为表情包网站、设计素材网站、壁纸网站、个人云盘、企业活动相册等。用户可以在平台公开上传和检索图片素材;管理员可以上传、审核和管理分析图片;个人用户可将图片上传至私有空间进行批量管理、检索、编辑和分析;企业可开通团队空间并邀请成员,共享图片并实时协同编辑图片。技术栈包括 MySQL 分库分表、Redis + Caffeine 多级缓存、COS 对象存储、Sa-Token 权限控制、DDD 领域驱动设计、WebSocket 实时通讯、JUC、Disruptor、AI 绘图大模型、设计模式等。从 0 到 1 的真实企业级项目设计开发,绝对让你收获满满
backend cos ddd frontend java mysql redis springboot vue websocket
Last synced: 09 Apr 2025
https://github.com/sockudo/sockudo
Blazingly fast pusher drop-in replacement written in rust
abbly broadcasting pusher realtime rust rust-lang websocket websockets ws
Last synced: 01 Apr 2026
https://github.com/zishang520/socket.io
Socket.IO for Go — A high-performance, feature-complete implementation supporting Socket.IO v4+. Start your real-time journey today! 🚀
go golang socket-io socket-io-server websocket
Last synced: 14 Apr 2026
https://github.com/perye/dokit
基于 Spring Boot2、 Jpa、 Spring Security、JWT、redis、Vue的前后端分离的后台管理系统开发平台, 用户管理、菜单管理、角色管理、字典管理、权限控制的方式为RBAC,操作日志、异常日志、接口限流、项目支持数据权限管理,支持一键生成前后端代码(支持在线预览及打包下载),支持前端菜单动态路由 可一键部署服务器应用,数据库。系统中活跃用户状态监控,监视当前系统CPU、内存、磁盘、堆栈等相关信息,基于Element UI在线表单设计及生成Vue代码。
axios druid element-ui jpa jwt log4jdbc mapstruct mysql quartz rbac redis spring-boot springboot springcache springsecurity swagger2 vue vue-router vuex websocket
Last synced: 03 May 2025
https://github.com/alexandrehtrb/pororoca
An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
api api-test api-testing avalonia client-certificate developer-tools graphql http http2 http3 load-testing postman testing-tools tools websocket
Last synced: 02 Apr 2026
https://github.com/alexandrehtrb/Pororoca
An API testing tool with support for HTTP/2 and HTTP/3. Alternative to Postman.
api api-test api-testing avalonia client-certificate developer-tools graphql http http2 http3 load-testing postman testing-tools tools websocket
Last synced: 08 Apr 2025
https://github.com/kingston-csj/mmorpg
springboot编写的高性能分布式mmorpg手游服务端框架,包含中心服,网关服,游戏服,战斗服等。
cocos game game-server gradle java mina mmorpg netty rpc server spring springboot unity websocket
Last synced: 15 May 2025
https://github.com/yenche123/podcast-together
跟你的好友一起实时在线听播客!
audioplayer cloudfunctions laf podcast realtime serverless typescript vite vue vue-router4 vue3 vue3-typescript websocket
Last synced: 05 Apr 2025
https://github.com/floatinghotpot/socket.io-unity
socket.io client for Unity, power game client with node.js back-end
game-development json socket-io unity websocket
Last synced: 07 Oct 2025
https://github.com/hello-yunshu/Xray_bash_onekey
Xray支持Reality/VLESS WebSocket/gRPC+TLS协议+Nginx的一键安装脚本 Xray supports Reality / VLESS WebSocket/gRPC+TLS protocols + Nginx with one-click install scripts
grcp nginx reality reality-xray tls-websocket-xray websocket xray xray-bash xray-nginx xray-reality xtls xtls-nginx
Last synced: 04 Apr 2025
https://github.com/k9i-0/ccpocket
Mobile client for Claude Code and Codex — control coding agents from your phone via WebSocket bridge
android bridge-server claude-code cli codex flutter ios mobile openai remote-control typescript websocket
Last synced: 20 May 2026
https://github.com/Azolo/websockex
An Elixir Websocket Client
elixir websocket websocket-client
Last synced: 17 Jul 2025
https://github.com/jondubois/iogrid
Multiplayer game engine/framework built using SocketCluster and Phaser
framework game-development game-engine multiplayer nodejs phaser scale socketcluster websocket
Last synced: 11 Sep 2025
https://github.com/tickbh/wmproxy
用Rust实现仿nginx,力争实现一个可替代方案,http/https代理, socks5代理, 负载均衡, 反向代理, 静态文件服务器,四层TCP/UDP转发,websocket转发, 内网穿透nat
expose http-proxy https-proxy nat proxy socks socks5 socks5-proxy tunnel websocket
Last synced: 14 Apr 2025
https://github.com/basement-chat/basement-chat
Real-time chat widget package for your Laravel application with flexible broadcast driver support. Built for Laravel using PHP, TypeScript, Alpine.js, and Tailwind CSS.
ably alpinejs chat composer laravel laravel-websockets library package php pusher realtime soketi tailwindcss typescript websocket
Last synced: 16 May 2025
https://github.com/heibaiying/spring-samples-for-all
spring、spring-boot、spring-cloud 常用整合用例
dubbo eureka hystrix kafka mongodb mybatis openfeign rabbitmq redis ribbon spring-sample springboot-sample springcloud-demo websocket zipkin zuul
Last synced: 05 Apr 2025
https://github.com/Kounex/obs_blade
Make use of the OBS WebSocket Plugin (https://github.com/obsproject/obs-websocket) and control your stream
android flutter hacktoberfest ios obs obs-studio websocket
Last synced: 06 Apr 2025
https://github.com/jaguar-dart/jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
authentication authorization dart http jaguar orm rest rest-api restful routing session web webserver websocket
Last synced: 25 Oct 2025
https://github.com/Jaguar-dart/jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
authentication authorization dart http jaguar orm rest rest-api restful routing session web webserver websocket
Last synced: 26 Mar 2025
https://github.com/wamp-proto/wamp-proto
The Web Application Messaging Protocol
ietf-standard protocol publish-subscribe remote-procedure-calls wamp wamp-spec websocket
Last synced: 15 Mar 2026
https://github.com/bigboot/autokuma
AutoKuma is a utility that automates the creation of Uptime Kuma monitors based on Docker container labels. With AutoKuma, you can eliminate the need for manual monitor creation in the Uptime Kuma UI.
docker monitor monitoring selfhosted socket-io uptime uptime-kuma uptime-monitoring websocket
Last synced: 14 May 2025
https://github.com/itisnajim/socketiounity
A Wrapper for socket.io-client-csharp to work with Unity.
connection events io multiplayer realtime socket socket-io socketio tcp unity unity3d websocket
Last synced: 04 Apr 2025
https://github.com/jonathan-s/django-sockpuppet
Build reactive applications with the django tooling you already know and love.
django django-channels hacktoberfest liveview phoenix-liveview python reactive stimulusreflex websocket websockets
Last synced: 12 Apr 2025
https://github.com/moddio/moddio2
HTML5 multiplayer game engine
game-engine html5-game io io-games iogames multiplayer-browser-game multiplayer-game multiplayer-game-engine multiplayer-game-server multiplayer-online-game nodejs websocket
Last synced: 15 Apr 2025
https://github.com/Savory/Danet
The most mature backend framework for Deno. Create awesome HTTP and WebSocket server as well as KVQueue workers !
deno dependency-injection framework hacktoberfest ioc typescript websocket websocket-server
Last synced: 05 May 2025
https://github.com/nccgroup/wssip
Application for capturing, modifying and sending custom WebSocket data from client to server and vice versa.
mitm nodejs socket-io websocket websockets
Last synced: 04 Apr 2025
https://github.com/savory/danet
The most mature backend framework for Deno. Create awesome HTTP and WebSocket server as well as KVQueue workers !
deno dependency-injection framework hacktoberfest ioc typescript websocket websocket-server
Last synced: 13 Jun 2026
https://github.com/TheFourGreatErrors/alpha-rptr
A trading bot for automated algorithmic trading on Binance Futures, Bybit, BitMEX and FTX written in python.
algo algorithmic-trading binance binance-futures bitcoin bitmex bot bybit crypto cryptocurrency ftx ftx-exchange python quantitative-trading trading trading-bot trading-systems websocket
Last synced: 03 Apr 2025
https://github.com/BigBoot/AutoKuma
AutoKuma is a utility that automates the creation of Uptime Kuma monitors based on Docker container labels. With AutoKuma, you can eliminate the need for manual monitor creation in the Uptime Kuma UI.
docker monitor monitoring selfhosted socket-io uptime uptime-kuma uptime-monitoring websocket
Last synced: 04 Apr 2025
https://github.com/centrifugal/centrifuge-js
JavaScript client SDK to communicate with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native. Supports WebSocket, HTTP-streaming over Fetch and Readable Stream API, EventSource, WebTransport.
centrifuge centrifugo eventsource http-streaming javascript javascript-client pubsub real-time realtime server-sent-events websocket webtransport
Last synced: 13 Apr 2025
https://github.com/emanuele-em/proxelar
A MITM Proxy 🧑💻! Toolkit for HTTP/1, HTTP/2, and WebSockets with SSL/TLS Capabilities. Learning Project.
hacktoberfest http http2 mitm mitmproxy proxy proxy-server rust rust-lang websocket
Last synced: 11 Apr 2026
https://github.com/somikdatta/cuckoo
🎥 Cuckoo - A free anonymous video-calling web application built with WebRTC and React that provides peer-to-peer video and audio communication in a web browser with no plugins or extensions required.
nodejs react realtime-communication screensharing socket-io video-call video-chat web-rtc webrtc webrtc-demos webrtc-experiments webrtc-video websocket
Last synced: 24 Oct 2025
https://github.com/abdfnx/tran
🖥 Securely transfer and send anything between computers with TUI.
cli data-sharing data-transfer end-to-end file-sharing filetransfer golang peer-to-peer sender terminal-based transfer tui websocket
Last synced: 15 May 2025
https://github.com/hoaproject/Websocket
The Hoa\Websocket library.
hoa library php rfc-3629 rfc-3986 rfc-6455 websocket websocket-cli websocket-client websocket-server
Last synced: 16 Nov 2025
https://github.com/sigoden/proxyfor
A powerful and flexible proxy CLI for capturing and inspecting HTTP(S) and WS(S) traffic, with TUI and WebUI.
cli forward-proxy http http2 https man-in-the-middle proxy proxy-server reverse-proxy rust websocket
Last synced: 15 May 2025
https://github.com/sdroege/async-tungstenite
Async binding for Tungstenite, the Lightweight stream-based WebSocket implementation
async async-std gio glib rust tokio tungstenite websocket websockets
Last synced: 14 May 2025
https://github.com/hezhizheng/go-gin-chat
Golang(Gin)+websocket 的多人聊天室 | go 聊天室 | golang 聊天室
chat chatroom gin gin-chat gin-websocket go golang websocket
Last synced: 16 May 2025
https://github.com/namumakwembo/wirechat
A Laravel Livewire Chat application package
aplinejs chat chat-app chat-application laravel laravel-package livewire livewire-components tailwindcss websocket
Last synced: 15 May 2025
https://github.com/tinyhttp/tinyws
🚡 tiny WebSocket middleware for Node.js
express http javascript nodejs polka server tinyhttp websocket ws
Last synced: 01 Feb 2026
https://github.com/heineiuo/isomorphic-ws
Isomorphic implementation of WebSocket (https://www.npmjs.com/package/ws)
browser isomorphic nodejs websocket websockets ws
Last synced: 15 May 2025
https://github.com/talentlessguy/tinyws
🚡 tiny WebSocket middleware for Node.js
express http javascript nodejs polka server tinyhttp websocket ws
Last synced: 30 Mar 2025
https://github.com/0x676e67/wreq
An ergonomic Rust HTTP Client with TLS fingerprint
akamai boringssl crawler fingerprint http http-client http2 https impersonate ja3 ja4 requests rust scraper tls tls-client tls-fingerprint web-scraper web-scraping websocket
Last synced: 02 Aug 2025
https://github.com/opentracing-contrib/java-spring-cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
feign hystrix instrumentation jdbc jms microservices mongodb opentracing resttemplate rxjava spring spring-boot spring-cloud spring-messaging spring-stream springboot starters tracing websocket zuul
Last synced: 14 May 2025
https://github.com/rubaxa/wormhole
Wormhole — it's better EventEmitter for communication between tabs with supporting Master/Slave.
communication cors eventemitter master-slave persistent sharedworker websocket wormhole
Last synced: 20 Jun 2025
https://github.com/simps/mqtt
🕹 MQTT Protocol Analysis and Coroutine Client for PHP. Support for 3.1, 3.1.1 and 5.0 versions of the MQTT protocol.
mqtt mqtt-client mqtt-protocol mqtt-websocket mqtt3 mqtt5 php swoole websocket
Last synced: 16 Jan 2026
https://github.com/RubaXa/wormhole
Wormhole — it's better EventEmitter for communication between tabs with supporting Master/Slave.
communication cors eventemitter master-slave persistent sharedworker websocket wormhole
Last synced: 21 Nov 2025
https://github.com/azkadev/galaxeus
Galaxeus library
dart galaxeus indonesia librarys payment-gateway realtime realtime-framework tcp websocket
Last synced: 06 Apr 2025
https://github.com/azkadev/chatbot_flutter
Chatbot Flutter Realtime + backend websocket dart
chatbot dart flutte flutter-realtime websocket
Last synced: 06 Apr 2025
https://github.com/vixcpp/vix
The offline-first C++ runtime for building high-performance real-world systems.
asio backend bun cpp cpp20 crossplatform cxx deno http http-server modular nodejs-alternative offline-first peer-to-peer server vix vix-framework vix-runtime vixcpp websocket
Last synced: 05 Apr 2026
https://github.com/Code-Sharp/WampSharp
A C# implementation of WAMP (The Web Application Messaging Protocol)
c-sharp pub-sub pubsub real-time rpc wamp wamp-protocol websocket websocket-subprotocol
Last synced: 16 Mar 2025
https://github.com/umercodez/sensorserver
Android app which let you stream various phone's sensors to websocket clients
accelerometer accelerometer-and-gyroscope android android-app android-sensor android-sensors android-sensortypes gps imu internet-of-things iot iot-application iot-sensors motion-sensors sensor sensor-streaming sensors sensors-data sensors-data-collection websocket
Last synced: 04 Feb 2026
https://github.com/azkadev/websocket_dart
Websocket client dan server auto reconnect menggunakan bahasa code dart vm
Last synced: 06 Apr 2025
https://github.com/testingisdocumenting/webtau
WebTau (web test automation) is a testing API, command line tool and a framework to write unit, integration and end-to-end tests. Test across REST-API, WebSocket, GraphQL, Browser, Database, CLI and Business Logic with a consistent set of matchers and concepts. REPL mode speeds-up tests development. Rich reporting cuts down investigation time.
cli database graphql groovy http java junit5 jvm report rest rest-api selenium test-framework testing websocket
Last synced: 15 May 2025
https://github.com/morozovsk/websocket
simple php websocket server + demos + yii/yii2 integration + php 7 support
game php websocket websocket-server
Last synced: 07 Oct 2025
https://github.com/klis87/redux-requests
Declarative AJAX requests and automatic network state management for single-page applications
ajax ajax-request axios fetch front-end frontend graphql higher-order-reducers http-client javascript monorepo optimistic-ui optimistic-updates react redux single-page-app typescript websocket websocket-client
Last synced: 12 Jan 2026
https://github.com/sammchardy/python-kucoin
Kucoin REST and Websocket API python implementation
bitcoin cryptocurrency kucoin kucoin-api python python3 rest websocket
Last synced: 14 May 2025
https://github.com/k-yle/rtsp-relay
📽 View an RTSP stream in your web browser using an express.js server
express ffmpeg jsmpeg rtsp rtsp-stream websocket
Last synced: 15 May 2025
https://github.com/liumingmin/goutils
websocket framework, algorithm, container, network utils. goal is to quickly build application-related auxiliary code libraries.
algorithm container golang middleware network util utils websocket
Last synced: 23 Jan 2026
https://github.com/danidee10/Chatire
:speech_balloon: Real time Chat application built with Vue, Django, RabbitMQ and uWSGI WebSockets.
django rabbitmq uwsgi-websocket vue websocket
Last synced: 04 May 2025
https://github.com/hzlshen/vue-project
基于vue-cli构建的财务后台管理系统(vue2+vuex+axios+vue-router+element-ui+echarts+websocket+vue-i18n)
axios axios-vue echarts echarts3 element-ui vue-components vue-i18n vue-router vuejs2 vuex webpack websocket
Last synced: 06 Apr 2025
https://github.com/huang-yi/shadowfax
Run Laravel on Swoole.
coroutine http laravel laravel-swoole shadowfax swoole websocket
Last synced: 04 Apr 2025
https://github.com/mehmetkose/react-websocket
Easy-to-use React component for websocket communications.
Last synced: 15 May 2025
https://github.com/twitch-js/twitch-js
[DEPRECATED] A community-centric, community-supported version of tmi.js
api bot broadcast deprecated javascript message messaging stream tmi twitch typescript websocket ws
Last synced: 10 May 2025
https://github.com/lmxdawn/him-netty
开源的H5即时聊天系统 spring-boot + netty + protobuf + vue ~
im java netty protobuf spring-boot vue-im websocket
Last synced: 09 Apr 2025
https://github.com/Ezelia/eureca.io
eureca.io : a nodejs bidirectional RPC that can use WebSocket, WebRTC or XHR fallback as transport layers
multiplayer realtime remote-procedure-calls rpc webrtc websocket
Last synced: 29 Apr 2025
https://github.com/dwg255/landlord
斗地主
doudizhu game golang gomodule landlordgame websocket
Last synced: 18 Jun 2025
https://github.com/adamyordan/laplace
Laplace is an open-source project to enable screen sharing directly via browser. Based on WebRTC for low latency peer-to-peer connections, and WebSocket implemented in golang for signaling.
peer-to-peer screencast screensharing webrtc webrtc-signaling websocket
Last synced: 03 Oct 2025