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-27 00:30:18 UTC
- JSON Representation
https://github.com/mixro/instiwise_backend
The InstiWise Backend is a robust Node.js-based backend designed to support academic management, project sharing, student networking, and institute-wide announcements.
Last synced: 23 Jun 2026
https://github.com/ufec/online-chat-client
Vue3 TypeScript Pinia TDesign 在线即时通讯系统客户端
pinia sqlite3-wasm tdesign typescript vue3 vue3-composition-api vue3-typescript webrtc-video websocket
Last synced: 19 Sep 2025
https://github.com/voronov-nikita/bikestat
The team case of the pre-professional Olympiad - personal recommendations for cyclists.
client-server javascript python3 react-native websocket
Last synced: 06 Oct 2025
https://github.com/obulks/godot-bili-live
一个适用于 Godot 4.x 的插件,用于接入 Bilibili 直播的互动玩法
bilibili bilibili-live danmaku game-development gdscript godot godot-engine godot-plugin godot4 websocket
Last synced: 13 Jan 2026
https://github.com/shubhendu-bhakat/websocket-chat-app
Simple chat application using webscoket ,TS and React +Vite
Last synced: 24 Jun 2026
https://github.com/eosswedenorg-go/antelope-ship-client
Client implementation of antelope state-history websocket.
antelopeio blockchain client eosio fio go golang leap libre ship state-history ultra wax websocket
Last synced: 02 Sep 2025
https://github.com/willianfalbo/messages-app
A simplified version of a posting messages application (REST APIs)
express-js javascript jwt-authentication mongo-db mongoose-js multer node-js react-js rest-api socket-io websocket
Last synced: 18 Jan 2026
https://github.com/mehmetgoren/mngr
Feniks iNVR Web Server
api docker feniks gin-framework golang gorilla-websocket high-performance message-broker microservice-architecture mongodb redis websocket
Last synced: 28 Jun 2025
https://github.com/hsnfirdaus/gomeet
Contoh penggunaan WebRTC untuk video conference
golang google-meet meet typescript video-conferencing webrtc webrtc-demos webrtc-video websocket zoom
Last synced: 09 May 2026
https://github.com/fardinak/websocket
An opinionated WebSocket Server in Golang
golang golang-module websocket websocket-server
Last synced: 14 Jan 2026
https://github.com/granden-corp/websocket-sharp_client
A client only and .NET Core runtime compatible .NET Standard 2.0 websocket-sharp library
Last synced: 11 Oct 2025
https://github.com/mahsumurebe/jrpc-server
JSONRPC 2.0 NodeJS Server written in TypeScript
http-server jsonrpc jsonrpc-lib jsonrpc-server jsonrpc2 websocket
Last synced: 05 Oct 2025
https://github.com/neography7/questr-gateway
This repository contains the api gateway portion of the Questr Q&A application."
api-gateway graphql grpc nestjs socket-io websocket
Last synced: 10 Apr 2026
https://github.com/visualstudioex3/flecktest
A little chat console program to test Fleck websockets library and IoC with Microsoft Dependency Injection library, developed in C# using .NET Core 3.1.
chat chat-application chatapp csharp dependency-injection donet-core dotnet dotnetcore fleck job-interview netcore netcore31 technical-test visual-studio websocket
Last synced: 14 Apr 2026
https://github.com/detain/phlix-hub
Central cloud directory + reverse-tunnel relay for Phlix media servers. Sign in once, reach any of your servers from anywhere. Self-hostable.
dashboard emby jellyfin jwt ldap media-hub media-server oidc php php8 plex relay remote-access reverse-tunnel self-hosted sso webhooks websocket workerman
Last synced: 25 Jun 2026
https://github.com/nequeo/resource
Resource code, includes WebRTC client, Cloudflare Calls client, etc...
aws cognito mathematics webrtc websocket
Last synced: 27 Jan 2026
https://github.com/duo/wsc
A golang websocket client
client golang reconnect websocket
Last synced: 22 Jan 2026
https://github.com/symbux/turbo
Turbo is a powerful command engine that is fully expandable with plugins, using internal event scheduling, dependency injection, and ORM for creating scalable and powerful REST API / WebSocket based platforms.
api command dependency-injection fibre http-server injection rest-api threads typescript websocket websocket-server worker
Last synced: 17 Oct 2025
https://github.com/rudra1806/relay
A full-stack real-time chat application built with Express.js backend and React frontend, featuring user authentication and messaging capabilities.
arcjet bcrypt chat-application cloudinary express full-stack jwt-authentication mern-stack mongodb mongoose nodejs react realtime-chat socket-io vite websocket zustand
Last synced: 14 Apr 2026
https://github.com/ibrahimhabibeg/echo
Chat application built with micro-services architecture and front-end caching
chat docker docker-compose express mongodb mongoose nodejs react-native react-query socket-io typescript websocket
Last synced: 02 Apr 2026
https://github.com/rafaelsouzaribeiro/web-chat-with-websocket-using-a-map-variable-in-go
Web chat with WebSocket using a map variable, notifications for logged-in and logged-out users, and support for emojis in Go and JavaScript.
clean-architecture emojis golang javascript login logout websocket
Last synced: 20 Apr 2026
https://github.com/vishalgupta8982/linkmate-mobile-app
Developed Linkmate, a mobile app with real-time chat, post uploads, and user profiles for education, experience, projects, and skills, using React Native and Spring Boot and MongoDB. I have mentioned a demo video link below✌️
cloudinary firebase jwt-authentication mongodb push-notifications react-native redux-persist redux-thunk spring-security springboot3 typescript websocket
Last synced: 04 Jan 2026
https://github.com/lesterrry/husky
🎾 Your friendly neighborhood websocket messenger
Last synced: 25 Oct 2025
https://github.com/milochen0418/macosx-websocket-ble-adapter
Mac OS X WebSocket BLE Adapter, so that Chrome Extension can communicate with BLE device in Mac OS X
ble chrome-extension mac-osx websocket
Last synced: 30 Mar 2025
https://github.com/altanis/websocket-implementation
An (incomplete) implementation of a RFC-6455 compliant websocket library.
Last synced: 27 Oct 2025
https://github.com/bavllymagid/tic-tac-toe
Tic-Tac-Toe game built using React.js for the frontend and Spring Boot for the backend.
java javascript message-broker message-driven-applications multiplayer reactjs spring spring-boot vitejs websocket
Last synced: 06 Feb 2026
https://github.com/aladser/offer-tracker
Трекер офферов (Laravel 8)
laravel8 linux mysql tailwindcss websocket
Last synced: 29 Jan 2026
https://github.com/jdk-plus/spring-boot-starter-websocket
A springboot websocket clustered message push component written by netty. 🏝✨
java netty springboot websocket websocket-server
Last synced: 31 Jan 2026
https://github.com/pradyotsrivastava/chit-chat-socialmedia
A realtime Social Media platform built using MERN stack with Socket.IO integration for instant updates. Users can securely authenticate, customize profiles, and engage in real-time interactions like messaging, creating groups, notifications., sharing audio/video files and much more.
material-ui mern-stack reacthooks websocket
Last synced: 26 May 2026
https://github.com/jekabsilkens/websocket-notifs
Websocket notifications | Laravel | Reverb | Echo | Redis
Last synced: 16 Apr 2026
https://github.com/shmelovoleksandr/banditgames_backend
SpringBoot backend repository for the BanditGames project
java rabbitmq rest-api spring-boot websocket
Last synced: 19 Apr 2026
https://github.com/daveaditya/spring_chatroom
Implementing Chat Room concept in Spring Web MVC
java jsp-servlet springframework springmvc websocket
Last synced: 16 Apr 2026
https://github.com/hunwalk/yii2-websocket
This is the new maintained version of the yii2-websocket package
php ratchet ratchetphp websocket yii2 yii2-websocket
Last synced: 02 Mar 2026
https://github.com/joaquinbejar/lightstreamer-rs
Lightstreamer TLCP (Text-based Live Connections Protocol). It provides a robust client SDK to interact with Lightstreamer servers, enabling real-time data streaming for financial applications, IoT systems, and other use cases requiring live data updates. While it was initially developed to support the ig
lightstreamer tlcp trading websocket
Last synced: 02 Apr 2026
https://github.com/simon28082/framework
Extend the Laravel framework, add Swoole, Socket, RPC, WebSocket support, and common scaffolding features
laravel microservice rpc socket swoole tcp websocket
Last synced: 18 Apr 2026
https://github.com/believemanasseh/audio-purifier-extension
A chrome extension for noise suppression
audio-processing deep-learning deepfilternet fastapi machine-learning noise-suppression speech-enhancement websocket
Last synced: 16 Apr 2026
https://github.com/idabmat/tic_tac_toe_client
React Client for the Tic Tac Toe game
nextjs react ssr tic-tac-toe websocket
Last synced: 16 Apr 2026
https://github.com/drumath2237/signalr-swa-functions-chat
フロントVue3+TypeScript、バックAzureFunctions+SIgnalR構成をAPI統合したAzure Static Web Appsでホスティングしたサーバレスチャット
azure azure-functions azure-static-web-apps signalr typescript vite vue websocket
Last synced: 11 Apr 2026
https://github.com/nesvet/insite
Real-time full-stack framework: WebSocket server/client, MongoDB + Change Streams, pub/sub publications, users/orgs/roles with RBAC, cookie auth over WS, file transfers. TypeScript/Bun monorepo with server orchestrator, client SDK, and React UI components
framework fullstack mongodb rbac realtime typescript websocket
Last synced: 01 Apr 2026
https://github.com/abidalwassie/realtime-chat-server
Node.js application for realtime socket.io connection.
express javascript nodejs socket-io typescript websocket
Last synced: 14 Mar 2025
https://github.com/jeremypadrinox/go-whatsapp-worker-redis-ssedashboard
⚡ Build and manage WhatsApp messaging queues efficiently with this production-grade worker, powered by Go and Redis Streams.
dashboard docker go mciroservice real-time redis sse websocket whatsapp whatsapp-api whatsapp-automation worker
Last synced: 17 Apr 2026
https://github.com/gitcoder052023/chatllama
ChatLLama is a modern, real-time chat application that leverages local Ollama models to deliver an interactive AI-based messaging experience. It offers secure user authentication, responsive design built with Tailwind CSS, and seamless communication via Socket.io.
ai chatapp chatllama css expressjs html javascript mongodb nodejs ollama realtimechat socketio tailwindcss websocket
Last synced: 11 Apr 2026
https://github.com/mileristovski/dataengineer-sparkstreaming
Track a Boat est un système de suivi maritime en temps réel utilisant Kafka, Spark Structured Streaming et WebSockets. Il permet de visualiser la position des navires, analyser leurs trajectoires et prévoir leurs destinations sur une carte interactive.
big-data-processing distributed-computing docker docker-compose kafka kafka-topics maritime-data pipeline python scala spark-structured-streaming websocket
Last synced: 11 Apr 2026
https://github.com/seriousben/socket.io-raft
Work-In-Progress - Adapter to enable broadcasting of events to multiple separate socket.io server nodes without third-party dependencies.
raft raft-consensus-algorithm socket-io socket-io-adapter websocket
Last synced: 26 Feb 2025
https://github.com/askalf/agent
Connect any device to the askalf fleet. WebSocket bridge that dispatches autonomous agent tasks to your machine.
agent-cli ai ai-agents autonomous-agents claude device-bridge fleet nervous-system npm remote-execution self-hosted service-manager typescript websocket
Last synced: 11 Jun 2026
https://github.com/ppenter/caff.js
Fully Fullstack Framework (React, API, Websocket) With File-based Routing
api framework full-stack react ssr websocket
Last synced: 17 Apr 2026
https://github.com/javiercanon/signalrabbit
Asp.net web-sockets responsive chat, scale with SQL Server or Azure.
asp-net bootstrap signalr signalr-chat signalr-client signalr-hub sqlserver websocket
Last synced: 17 Apr 2026
https://github.com/zac15987/zplex
Terminal multiplexer desktop app for zpit — Go daemon + Electron shell with multi-panel xterm.js terminals
conpty desktop-app electron golang pty terminal-multiplexer typescript websocket xterm-js
Last synced: 26 May 2026
https://github.com/urlaunched-com/udfwebsocketsclient
SwiftUI-UDF WebSockets Client
actioncable redux swiftui-udf udf websocket websocket-client
Last synced: 17 Apr 2026
https://github.com/christophe77/electronack
Reverse connection malware with control center with electron and nodejs
Last synced: 18 May 2026
https://github.com/renantrs/chat-app
A ReactJS webchat using websocket with NodeJS and SocketIO
jest nodejs reactjs tailwindcss testing-library typescript websocket
Last synced: 04 Apr 2026
https://github.com/v0id-user/hosewatcher
Relay-only implementation of Bluesky’s firehose over WebSocket — built on Cloudflare Workers.
atproto bluesky cloudflare cloudflare-workers firehose typescript websocket
Last synced: 10 Apr 2026
https://github.com/elrouss/react-burger
Сайт межгалактической космической закусочной с возможностью оформления заказов и отслеживания их истории в личном кабинете
cypress jest react react-router-dom redux typescript websocket yandex-practicum
Last synced: 18 Apr 2026
https://github.com/sorydima/jssip.websocketinterface
JsSIP implements the SIP WebSocket transport. Enjoy the real integration of SIP within the Web and communicate with SIP networks out there. JsSIP makes use of the WebRTC stack present in modern web browsers for enabling audio/video realtime communication. JsSIP comes with an easy JavaScript API that provides the user with full flexibility. 🌎
jssip marina marinarodeo open-source sip sip-client sip-server sips voip voip-application voip-communications voip-server websocket websocket-api websocket-server websockets
Last synced: 04 Jun 2026
https://github.com/tkc/go-websocket-sandbox
sandbox of golang websocket server
clean-architecture golang sandbox websocket
Last synced: 04 Jun 2026
https://github.com/biosan/appuntidb
Database back-end for Project Note – "Reti di Calcolatori" course project
amqp flask flask-restful pika sqlachemy tornado university-project websocket
Last synced: 20 Apr 2026
https://github.com/clojj/q
kafka kotlin spring-boot spring-cloud-stream websocket
Last synced: 20 Apr 2026
https://github.com/sheninthjr/travel_connect
A platform where users share travel plans and connect with others based on location and time. With a built-in chat feature, travelers can communicate, plan meetups, and explore together.
nextjs schadcn tailwindcss websocket
Last synced: 20 Apr 2026
https://github.com/aifia105/chat_app
A backend service for a chat application, implemented in Java.
java jwt mongodb spring-boot websocket
Last synced: 20 Apr 2026
https://github.com/vuurvos1/motioncontroll
Playing around with motion controls on phones
motion motion-control websocket
Last synced: 21 Apr 2026
https://github.com/slfagrouche/safeguard
Real-time crisis monitoring platform for conflict zones and disaster areas. FastAPI + React + MongoDB + OpenAI GPT-4o.
agent ai aws-ec2 aws-lambda aws-s3 crisis-monitoring django fastapi leaflet mongodb non-profit openai react real-time rest-api shadcn-ui tailwindcss websocket
Last synced: 21 Apr 2026
https://github.com/sarguroh20/realtime-editor
SynCode is a real time web-based code editor with multi-language support compiler
codemirror-editor editor final-year-project javascript-framework piston-api uuid website websocket
Last synced: 23 Apr 2026
https://github.com/vedanty3/imessage-clone
iMessage clone built with cutting-edge technologies, including Next.js, GraphQL, Prisma, TypeScript, Chakra UI, Web Sockets, and MongoDB. The application not only replicates the sleek user interface of iMessage but also incorporates advanced functionalities such as group chat and OAuth authentication using NextAuth..
chakra-ui graphql mongodb nextauth nextjs prisma react ssr typescript websocket
Last synced: 02 Apr 2026
https://github.com/seancheung/braindead
websocket cli client and replicator
cli el expression-language pomelo socket test websocket yaml yml
Last synced: 25 Apr 2026
https://github.com/go-crzy/lambda-go-websocket
Deploy websockets in AWS API Gateway with Go/Lambda
apigateway aws go lambda terraform websocket
Last synced: 10 Apr 2026
https://github.com/kiranparajuli589/scaling-websocket
A very simple demonstration of scaling WebSocket servers.
proxy redis redis-client websocket websockets
Last synced: 27 Apr 2026
https://github.com/brobro332/332-blueprint-server
[ 332 ] 채팅 서버
java mongodb redis sockjs spring-boot stomp websocket
Last synced: 27 Apr 2026
https://github.com/ivanatias/deno-chat
Experimenting with WebSockets using Deno!
Last synced: 27 Apr 2026
https://github.com/korkje/wsi
Asynchronously iterate WebSockets
deno iterator typescript websocket
Last synced: 28 Apr 2026
https://github.com/lakshanwd/node-web-sockets
Sample implementation of web sockets with node
Last synced: 28 Apr 2026
https://github.com/h0rn0chse/socket-server
Extends express.js and ws server with some utilities
express expressjs websocket websocket-client websocket-server ws
Last synced: 28 Apr 2026
https://github.com/ch-iv/flask-websockets
WebSockets extension with channels for Flask
flask flask-websockets python websocket websockets
Last synced: 29 Apr 2026
https://github.com/anatoly-semenov/go-ws-gateway
WS-Gateway is a high-performance, scalable WebSocket service in Go. It manages connections across pods using Redis for orchestration and Pub/Sub for inter-instance messaging, enabling efficient real-time communication with low latency and high availability.
docker golang k8s kafka redis websocket
Last synced: 29 Apr 2026
https://github.com/ghaerdi/simple-chat
Chat using React, Typescript and Tailwind
react tailwindcss typescript vite websocket
Last synced: 29 Apr 2026
https://github.com/ntidev/melissa-service
A push notification service
push-notifications vertx websocket
Last synced: 30 Apr 2026
https://github.com/microsecondsmatter/binanceapi
High Performance Rest API/Websocket Wrapper for Binance.com
api binance binance-api binance-exchange binance-websocket cached csharp hft high-performance optimized rest server-time websocket
Last synced: 27 Jun 2025
https://github.com/codeastra2/springboot_with_stomp
A Python Stomp client to interact with a Springboot server over websockets.
python springboot stomp stompwebsocket websocket
Last synced: 01 May 2026
https://github.com/qchateau/space-dodgems
A web-based mini game in C++20, featuring coroutines.
boost coroutines cpp cpp20 javascript websocket
Last synced: 01 May 2026
https://github.com/allanjos/network_samples
Network samples/utilities.
android ansi-c bsd c client-server freebsd libpcap mqtt mqtt-client network packet-capture pcap socket tcp tcp-ip udp web websocket
Last synced: 01 May 2026
https://github.com/manmolecular/go-now-here
:postbox: WebSocket chat with a random person
Last synced: 05 Jun 2026
https://github.com/bounebrayan/chatroomsservice
A lightweight and efficient Socket.IO-based microservice for managing real-time community chat rooms. Supports seamless room creation, user messaging, and dynamic interactions.
chat chat-rooms community messaging microservice real-time rooms socket-io websocket
Last synced: 03 May 2026
https://github.com/rafiq15/kafka-pub-sub
Real-time Kafka Publisher-Subscriber System with WebSocket Integration
apache-kafka docker-compose event-driven java microservice pubsub spring-boot spring-kafka stomp thymeleaf websocket
Last synced: 03 May 2026
https://github.com/saurabhkumardev/chatroom
ChatApp for the local communities
expressjs path redis static-html websocket
Last synced: 04 May 2026
https://github.com/arjunchib/masquerade
Online card game
cloudflare-pages cloudflare-workers react websocket
Last synced: 04 May 2026
https://github.com/cropalato/obs_switchscene
A lightweight command-line tool to quickly switch between OBS Studio scenes. Perfect for streamers and content creators who need fast scene transitions through hotkeys or automation.
automation broadcast cli content-creation go golang obs obs-studio scene-switcher streamdeck streaming streaming-tools twitch websocket youtube
Last synced: 04 May 2026
https://github.com/charlot-dedjinou/chatbot
C'est un projet ludique où j'ai développé une messagerie en temps réel entre deux personnes en utilisant les websockets, Vue.js pour le frontend et Express.js pour le backend. Explorez la communication instantanée grâce aux websockets, offrant une expérience de messagerie fluide et réactive entre les utilisateurs.
emoji emoji-picker expressjs vue vuejs3 websocket
Last synced: 04 May 2026