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-05 00:28:17 UTC
- JSON Representation
https://github.com/grzegorzpacewicz/gj-chat
The app to chat
tailwind typescript vite websocket
Last synced: 05 Apr 2026
https://github.com/mottamarcio/supersoniq
SupersoniQ is a lightweight and high-performance messaging broker built with TypeScript. Designed for speed and flexibility, SupersoniQ leverages HTTP/2 for efficient API interactions and offers configurable support for WebSockets and data persistence using LevelDB, allowing developers to tailor the system to their specific needs.
fastify http2 in-memory leveldb lightweight message-broker message-queue nodejs nosql queue typescript websocket
Last synced: 18 Apr 2026
https://github.com/shubhamd99/nodejs-socket-io
Web Sockets Chat App (Socket.io)
chat-application nodejs realtime-messaging socket-io socket-programming websocket
Last synced: 18 Apr 2026
https://github.com/phpxcoder/lanyard
🏷️ Expose your Discord presence and activities to a RESTful API and WebSocket in less than 10 seconds
discord discord-rpc elixir websocket
Last synced: 19 Apr 2026
https://github.com/soumya9832/chitchat_app_client
ChitChat: A Comprehensive End-to-End Chat and Video Call Application
android chat-application kotlin material-ui mysql retrofit video-calling-app webrtc websocket
Last synced: 20 Apr 2026
https://github.com/szsascha/go-realtime-server
Create a server to handle websocket requests in realtime with go.
go golang networking realtime websocket
Last synced: 04 Jun 2026
https://github.com/kzamanbd/laravel-reverb
Reverb is a first-party WebSocket server for Laravel applications, bringing real-time communication between client and server directly to your fingertips
Last synced: 20 Apr 2026
https://github.com/aliltrp/sharemovie
Real-time video and chat application using NestJS, featuring WebSocket.
nestjs nestjs-backend prisma socket-io websocket
Last synced: 20 Apr 2026
https://github.com/ax-sh/see-this
an experiment to understand websocket and socketio, just drag and drop an image to populate it to every client connected
nextjs socket-io socket-io-server websocket
Last synced: 21 Apr 2026
https://github.com/kimseogyoung/csharpchattingserver
C# Socket/WebSocket ChattingServer + Redis PUB/SUB Example
Last synced: 21 Apr 2026
https://github.com/ilham89/vue-graphql
apollo-client graphql vue3 websocket
Last synced: 05 Jun 2026
https://github.com/vavarm/websocket-chat-client-page
chat html javascript websocket
Last synced: 23 Apr 2026
https://github.com/meraf00/agora-meet
Versatile app for virtual meetings and real-time collaboration
golang sveltekit webrtc websocket
Last synced: 24 Apr 2026
https://github.com/fabo2303/springboot-aws-dynamodb-postgresql
Task and climate data management app on AWS, using Spring Boot, WebSockets, DynamoDB, and PostgreSQL for real-time updates and global climate data.
aws-dynamodb aws-ec2 aws-rds html-css-javascript java spring-boot springboot websocket
Last synced: 24 Apr 2026
https://github.com/emanuelegreco29/codex_naturalis_polimi_ingsw_project
Politecnico di Milano - Ingegneria del Software Project - AY 2023/24
cli client-server game gui html java polimi polimi-projects politecnico-di-milano project rmi tui websocket
Last synced: 06 Jun 2026
https://github.com/nice-winter/nihuawocai
新浪微博小游戏“你画我猜”的复刻版,俗称“渣浪画猜”、“旧版画猜”。
canvas-game drawguess nuxt webgame websocket
Last synced: 06 Jun 2026
https://github.com/nikoo-asadnejad/online-chat-app
A real time chat application
chat chat-application chatroom javascript js react reactjs real-time realtime signalr websocket websockets
Last synced: 26 Apr 2026
https://github.com/gonzofish/ws-chat-client
A small chat client that uses websockets
chat chat-application javascript toy toy-project vanilla-javascript vanilla-js websocket websockets
Last synced: 26 Apr 2026
https://github.com/max-pfeiffer/rust-web-rcon
Docker image and Helm chart providing the websocket Rcon client from Facepunch. Multi arch: linux/amd64, linux/arm64
helm helm-chart kubernetes rcon rcon-client rust websocket
Last synced: 27 Apr 2026
https://github.com/andersondev17/scorez-websockets
Express + Postgress for live match commentary with Websocket broadcast channel. Focus on WS patterns (heartbeats, backpressure, message validation, subscriptions)
Last synced: 27 Apr 2026
https://github.com/pedro-demeu/chat_django
Criando um chat realtime com django framework
chat-realtime django fullstack-development websocket
Last synced: 27 Apr 2026
https://github.com/terry-chao/gin-chat-demo
使用gin, websocket, mongodb打造的即时通信后台, 可以实现单聊、群聊、好友管理等功能
Last synced: 28 Apr 2026
https://github.com/jornatf/grab-my-button
My first react game.
framework game node node-js node-server react react-game react-js socket-io typescript typescript-react websocket
Last synced: 28 Apr 2026
https://github.com/clarius/websocketeer
Official docs site for https://github.com/devlooped/WebSocketeer
azure dotnet websocket websockets
Last synced: 28 Apr 2026
https://github.com/09nine90/kafkawebsocketsample-springboot
java kafka spring-boot websocket
Last synced: 28 Apr 2026
https://github.com/telattar/restauranto
A NestJS REST API for managing restaurants and orders. Includes caching, validation, and real-time updates via WebSockets.
Last synced: 29 Apr 2026
https://github.com/auraluvsu/websocket-chat
Websocket based chat service complete with both server and client side files, complete with relational database for storage
backend backend-development backend-go chat-application client-server go go-developer go-websocket golang messaging mysql mysql-database relational-databases sql websocket websocket-application websocket-chat websocket-client websocket-connection websocket-server
Last synced: 29 Apr 2026
https://github.com/eibens/wsfs
WebSocket server (ws) that broadcasts file system (fs) events to its clients.
deno events fs server typescript web websocket
Last synced: 29 Apr 2026
https://github.com/shiftyx1/quasar
Открытая платформа для корпоративного и образовательного обмена сообщениями в реальном времени с возможностью развертывания на собственных серверах. Безопасное, бесплатное решение для внутренних коммуникаций.
chat javascript on-prem websocket
Last synced: 29 Apr 2026
https://github.com/pacna/chillax
A versatile software that enables you and your friends to enjoy synchronized YouTube video watching, whether you're using a single device or multiple devices.
golang lit typescript websocket
Last synced: 29 Apr 2026
https://github.com/ronakbediya310/web-based-terminal-emulator
A real-time, cross-platform web terminal with file copy support, built using Node.js, WebSockets, and node-pty. This server allows users to interact with a shell via a web UI and copy files/folders between paths through the browser.
html-css-javascript http-server linux node-pty nodejs npm websocket xterm-js
Last synced: 29 Apr 2026
https://github.com/ebowwa/ai-proxy-core
Minimal, stateless AI service proxy for Gemini and other LLMs
ai api-proxy async gemini library llm multimodal ollama openai opentelemetry python websocket
Last synced: 29 Apr 2026
https://github.com/424nkita-csharsfta4/clone_game_agario
Игра для всех
client-server express free-to-play game-development multiplayer server websocket
Last synced: 29 Apr 2026
https://github.com/chattalk/chat-msa-participant
실시간 통신 기반 트래픽 제어 프로젝트 - MSA 채팅 참여관리
java redis redis-pubsub spring spring-security springboot websocket
Last synced: 30 Apr 2026
https://github.com/jkaninda/okapiws
Okapi WebSocket is a lightweight, framework-agnostic WebSocket package focused on developer experience and clean APIs
go-websocket go-websocket-server websocket
Last synced: 08 Jun 2026
https://github.com/rialparmar1777/metrics-dashboard
Metrics-Dashboard - A FullStack analytics dashboard that shows historical performance of tech stocks. Tech Stack: Vite+React, Axios, Chart.js, RestFull APIs, Tailwind CSS. Backend: Firebase, FireStore Database and Authentication.
axios-restful chart-js cors finnhub-stock-api firebase-authentication node-cache nodejs rate-limiting react tailwindcss vite-react websocket websocket-server
Last synced: 30 Apr 2026
https://github.com/sohei-t/training-content-progress-tracker
FastAPI + Vue.js 3 のリアルタイム研修コンテンツ進捗ダッシュボード。WebSocket 通信、ファイル監視、自動更新
dashboard fastapi file-monitoring full-stack python real-time vue3 websocket
Last synced: 01 May 2026
https://github.com/georgianastanea/energy-management-application
jwt-token rabbitmq spring-boot spring-security websocket
Last synced: 01 May 2026
https://github.com/mini-gear/realtime-chat-app-react-fullstack
express full-stack reactjs realtime websocket
Last synced: 01 May 2026
https://github.com/scrntprcrz/web-p2p-taskzz
WEB P2P Taskzz is a local-first tasks app that syncs peer-to-peer over WebRTC. Socket.IO is used only for signaling while your data stays in the browser.
datachannel javascript local-first nodejs p2p socketio web webrtc websocket
Last synced: 01 May 2026
https://github.com/aviroop41/wasm-extension
A Chrome extension that runs WebAssembly code and communicates with a WebSocket server.
chrome-extension webassembly websocket
Last synced: 02 May 2026
https://github.com/geocine/bubble
chat application built with Web Components and Go
chat go webcomponents websocket
Last synced: 02 May 2026
https://github.com/yarsawyer/lattice
Ephemeral post-quantum encrypted 1:1 chat and file transfer. ML-KEM-768 + X25519 hybrid key exchange, XChaCha20-Poly1305 encryption, Rust/WASM crypto, zero persistence.
axum end-to-end-encryption ephemeral-chat file-transfer fips-203 hkdf hybrid-encryption ml-kem ml-kem-768 post-quantum-cryptography privacy react rust secure-messaging wasm webassembly websocket x25519 xchacha20-poly1305
Last synced: 02 May 2026
https://github.com/sh13y/secure-chat
A real-time secure chat application with end-to-end encryption built with TypeScript, React, Node.js, and MongoDB
chat-application encryption jwt mongodb nodejs react real-time secure-chat typescript websocket
Last synced: 02 May 2026
https://github.com/exanubes/api-gateway-websocket-api
An AWS Api Gateway Websocket API implementation using Pulumi
aws pulumi typescript websocket websockets
Last synced: 02 May 2026
https://github.com/datsfilipe/support-chat
An realtime support chat app using Node, Express and websocket.
express nodejs typescript websocket
Last synced: 02 May 2026
https://github.com/mkhuda/gowes-pingpong
Golang Websocket PingPong Latency Test
golang melody ping-pong websocket
Last synced: 09 Jun 2026
https://github.com/camilosampedro/lights-on
Scala/ScalaJS + Play Framework + MQTT: Switching a led mounted in an Arduino
mqtt play-framework scala scalajs websocket
Last synced: 03 May 2026
https://github.com/caio-andres/real-time-chat
Real-time chat | Back-end: NestJS + TypeScript + Websockets | Front-end: React with Vite + TypeScript
api json nestjs nestjs-backend react socket-io typescript vite websocket
Last synced: 03 May 2026
https://github.com/ejfkdev/shellanywhere
Secure remote shell access from any browser — WebRTC/WSS transport, E2EE, multi-session, mobile-friendly web terminal
e2ee react remote-shell rust terminal web-terminal webrtc websocket
Last synced: 03 May 2026
https://github.com/vishalcodez/discord-fake-mute-deafen-vc-bug
With This Code You Can Make Your Friends Fool ...!!
discord discord-bot discord-js discord-music-bot discordbug discordglitch discordhack discordhacking discordtrick discordvoicehack javascript musicbotdiscord repl websocket
Last synced: 03 May 2026
https://github.com/yasamin-khodarahmi/dash-realtime-table
A Dash application that provides real-time table management capabilities using Python, Redis, and WebSocket
dash dashplotly python3 redis socket-io websocket
Last synced: 03 May 2026
https://github.com/xuyi-tongji/yebfront
element-ui vue vue-router vuex websocket
Last synced: 03 May 2026
https://github.com/danekf/web-socket-exploration
Self guided exploration and writeup about web sockets. Explanation, use and examples
Last synced: 03 May 2026
https://github.com/micilini/php-websockets
Native PHP WebSocket and realtime chat foundation built from scratch with PHP sockets. Includes chat examples, private rooms, bot hooks, storage adapters and optional Laravel integration.
chat chat-application laravel laravel-package php php-socket php-websocket private-chat realtime realtime-chat sockets websocket websocket-server websockets
Last synced: 09 Jun 2026
https://github.com/aykevl/domos
Domotica server (home automation backend)
home-automation mqtt websocket
Last synced: 04 May 2026
https://github.com/anikhasibul/chatter
Simple anonymous chat app demo using golang and websocket ;)
anonymous-chat chat-app chatter golang postgresql real-time websocket
Last synced: 04 May 2026
https://github.com/saibarathr/watch-together
/*In Development learning in-depth about WebRTC */. Personal passion project. Use Case: Watch videos/movies together with your friends & family from any where in the world together using your local videos or any streaming service..
babel react spring-boot webpack5 webrtc-video websocket
Last synced: 04 May 2026
https://github.com/fikriaf/ai-vision-web
This is an AI-powered waste classification application that uses computer vision to detect and categorize different types of waste materials.
fastapi fullstack-ai object-detection react realtime waste-detection websocket yolov8
Last synced: 04 May 2026
https://github.com/marialuizaleitao/codedocs-websocket
Real-time collaborative text editor implementing WebSocket communication for document synchronization.
Last synced: 05 May 2026
https://github.com/gurkengewuerz/mqtt-server
MQTT v3/v5 server written in golang using mochi-co/mqtt
golang iot mqtt mqtt-broker mqtt-server mqtt-smarthome mqtt5 mqttv3 mqttv5 tcp websocket
Last synced: 05 May 2026
https://github.com/tkw1536/wssecho
A quick and dirty web socket echo server
Last synced: 05 May 2026
https://github.com/mariyazakharova73/next-red-social
чат на websocket с бэкендом на strapi
nextjs react react-hook-form react-query strapi-cms tailwind ts websocket
Last synced: 05 May 2026
https://github.com/toth2000/convoai
A website to interact with a custom language model
expressjs html-css javascript nodejs react websocket
Last synced: 05 May 2026
https://github.com/nabeel-ahmed-jamil/scheduler1
The process used for scheduler on a different time ui (UI-MODIFY-ANALAYTICS-SCREEN CURRENT BRANCH)
angular2 deprecated-repo npm typescript webpack websocket
Last synced: 05 May 2026
https://github.com/iamber12/chat-app-with-websocket-and-go
Chat application built with Go, leveraging WebSockets for real-time bi-directional communication between clients and the server.
golang gorilla-websocket websocket
Last synced: 05 May 2026
https://github.com/rahul-sahani04/onlyus
anonymous chat-application nodejs omegle react socket-io websocket
Last synced: 06 May 2026
https://github.com/fahrimz/chat_be_express
Backend part for chat app. Built with express.
backend chat express pnpm typescript websocket
Last synced: 06 May 2026
https://github.com/suicidekingg/up-chat
Chat Room Application using Socket.io and Node JS. A practice ground for myself to improve my web sockets and nodejs skills.
css html javascript nodejs socket-io websocket
Last synced: 06 May 2026
https://github.com/tejasvi541/gocoll
Video Calling App Using Go
fiber go golang javascript pion webrtc websocket
Last synced: 06 May 2026
https://github.com/ravening/bitvavo-trading
Java app to fetch data from bitvavo trading system
bitcoin bitvavo bitvavo-trading java spring-boot spring-cloud-config websocket
Last synced: 06 May 2026
https://github.com/vaidik24/real-time-stock-price-tracker
The Real-Time Stock Price Tracker is a dynamic web app that allows users to monitor stock prices, manage personalized watchlists, and receive instant alerts via email and SMS. Built with React and Node.js, it leverages real-time data for informed investments.
express express-rate-limit javascript jwt-authentication nodemailer react tailwind-css twilio websocket
Last synced: 07 May 2026
https://github.com/anibalalpizar/react-express-socketio
Real-time Chat web application using React and Socket.io
chat-application express react socket-io websocket
Last synced: 07 May 2026
https://github.com/thelostleo/ros_fishtank_bot
This is a Fish tank cleaning system that uses ROS1 to make a master slave system that allow for swarm kind bot cleaning system
raspberry-pi ros ros-noetic rospy websocket
Last synced: 07 May 2026
https://github.com/burakbehlull/discordjs-framework
@burxk/discordjs, A minimal Discord Client is a simple and extensible Discord bot framework
discord-client discord-framework discordapp discordjs javascript npm-package websocket
Last synced: 07 May 2026
https://github.com/userjhansen/json-diff-websocket-server
deno json json-api websocket websocket-server
Last synced: 08 May 2026
https://github.com/yevheniidatsenko/goit-cs-hw-06
💾 Hometask - Computer Systems (Final Assignment)
docker goit-cs-hw-06 mongodb python3 websocket
Last synced: 09 May 2026
https://github.com/anubhavick/t.lob
a website that let you make website from prompt
express llm react saas stackbit webcontainer websocket
Last synced: 09 May 2026
https://github.com/atharmohammad/chat-e
A Chat Channel for People to chat with each other in different public rooms
django djangochannels javascript reactjs websocket
Last synced: 09 May 2026
https://github.com/zyazosk/seculogrt
A real-time Linux Security Event Monitoring System built and tested on Arch Linux, using a FastAPI WebSocket backend and a React frontend.
arch-linux fastapi linux-security log-analysis reactjs real-time-monitoring websocket
Last synced: 09 May 2026
https://github.com/arjunan-k/byteping
Byteping is a real time chat application which supports both one on one and group messaging.
nextjs styled-components typescript websocket
Last synced: 09 May 2026