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/myfreax/webrtc-typescirpt
A webRTC example with typescript
audio demo example screen typescript webrtc websocket
Last synced: 17 May 2026
https://github.com/pablo-caballero-maria/whope_backend
Backend for Whope, an AI complemented chat bot for psychological assistance
deep-learning django natural-language-processing web-application websocket
Last synced: 17 May 2026
https://github.com/sihamouda/reverse-websocket
A Go reverse-websocket microservice with dashboard using docker-compose
docker docker-compose dockerfile go golang rest websocket
Last synced: 02 Jan 2026
https://github.com/motia/laravel-echo-spa-plugin
A library to simplify the integration of Laravel Echo with your SPA/PWA
javascript laravel-echo laravel-echo-server pwa spa websocket
Last synced: 17 Jul 2025
https://github.com/duckymomo20012/socket-server
Build a simple web page using socket.
Last synced: 17 Jul 2025
https://github.com/symbux/cli
The CLI project is an effort to create a powerful tool to interact with Turbo applications on a deeper level by authenticating and accessing internal monitoring and logging coming from the platform all in real-time, this will be the basis of a user interface in the future for monitoring Turbo applications.
authenti cli cli-app real-time socket typescript websocket
Last synced: 17 May 2026
https://github.com/skymore/roomtalk
💬 Real-time chat system built with WebSocket, Redis, and Socket.io. Supports room creation, message persistence, and multi-language UI.
chat express messaging react real-time redis socketio typescript websocket
Last synced: 01 Mar 2026
https://github.com/hit-7624/squad-draw
Squad Draw is a real-time collaborative drawing app where you and your friends can bring ideas to life on a shared digital canvas. Unleash your creativity with a variety of cool, hand-drawn style shapes and chat with your team in real-time as you collaborate. Create a private room, invite your squad, and start drawing together instantly.
better-auth collaboration-tool collaborative-drawing excalidraw monorepo nextjs real-time-collaboration roughjs socket-io turborepo websocket zod
Last synced: 23 Jul 2025
https://github.com/derrick56007/dart_websockets
dart_websockets is a pure dart library for establishing simple WebSocket servers and clients.
Last synced: 29 Mar 2025
https://github.com/zauberware/botkit-middleware-socket-limiter
Botkit middleware for limiting socket traffic
botkit botkit-middleware chatbot security socket websocket
Last synced: 21 Aug 2025
https://github.com/dleedev365/apricity-serverless-django
[CMPT 474: Web Systems Architecture] An experimental lightweight serverless web application deployed to AWS using Django, Zappa, and PostgreSQL.
aws crud-application django postgresql python3 websocket
Last synced: 30 Apr 2026
https://github.com/rushikeshwaghmare07/socket.io-fundamentals
A comprehensive guide to understanding Socket.IO, covering essential topics such as server connection, real-time applications.
chat-application socket-io socket-server websocket
Last synced: 01 May 2026
https://github.com/kcg-edu-future-lab/presence
VideoMeeting with Collaboration Tools based on Madoi
distributed-sharing madoi typescript videomeeting webrtc websocket
Last synced: 17 May 2026
https://github.com/ln-sergey/gypsygramm
Test task for Tada team
flutter-app flutter-bloc websocket
Last synced: 07 Apr 2026
https://github.com/oschrenk/gol.scala
Game of Life in Scala with Websockets
akka akka-http scala websocket
Last synced: 28 Jun 2025
https://github.com/colagom/kowet
implements STOMP protocol by websocket for KMM (WIP)
kotlin kotlin-multiplatform stomp websocket
Last synced: 20 Jan 2026
https://github.com/yassser0/chatroom
Ce projet est une application de chat public anonyme en temps réel, développée avec Spring Boot, WebSocket (STOMP), Thymeleaf et MongoDB. Il permet aux utilisateurs de rejoindre le chat anonymement, de voir les messages en temps réel, de visualiser les utilisateurs en ligne
chat-app css mangodb spring-boot spring-boot-2 thymeleaf websocket
Last synced: 21 May 2026
https://github.com/ceribe/poke-versus
Websocket based 1v1 Pokémon game
game kotlin ktor ktor-server pokemon poznan-university-of-technology svelte svelte-cubed sveltekit tailwind tailwind-css tailwindcss three-js threejs ts typescript websocket websocket-server websockets
Last synced: 09 Apr 2026
https://github.com/bassemhalim/chatroom
chat room with react + Go
gin-gonic go postgresql react typescript websocket
Last synced: 06 Apr 2026
https://github.com/popand/timerfy
Real-time distributed timer system supporting 50+ concurrent rooms with sub-100ms synchronization. Spring Boot + Redis + WebSocket.
countdown distributed-systems events open-source presentations react real-time redis spring-boot timer websocket
Last synced: 09 Apr 2026
https://github.com/benzinga/webrpc.js
Simple, lightweight RPC framework for JS (Semi-deprecated.)
javascript rpc travis-ci websocket
Last synced: 28 Jun 2025
https://github.com/shine-23/the-weather-app
A real-time Weather App where users can search for any city and receive live weather updates via WebSocket. Each user session manages its own city subscriptions, with automatic cleanup on disconnect. The system combines Spring Boot (REST + WebSocket) and a responsive React frontend.
java reactjs spring-boot weather-app webclient-springboot websocket
Last synced: 15 Jul 2025
https://github.com/cheerlights/cheerlights-websocket-widgets
cheerlights websocket websockets
Last synced: 01 Aug 2025
https://github.com/antash-mishra/open-tunnel
WebSocket tunneling server and client to expose local web servers.
http javascript ngrok-replacement typescript websocket
Last synced: 21 May 2026
https://github.com/thuongtruong109/shakemate
🖇️ Connect to temp peers via internal network without authentication
chat docker docker-compose ejs fastify nodejs p2p p2p-chat peerjs socket video-call websocket
Last synced: 18 Feb 2026
https://github.com/mustafadikyar/golang-gorilla-websocket
Go (Golang) programlama dili kullanılarak oluşturulan basit bir WebSocket sunucusunu içerir. WebSocket protokolünü kullanarak, istemcilerin sunucuyla gerçek zamanlı ve etkileşimli mesajlar gönderip almasını sağlar.
golang gorilla-websocket realtime websocket
Last synced: 14 Jul 2025
https://github.com/dyspersja/websocket-chat
Implementation of Chat application demonstrating real-time communication using WebSockets, written in JavaScript
chat realtime-chat realtime-messaging websocket websocket-chat
Last synced: 14 Jul 2025
https://github.com/pawantech12/all-in-one-hub
All-in-One Tool Hub is an open-source SaaS platform offering essential image, text, CSS, coding, and utility tools. Built with the MERN stack, it features Clerk authentication, subscription-based access, and Razorpay payments. Future updates include AI-powered tools, real-time collaboration, and API access. 🚀
aio allinone clerk express mern-stack mongodb nodejs nodemailer razorpay react react-query react-router-dom redux-toolkit saas saas-we shadcn-ui tailwindcss websocket
Last synced: 10 Feb 2026
https://github.com/whisperpine/walkie-talkie
cloudflare-pages cloudflare-tunnels docker openapi rest-api websocket
Last synced: 16 Apr 2026
https://github.com/ansh0712jul/insta_clone
InstaClone is a full-featured social media platform that allows users to share posts, engage with content through likes and comments, follow other users, and interact via real-time messaging. Built with the MERN stack, it offers a scalable and responsive experience for social media interactions.
cloudinary mern-stack shadcn websocket zod
Last synced: 14 Feb 2026
https://github.com/ayushs2504/robot-kinematics-web-application
This repository provides Javascript (Node, React) code for simulating the kinematics of a SCARA over a web application. The backend stores the robot states and performs the kinematic calculations, while the front end provides a visualization of the robot state and offers tools to interact with or command the robot.
javascript kinematics-control node react robot-control robot-kinematics robotics robotsimulation scara threejs web-development websocket
Last synced: 07 Apr 2026
https://github.com/trivaldo20/vue3-crypto-dashboard
This repository contains the Vue 3 Crypto Dashboard, a tool for tracking cryptocurrency trends. You can easily set it up by cloning the repo and installing the necessary dependencies. 🐙💻
amcharts5 binance binance-api chart cryptocurrency dashboard pinia svg vue vue-crypto-dashboard vue-router4 vue3-composition-api vue3-typescript websocket
Last synced: 23 Jun 2025
https://github.com/ep2p/row-client-starter
Row client starter for springboot
client java spring-boot websocket
Last synced: 16 May 2026
https://github.com/acbikash13/bingo-game
This is a Multiplayer online real-time BINGO Game. Player can join or host the game; it includes real time chat functionality with web sockets
javascript oauth2 real-time websocket
Last synced: 22 Jun 2026
https://github.com/sanwebinfo/deno-webhook-server
Deno Webhook Server is a real-time server application built using Deno. It supports WebSocket connections for real-time updates it includes endpoints for triggering reloads and retrieving messages.
api bulma deno deno-server html javascript typscript webhook webhook-server websocket websocket-server
Last synced: 08 May 2026
https://github.com/yuantsai1115/ar.camera.backend
It is a proof of concept for mixed collaboration between site engineers and officers powered by AR and websocket.
ar bim collaboration construction-management vr websocket webxr
Last synced: 02 Feb 2026
https://github.com/sangtrandev00/nestjs-chat-server
docker docker-compose nestjs-socketio postgresql swagger swagger-ui websocket
Last synced: 08 Apr 2026
https://github.com/rxnew/socket8-js
It is a wrapper for using WebSocket client of JavaScript more conveniently.
Last synced: 02 Jul 2025
https://github.com/tomashubelbauer/node-cdp-ws
Pure Node websocket client
cdp debugger electron websocket
Last synced: 19 May 2026
https://github.com/eeriemyxi/rorica
WebSocket-based chat server with Python, also featuring a React-based static web client with TypeScript.
caddy chat compose docker javascript python react typescript websocket
Last synced: 07 Apr 2026
https://github.com/ahmetkca/golang-chat-app-with-file-sharing
A Chat web application with file sharing capability
docker-compose golang minio websocket
Last synced: 02 May 2026
https://github.com/krondorl/logen
Lottery generator
docker nginx nodejs react typescript vite websocket
Last synced: 21 Jun 2025
https://github.com/okazawa0929/websocket-sample
時間のかかる処理の完了通知をsocket.ioを使って実装したデモアプリ
jotai nextjs shadcn-ui socket-io typescript websocket
Last synced: 04 May 2026
https://github.com/ysskrishna/pixelmotion
A full-stack application built using React, TailwindCSS, FastAPI, Redis, Redis Queue, Docker, and WebSockets. It allows users to generate videos from images with a single click while providing real-time progress updates during the video generation process. The generated videos include animations and background music.
distributed-systems docker docker-compose fastapi package-creation pillow publisher-subscriber pubsub python python-package react reactjs redis redis-queue rq server-sent-events storage-management tailwindcss websocket
Last synced: 07 Apr 2026
https://github.com/gcolajan/modbus-poc
Proof of concept about reading registers from modbus device into a browser with websockets.
Last synced: 21 Jun 2025
https://github.com/amarmuric04/my-portfolio
🌱 Fullstack Developer | Passionate about learning and building with the MERN stack. Check out my projects and growth journey!
backend ci-cd devops ecommerce expressjs frontend fullstack-developer javascript mern-stack mongodb nextjs nodejs open-source portfolio react real-time-apps tailwindcss typescript web-development websocket
Last synced: 06 Apr 2026
https://github.com/dbarochiya/chatapp
Simple chat application with go, react and websocket
chat-application go golang react websocket
Last synced: 11 May 2026
https://github.com/femtotrader/libwebsockets.jl
Julia wrapper for https://libwebsockets.org/
Last synced: 15 Sep 2025
https://github.com/vezem1r/altester
Altester is a robust and scalable educational platform developed as part of a bachelor's thesis, built using a microservices architecture. Designed for educational institutions, it optimizes the entire test lifecycle - from creation and distribution to AI-powered evaluation.
bachelor-thesis docker docker-compose environment-variables java jwt-authentication langchain4j ldap microservices postgresql react real-time-chat real-time-notifications redis spring-mail springboot springsecurity websocket websockets
Last synced: 07 Apr 2026
https://github.com/shuklansh1/sockettestapp
jetpack-compose kotlin socket-io websocket
Last synced: 09 May 2026
https://github.com/thevurv/vendetta-e2
Discord Bot Library for Expression2 that requires VExtensions and GWSockets/Websocket Core.
discord discord-api discord-bot-framework garrysmod vextensions websocket wiremod
Last synced: 21 Jun 2025
https://github.com/efe-eroglu/financial-dashboard-backend
The backend side of the app that allows users to follow cryptocurrency markets in real time, create personal watchlists and manage price and news feeds.
cryptocurrency dashboard finance golang websocket
Last synced: 11 Jul 2025
https://github.com/drakmord2/react-native-ws-sandbox
Real-Time React Native app using ExpressJS Websocket server
expressjs node-js react-native real-time websocket
Last synced: 07 Apr 2026
https://github.com/thiagohrcosta/real-time-communication
The Real Time Communication project is a part of the Python Developer formation at Rocketseat. The primary goal is to create and practice Websockets in payment methods, enabling real-time updates on pages as soon as the payment gateway confirms transactions.
flask-application pytest python websocket
Last synced: 02 Jul 2026
https://github.com/polvallverdu/shoppinglist-server
Websocket for my Shopping List app.
Last synced: 24 Jul 2025
https://github.com/amsh4/livesketch
Real-time collaborative drawing app with React UI, Elixir backend, and Python analytics. Enables seamless sketching, anomaly detection, and scalable infra.
devops docker elixir functional-programming isolation-forest pandas phoenix python react websocket
Last synced: 07 Apr 2026
https://github.com/yekta-smart/laravel-iot-websocket
This package provide you a websocket (base on laravel-s package) to talk to your IOT devices in your chosen data protocol!
Last synced: 11 Jan 2026
https://github.com/bfatoms/dsockets
simple implementation of a websocket chat server using d language
Last synced: 01 Aug 2025
https://github.com/ahmedambadi/echochat
This is my very first proper Github repo. aimed at properly understanding and learning web frameworks and understanding different communication protocols. this is a text messaging web app primarily created with Javascript frameworks and postgresSQL
expressjs html javascript nodejs postgressql reactjs tailwindcss websocket websockets
Last synced: 05 Apr 2026
https://github.com/subhashladumor1/laravel-socket.io
💬 Real-time chat application built with Laravel & Socket.IO. Features WhatsApp-like UI, instant messaging, online status, typing indicators, and message receipts. Perfect for learning real-time web development.
bootstrap chat-application chat-interface instant-messaging javascript laravel laravel-framework laravel-tutorial learning-project nodejs online-status php real-time-chat real-time-communication socket-io socket-io-chat-app web-development websocket whatsapp-clone whatsapp-clone-app
Last synced: 07 Apr 2026
https://github.com/gbroques/filesystem-websocket-notifier
Notifies a WebSocket connection about filesystem changes.
filesystem-events filesystem-monitoring websocket websocket-application websocket-client websockets
Last synced: 08 Jul 2025
https://github.com/vanheemstrasystems/home-assistant-websocket
Home Assistant - Websocket
Last synced: 04 Jan 2026
https://github.com/chen-abudi/tic-tac-toe-realtime
🕹️ Challenge your friends in real-time Tic Tac Toe! Smooth turns, live updates, and a slick UI inspired by Figma — All in one fun little package.
design-system express javascript modular-architecture monorepo nextjs nodejs react socket-io storybook tailwindcss test-client typescript vite websocket yarn-workspaces zustand
Last synced: 07 Apr 2026
https://github.com/skamranahmed/estimatex-server
estimatex-server is the backend component for estimatex, enabling real-time story point estimation through WebSocket communication.
golang planning-poker realtime-communication websocket
Last synced: 04 Aug 2025
https://github.com/michaldziuba03/websockets
Websocket protocol implementation for server from scratch.
protocol real-time realtime websocket websockets websockets-server ws
Last synced: 03 Oct 2025
https://github.com/rajput-vinay/drawflow
🚀 DrawFlow is an interactive whiteboarding tool inspired by Excalidraw. It enables real-time drawing, collaborative editing, and seamless state management. Whether you're brainstorming ideas, diagramming workflows, or sketching wireframes, DrawFlow provides a smooth and intuitive experience.
expressjs nextjs nodejs postgresql prisma-orm reactjs turborepo typescript websocket
Last synced: 08 Apr 2026
https://github.com/hivesolutions/pushi
Simple yet powerful infra-structure for handling of WebSocket connections
notifications push pushi realtime websocket
Last synced: 08 Jan 2026
https://github.com/nasim-raj-laskar/real-time-aircraft-engine-predictive-maintenance-system
GRU-based aircraft engine Remaining Useful Life (RUL) forecasting platform with Redis-backed online feature serving, streaming telemetry ingestion, batched WebSocket inference, Prometheus/Grafana observability, Evidently drift monitoring, and containerized MLOps infrastructure.
docker evidently-ai grafana gru mlops prometheus pyflink redis rul s3 stream-processing tensorflow time-series vuejs websocket
Last synced: 11 Jun 2026
https://github.com/anoff/mobcards
cardgames made for smartphones
card cards-against-humanity game mobcards socket-io vue webdev websocket
Last synced: 20 Apr 2026
https://github.com/rajtilak-2020/Portfolio-V4
Minimalist developer portfolio using Next.js 14, React, TailwindCSS, Shadcn UI and Magic UI
css3 html5 javascript magicui mdx mit-license nextjs nextjs14 nodejs open-source portfolio react shadcn-ui tailwindcss typescript vercel webdevelopment websocket
Last synced: 30 Dec 2025
https://github.com/panastasiadis/crowd-density-heatmap
This is a front-end web application written in JavaScript that uses the Leaflet library to display a heatmap layer of the crowd of Das Fest 2018 over the corresponding map location.
crowd-simulation das-fest-2018 front-end heatmap javascript leaflet real-time-data trilateration visualization websocket
Last synced: 03 May 2026
https://github.com/pabloreszczynski/phoenix-client
Clojure implementation of the Phoenix Framework client
Last synced: 11 Jul 2025
https://github.com/njasm/blunt
Highly opinionated way to build asynchronous Websocket servers with Rust
asynchronous network-programming opinionated rust rust-lang tokio websocket websockets
Last synced: 06 Apr 2025
https://github.com/naiemofficial/laravel-realtime-chat
A real-time video chat application built with Laravel, Vite, and Pusher for instant messaging and video calls.
laravel livewire pusher realtime-chat realtime-communication reverb webrtc websocket
Last synced: 07 May 2026
https://github.com/oudyworks/backend
a backend framework
frameworks graphql http nodejs web websocket
Last synced: 11 May 2026
https://github.com/lukajioshvili20/rust-websocket-server
A lightweight WebSocket echo server built with Rust using Tokio and tokio-tungstenite.
echo-server rust toki tungstenite websocket
Last synced: 13 Jul 2025
https://github.com/dmitriiviktorov/instantmessages
Instant messaging service. FastApi + Websocket + Postgresql + Redis + Celery. Register and chat with other users.
aiogram-bot alembic celery docker fastapi nginx postgresql redis websocket
Last synced: 08 Apr 2026
https://github.com/tans105/websocket-demo-server
A simple websocket based server for a chat app
chat chat-application java spring-boot spring-websocket websocket websocket-application websocket-server
Last synced: 18 May 2026
https://github.com/cyan903/ws-gui
A simple cross-platform gui for sending/receiving websockets using fyne.
cross-platform debugging-tool fyne gui websocket
Last synced: 17 Mar 2025
https://github.com/suthar345piyush/realtime-tracker
An real time tracker on the map , with the perfect location of two things , built using Nodejs , Expressjs , socket.io , openstreetmap & Leaflet.
backend ejs expressjs leaflet nodejs openstreetmap-data socket-io webdevelopment websocket
Last synced: 11 Apr 2026
https://github.com/ppogulailo/node-socket-chat
Node js training project, websocket
nodejs react real-time websocket
Last synced: 01 May 2026
https://github.com/lovesaroha/lchat
A simple group chat app implemented using WebSockets.
Last synced: 09 May 2026
https://github.com/ehsanmanafi/meetup-rsvp
An examination of the meetup rsvp stream analysis
java kafka mongodb spark spring-boot webflux websocket
Last synced: 05 May 2026
https://github.com/mudssrali/wsgrok
WebSocket API wrapper for creating and managing WebSocket connections
real-time websocket websocket-api wss
Last synced: 11 May 2026