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-07-02 00:34:07 UTC
- JSON Representation
https://github.com/engsahaly/starter_project_for_realtime
Starter project for realtime course on Udemy
broadcast-reciever broadcaster broadcasting laravel laravel-framework laravel-package laravelecho notification notifications pusher pusher-channels pusherjs realtime realtime-database websocket websockets
Last synced: 09 Feb 2026
https://github.com/marceldobehere/goofy-websocket-socket-bridge
Goofy Websocket Server/Proxy for SSH over Websocket
js nodejs proxy ssh tunnel websocket websockets
Last synced: 17 May 2026
https://github.com/martinille/java-simple-websocket-client
Simple Java websocket client example.
java websocket websocket-client
Last synced: 03 Mar 2025
https://github.com/magicalmonke/websocket-chat
A simple real-time chat application using WebSockets.
express nodejs picocss websocket
Last synced: 11 Apr 2026
https://github.com/bridgerbrown/ts-interpreter
An interpreter built in TypeScript and Jest, displayed on vanilla JS frontend and connected through websockets to Node.js backend.
http javascript jest nodejs typescript websocket
Last synced: 05 Apr 2026
https://github.com/zviryatko/golang-serverless-websocket-lambda
Serverless example of AWS Lambda + Golang + Api Gateway Websocket + DynamoDB
dynamodb example golang lambda serverless websocket
Last synced: 15 Apr 2025
https://github.com/tdjsnelling/dwsps
Tiny distributed websocket pub/sub system
distributed javascript pubsub websocket
Last synced: 02 Apr 2025
https://github.com/joelteogom/easycab
EasyCab is a distributed system that simulates an autonomous taxi service. It manages real-time communication between taxis, sensors, customers, and a central control server. The project integrates Spring Boot, Kafka for message streaming, and PostgreSQL for database management, ensuring scalability and fault tolerance.
distributed-systems docker dockercompose dockerfile kafka postgresql protocol real-time sockets spring-boot streaming websocket
Last synced: 05 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/pjtunstall/mad
The Mad Bomber's Tea Party: 01Founders project to make a multi-player browser game using web sockets, and no WebGL or any framework except one we made in an earlier project. Based on a single-player version by fellow students; see in-game credits.
game javascript multiplayer-game node-js websocket
Last synced: 13 Mar 2025
https://github.com/tearth/falcon
WebSocket server library for .NET
csharp dotnet library websocket websocket-server
Last synced: 17 May 2026
https://github.com/biswajitpanday/android-websocketasservice
Android WebSocket using OkHttp3 as Service
Last synced: 15 May 2026
https://github.com/realpeha/nengi-bun-server-adapter
Bun web socket server network adapter for nengi v2
Last synced: 09 May 2026
https://github.com/rxtoolkit/ws
🔌 RxJS operators for working with WebSockets
fp functional-programming observables package reactive-programming rxjs websocket websockets
Last synced: 10 Jun 2026
https://github.com/aloksingh20/hirequest
HireQuest is a dynamic Android hiring application bridging the gap between job seekers and HR professionals. With tailored dashboards for both candidates and HR users, the app offers a personalized experience.
alarmmanager android android-application android-studio fcm-notifications firebase java java8 jwt-authentication kotlin notification-android push-notifications redis-client rest-api room-database spring-boot spring-security sql websocket websocket-client
Last synced: 04 Jan 2026
https://github.com/sandhish/crypto-wiz
Crypto Website
binance-api livecoinwatch-api mern-stack websocket
Last synced: 14 Mar 2025
https://github.com/bukharney/bukchat
A realtime chat web applications
gin go postgresql react real-time websocket
Last synced: 05 Apr 2026
https://github.com/aryan-bhokare/syncspot
SyncSpot is a team communication app featuring functionalities like RealTime Chats, Video and Audio Channels.
chat nextjs postgresql prisma-orm shadcn-ui typescript webrtc websocket
Last synced: 11 Jan 2026
https://github.com/manmolecular/go-now-here
:postbox: WebSocket chat with a random person
Last synced: 05 Jun 2026
https://github.com/haonguyenuet/market-stream
My personal playground in Flutter, MarketStream is a real-time market data visualization app, this project delivers a minimalist, high-performance UI for tracking market prices and custom candlestick chart. Every pixel, every interaction had to be manually calculated and optimized.
binance-api candlestick-chart custompainter dart financial-data flutter realtimedata rendering streaming-data websocket
Last synced: 25 Feb 2025
https://github.com/ru-dr/socket-deno
This is a simple WebSocket chat application template built with Deno 🦕 and the Oak 🐿️. It provides a starting point for developing real-time chat applications using WebSockets.
deno denoland js onrender-deploy websocket
Last synced: 18 Feb 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/ehsan-mohammadi/signalr-chat-src
A console chat application using SignalR
chat client client-server console-application csharp server signalr websocket
Last synced: 15 May 2025
https://github.com/de-v-log/wasd
Spring/WebSocket을 이용한 게임 파트너 매칭 및 실시간 채팅 제공 서비스
Last synced: 16 Feb 2026
https://github.com/gerifield/epher
Event Pusher
events golang hacktoberfest http websocket
Last synced: 11 Jan 2026
https://github.com/arshtiwari2004/handsfree-os
HandsFree OS is a gesture-based desktop control system that lets users navigate their computer using hand motions alone. Powered by MediaPipe and AI, it enables touch-free actions like opening apps, scrolling, and switching tabs—designed to enhance accessibility for differently-abled users and multitaskers alike.
firebase firestore-database mediapipe pyautogui python reactjs tensorflow websocket
Last synced: 07 Apr 2026
https://github.com/okonowil/lar-chat
broadcasting chat-app inertiajs laravel laravel-reverb react shadcn-ui websocket
Last synced: 02 Apr 2026
https://github.com/hekmon/mcptp
mcptp is a MCP proxy allowing to call distant stdio MCP servers as if they were present locally
mcp mcp-client mcp-server mcp-stdio proxy stdio websocket
Last synced: 30 Jun 2026
https://github.com/kelvinleandro/react-chat-websocket
Real-time Chat Application with React (Vite), Socket.IO, and Express
chat-application chatroom express express-js expressjs javascript node node-js nodejs react reactjs realtime-chat socket-io tailwindcss typescript vite vitejs websocket
Last synced: 07 Apr 2026
https://github.com/xiaodaigh/wsumm
A set of Write-functions to make gorilla/websocket's write to connection be blocking if another Write-function was using the connection
Last synced: 07 Sep 2025
https://github.com/meowmeowahr/kevinbotlib
Robot Development Framework
cli command-line-tools hatch joystick kevinbot kevinbotlib pydantic pyside6 python python3 qt qt6 robot robotics serial server websocket websockets xbox-controller
Last synced: 05 Apr 2025
https://github.com/nitoba/poll-voting
Inspirado pela NLW Expect da Rocketseat, onde um projeto semelhante foi desenvolvido na trilha de NodeJS. Poll Voting é uma api construída em Golang para votações em enquetes. A intenção deste projeto é demonstrar a utilização de ferramentas e técnicas de desenvolvimento web em Golang
api clean-architecture ddd-architecture golang websocket
Last synced: 13 Jul 2025
https://github.com/mingslife/v2ray-nginx
🪜 --x-- 👽
docker docker-compose nginx v2ray websocket
Last synced: 10 Apr 2026
https://github.com/chrisru/beight-client
✏️ Frontend for a collaborative web editor
babel es6 eslint monaco-editor preact webpack 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/AdesicLabs/Client-js
JavaScript Client for Abyiss API
abyiss api api-client bitcoin bot crypto cryptocurrency ethereum exchange javascript js libary market-data rest-api trading websocket websockets wrapper
Last synced: 10 Jul 2025
https://github.com/meysamhadeli/chat-signalr-sample
A chat application base on SignalR in .net 7
dotnet dotnet-core dotnetcore signalr web-socket web-sockets websocket websockets
Last synced: 09 May 2026
https://github.com/christophe77/electronack
Reverse connection malware with control center with electron and nodejs
Last synced: 18 May 2026
https://github.com/thefcraft/c-http-server
Basic http server in c
c-http-server http-server-library websocket
Last synced: 30 Jun 2026
https://github.com/torchcc/crank4py-connector
client endpoint of a API Gateway written in python
api-gateway-endpoint microservice python-web python3 websocket
Last synced: 12 Sep 2025
https://github.com/pktippa/nodejs-examples
NodeJS Examples
machine-learning mongodb nlp node-passport nodejs websocket
Last synced: 10 Apr 2026
https://github.com/didierfranc/socket.cool-home
socket.cool
feathersjs nodejs reactjs webcomponents websocket
Last synced: 20 Apr 2026
https://github.com/youngcoder45/discord-matrix-bridge
Discord ↔ Matrix bridge bot built with Node.js and TypeScript for syncing messages between servers and rooms.
bridge contributions-welcome discord discord-bot discord-matrix matrix matrix-bot matrix-org need-contribution nodejs opensou oss typescript webhook websocket
Last synced: 23 May 2026
https://github.com/mrinalxdev/chatgram
A typescript chatting app
nodejs nodejs-server tailwindcss typescript websocket zustand
Last synced: 08 Apr 2026
https://github.com/fifolio/comma
Comma is an advanced MERN stack chat app with WebSocket integration. It offers real-time features like online indicators, file uploads, and auto-scrolling. Experience a professional chat solution powered by modern technologies.
api backend chat express frontend fullstack mern mongodb mongoose node react websocket
Last synced: 06 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/izumi-kun/hls-playlist-proxy
HLS playlists proxy with counting viewers
hls monitoring node streaming websocket
Last synced: 14 May 2026
https://github.com/ryomendev/echochat
EchoChat is a real-time chat web application where users can communicate with the server via WebSockets. The application supports basic user authentication, message echo functionality, and a responsive UI for seamless use across devices. Backend operations are powered by Strapi, ensuring scalability and flexibility.
mysqlite real-time-chat strapi strapi-cms strapi-provider websocket
Last synced: 17 Mar 2025
https://github.com/alexandrehtrb/websocketconnector
asp-net-core csharp websocket websockets
Last synced: 29 Oct 2025
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/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: 11 Aug 2025
https://github.com/bettersupport/better-websocket
基于Netty的WebSocket实现,使用注解快速实现websocket服务。如果你发现项目有不足,欢迎加入,我们一起优化
netty socket spring-boot websocket
Last synced: 05 Apr 2025
https://github.com/ejiroosiephri/multiplayer-pong-game
Simple Multiplayer game that makes use of the socket.io library logic to perform multiple requests on multiple client
expressjs nodejs socket-io websocket
Last synced: 07 Apr 2026
https://github.com/komik966/postgstats
d3 d3js java netty postgres postgresql reactjs rxjs statistics typescript websocket
Last synced: 11 Apr 2026
https://github.com/visheshc14/audio-arca
An Experimental Audio and Text Chat Client-Server Application Written in Golang For Arca/Evangelion As An Sub-Modularity-Function which Focuses on Library PortAudio(I/O)-Architecture Testing.
client-server golang gopher http portaudio websocket
Last synced: 20 May 2026
https://github.com/chaman2003/printchakra-ai
Al-powered document scanning and processing system with real-time desktop-mobile synchronization. Built with Flask (Python) backend, React + TypeScript frontend, OpenCV image enhancement, Tesseract OCR and Socket.IO WebSockets for seamless printing and workflow management.
computer-vision flask html-css-javascript ngrok python react-js typescript websocket
Last synced: 08 Apr 2026
https://github.com/samuel-ricardo/codelivery-site
This project is a application of a complete Full Cycle project, with amazing technologies like NextJS for front-end, NestJS for back-end, MongoDB database, GO Lang for microsservice, Docker & Kubernetes for devops, metrics with Elastic Search & Kibana, Event Architeture with Kafka and more.
cloud deploy elasticsearch go golang google google-maps javascript kafka kibana kubernetes material-ui nestjs nextjs socket-io typescript vercel websocket
Last synced: 09 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/alkush-pipania/antichess
A real-time, online chess game built with Next.js for the frontend and WebSocket for real-time communication. The backend is designed to manage game logic, player turns, and ensure smooth gameplay.
chess chessgame-backend chessgame-frontend real-time websocket
Last synced: 15 Jun 2025
https://github.com/lijianqiao/network_manage
一个使用 FastAPI 和现代 Python 技术栈构建的高性能网络自动化平台
fastapi network-automation nornir python scrapli websocket
Last synced: 16 May 2026
https://github.com/denoplayground/websocketserver
Simple WebSocket server implemented in Deno.
deno deno-module websocket websocket-server
Last synced: 18 May 2026
https://github.com/ownerofglory/webrtc-signaling-go
Small server app written in Go that acts as a signaling server for WebRTC
Last synced: 18 May 2026
https://github.com/stultuss/go-ws-server
Distributed Message Service Cluster for Service Registration and Discovery via ETCD
distributed-systems etcd golang service-registration-discovery websocket
Last synced: 08 Sep 2025
https://github.com/ivoputzer/coinbase-pro-feed
Lightweight Coinbase Pro Websocket Feed implementation wirtten in es6+
coinbase coinbase-pro coinbase-pro-feed websocket ws
Last synced: 12 Aug 2025
https://github.com/gbrlsnchs/websocket
Go WebSocket client and server implementation
go golang websocket websocket-client websocket-server websockets
Last synced: 14 May 2025
https://github.com/rgomids/go-wsh
❇️ go-wsh | WebSocket Handler for APIs
api golang golang-library websocket
Last synced: 11 Jan 2026
https://github.com/v0l/ahws
Asynchronous Http Web Server
async http http-server net-core-2 server websocket websocket-server
Last synced: 24 Jul 2025
https://github.com/mstgnz/multi-wordle
Wordle multiplayer with WebSocket in Go
chat docker go multiplayer score websocket wordle
Last synced: 17 Apr 2026
https://github.com/dreisss/nlw-expert-nodejs
Back-end application developed on Rocketseat's nlw expert event (nodejs trail).
fastify nlw-expert node rocketseat-nlw websocket
Last synced: 21 Apr 2026
https://github.com/nuricanozturk01/callofproject-backend
Call-of-Project. Find Your Project Buddy! Microservice based Project
apache-kafka api-gateway aws-s3 azure bash-script eureka-server feign-client h2-database java junit5 jwt-token microservices-architecture mock-test mongodb mysql pagination spring-boot spring-security websocket
Last synced: 14 Mar 2025
https://github.com/okayama-daiki/snake-game
Online PvP snake game
rust snake-game webassembly websocket
Last synced: 17 Mar 2025
https://github.com/deliocoder/react-graphql-chat
Websockets included
apollo-client graphql graphql-yoga mongodb nodejs reactjs websocket
Last synced: 04 Mar 2025
https://github.com/kodiyak/lofizone
A calm, minimal Lo-Fi streaming app — powered entirely by AI.
lofi nextjs react shadcn-ui tailwindcss websocket zustand
Last synced: 07 Apr 2026
https://github.com/smartgic/eda
Smart'Gic Event Driven Ansible collection
aap ansible awx collection eda event-driven-ansible galaxy websocket
Last synced: 18 May 2026
https://github.com/web2solutions/jumentix-vue-ui
"Runtime" generated VUE User Interfaces by leveraging extended Swagger OpenAPI specification as declarative metadata.
indexeddb mediator-pattern offline-capable offline-first open-api rapid-application-development rapid-development swagger vue vue2 vuejs vuex websocket
Last synced: 13 Apr 2026
https://github.com/theovidal/105chat
📨 A simple chat application made with Go
chat-application golang golang-application websocket
Last synced: 27 Mar 2025
https://github.com/pablonicolla/web-message-app
Next.js web application for message and file sharing with support to chat/room creation and user role management
Last synced: 17 May 2026
https://github.com/vdaburon/har-to-jmeter-convertor
Convert a HAR file to JMX script file and record XML
convertor har jmeter jmeter-plugin websocket
Last synced: 04 Sep 2025
https://github.com/sanjaygupta45/space-shoot
Make a fun shooting game with cool weapons, strong enemies, and amazing places to explore
Last synced: 18 Apr 2026
https://github.com/quytechabhinav/chat-app-node
Node.js Chat web application built with express,mongoDB,.hbs template engine .
chat-app chat-application express-chat node-chat-app nodejs nodejs-chatting-app websocket
Last synced: 18 May 2026
https://github.com/jakmobius/tanks
Browser action game project
game multiplayer typescript webgl websocket
Last synced: 11 Apr 2025
https://github.com/simukti/dnswsforfun
A demo server that acts as a DNS proxy and HTTP server (including WebSocket server).
channel concurrent-programming go golang goroutines websocket
Last synced: 04 Apr 2025
https://github.com/rameshvarun/ws-relay
A simple WebSocket relay client and server. Can be used for WebRTC signaling, or to send data directly between browsers.
Last synced: 23 Jun 2025
https://github.com/ducksoft/smssenderdroid
基于 WebSocket 的编程控制短信群发系统
anko kotlin kotlin-android ktor websocket
Last synced: 04 Apr 2025
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