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-25 00:30:36 UTC
- JSON Representation
https://github.com/The-L3rNa3aN/WebSockets_SimpleClientServer
Just a simple chat app between a client and server using websockets.
javascript node node-js nodejs websocket websockets websockets-chat websockets-client websockets-server websocketserver
Last synced: 16 Aug 2025
https://github.com/yplog/ticktockbox
ticktockbox is a lightweight API service written in Go, designed for time-sensitive data delivery.
Last synced: 28 Mar 2025
https://github.com/nike-sg/ask-me-anything
A Forum for questions
go postgresql react reactjs vite vitejs websocket
Last synced: 11 Apr 2026
https://github.com/walshyb/whiteboard
My own Muro / Excalidraw clone to learn about HTML canvas, web sockets, and Golang
canvas go-channels golang mongodb protobuf react redis terraform websocket
Last synced: 09 Apr 2026
https://github.com/uniquemo/ws-server
Websocket server implemented with Nodejs.
Last synced: 19 Jul 2025
https://github.com/corpix/wscat
Command line websocket consumer and producer, simple as hell
golang websocket websocket-cli
Last synced: 17 Feb 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/saintchurch/sussy_together
Build multiplayer games with the Sussy Together Game Engine. Enjoy modding, real-time sync, and GPU acceleration for a smooth gaming experience. đđģ
dart dont-starve-together ecs game-engine modding multi-threading multiplayer physics-engine real-time websocket
Last synced: 18 Jul 2025
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/yuberlinets/transactions-fraud
Fraudulent Transaction detection
analysis docker-compose fastapi fraud-detection java kafka kafka-streams ml mongodb nginx python react real-time rest-api sockjs spring spring-boot typescript websocket
Last synced: 10 Apr 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/uwon0625/nbagames
NBA live score and alerts
aws cloudformation dynamodb eventbridge express iac jest lambda nestjs nextjs powershell reactjs redis restful-api storybook tailwindcss terraform typescript unittest websocket
Last synced: 10 Apr 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/yano3nora/channels-chat-example
Chat app example on WebSocket, using channels of Django and Redux Saga.
celery django django-channels react redis redux redux-saga uvicorn uwsgi websocket
Last synced: 10 Apr 2026
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/shubhisri15/ahoylove
WIP WIP WIP: A web app / chrome extension that lets you track your long distance maritime officer lovers location and current timezone, and also set a countdown for their homecoming.
ais ais-data axios cheerio css html-css-javascript javascript nodejs reactjs tailwindcss web-scraping websocket
Last synced: 10 Apr 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/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/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/dco371/bitget
Bitget is a leading global digital asset trading platform that offers users a secure, efficient, and user-friendly experience for trading cryptocurrencies and digital assets. With advanced features like spot and futures trading, Bitget provides traders with the tools they need to navigate the volatile cryptocurrency markets effectively.
algorithmic-trading arbitrage bitget bitget-api-client cryptocurrencies cryptocurrency-prices dotnet fundingrate futures huobi okx phemex webhook websocket
Last synced: 19 Aug 2025
https://github.com/dimasmiftah/chat-socket
A simple chat app that uses Socket.io as an implementation example of WebSockets.
express nodejs socket-io websocket
Last synced: 10 Apr 2026
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/ln-sergey/gypsygramm
Test task for Tada team
flutter-app flutter-bloc websocket
Last synced: 07 Apr 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/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/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/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/hayanisaid/chatapp
a simple chat app using socket.io and node.js
backend-webdevelopment chatapp chatapplication expressjs html javascript nodejs socket-io webapp websocket
Last synced: 10 Apr 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/shubsi26/connectify
An opensource MERN WEBRTC project for real time video calling
express expressjs mongodb nodejs react reactjs recoil videocall webrtc webrtc-call webrtc-signaling webrtc-video websocket
Last synced: 10 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/ofelipelucca/calculafaltas
Uma calculadora de faltas para o ensino superior, com base em matÊrias com carga horÃĄria de 30, 60 e 90 horas. (Estudo de Electron-React)
calculator client-server css electron electron-react electron-react-typescript faltas framework full-stack html javascript nodejs python react typescript universidade university websocket
Last synced: 10 Apr 2026
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/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/nguyencoder11/qldkilichtiem
Building a vaccine and vaccination management system VAXMS
dialogflow-agent mysql websocket
Last synced: 21 Aug 2025
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/santidotio/tv-remote
Control TV from web interface
cec cec-client hdmi hdmi-cec home-automation websocket
Last synced: 18 Nov 2025
https://github.com/moizeali/visual_odometry
Visual Odometry Pipeline for Autonomous Urban Mobility
autonomous-systems benchmark computer-vision euroc-dataset fastapi feature-detection image-processing javascript kitti-dataset machine-learning opencv pose-estimation python rest-api slam threejs trajectory-tracking tum-dataset visual-odometry websocket
Last synced: 10 Apr 2026
https://github.com/zucchellidaniele/mecanumpi
Questo repository è per un progetto scolastico, questo progetto è basato su un robot con ruota Mecanum e un'interfaccia web per controllarlo. Questo non è un sito Web pubblico ma un sito Web privato in esecuzione sul Raspberry Pi
mecanum-wheel nodejs python raspberry-pi raspberry-pi-camera robotics website websocket
Last synced: 10 Apr 2026
https://github.com/Tireon003/instant-messaging-app
A simple real-time chatting full-stack application.
aiogram3 aiohttp alembic celery fastapi-sqlalchemy full-stack messanger postgresql react redis tailwindcss websocket
Last synced: 22 Aug 2025
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/kaysting/websocket-file-upload
An experiment in which you can upload files over a websocket.
express express-ws nodejs websocket ws
Last synced: 19 Apr 2026
https://github.com/tomashubelbauer/node-cdp-ws
Pure Node websocket client
cdp debugger electron websocket
Last synced: 19 May 2026
https://github.com/jagthefriend/go-chat-app
A simple chat app (backend only) built using Golang
Last synced: 22 Aug 2025
https://github.com/codytseng/another-nestjs-ws-adapter
another nestjs ws adapter
Last synced: 03 May 2026
https://github.com/shahidullah-muffakir/uxlivetrace
Real-time, open-source UX tracking toolkit with SDK, WebSocket backend, and dashboard, capture and visualize user interactions live to improve debugging and user experience.
developer-tools javascript npm npm-package open-source real-time sdk ux websocket
Last synced: 20 Jan 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/derens86/famnotify
FamNotify is a real-time family notification system
express nodejs realtime-chat tailwindcss vuejs websocket
Last synced: 10 Apr 2026
https://github.com/rubikon02/minesweeper-3d
Multiplayer Minesweeper 3D made in Three.js and Kotlin
heroku javascript kotlin postgresql spark threejs webpack websocket
Last synced: 13 Apr 2026
https://github.com/mohamadanasfattoum/simple-ai-chat
simple AI Chat with Flask and Langchain & Ollama
bootstrap5 css html javascript jquery langchain ollama websocket
Last synced: 10 Apr 2026
https://github.com/just1689/swoq
Scale by Websocket over Queues
go gorilla-mux nats scale websocket
Last synced: 24 May 2026
https://github.com/krondorl/logen
Lottery generator
docker nginx nodejs react typescript vite websocket
Last synced: 21 Jun 2025
https://github.com/altanis/discord-gateway-wrapper
A minimalistic wrapper around the Discord API.
discord discord-api websocket wrapper
Last synced: 12 Apr 2026
https://github.com/jimseiwert/conduit
Self-hosted HTTP tunnel with request inspection and replay. Forward traffic through your own relay, watch live requests in VS Code, and replay them on demand. CLI + relay server + VS Code extension.
bun cli developer-tools devtools fastify http-debugging open-source relay request-inspection request-replay self-hosted tunnel typescript vscode-extension webhook-debugger websocket
Last synced: 18 Apr 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/kaiaverkvist/kondo
Kondo provides a simple to use Websocket server and client based on Melody, with strongly typed message handling
client game gameserver go golang melody server websocket
Last synced: 20 Feb 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/septemus/online-chatroom
online chatroom implemented using server side renderingđ¤.Supports text messageđ,sending imagesđ,sending filesđī¸,video callingđ,voice callingđ
antde nodejs react ssr typescript websocket
Last synced: 09 May 2026
https://github.com/mrtcode/opstream
Wrap other transports to have a reliable packet stream
polling socket-io sockjs websocket
Last synced: 10 Feb 2026
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/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/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/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/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/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/yildiz-online/engine-server
authentication game-engine network physics websocket yildiz-engine
Last synced: 12 Jan 2026
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/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/pabloreszczynski/phoenix-client
Clojure implementation of the Phoenix Framework client
Last synced: 11 Jul 2025
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/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/rapax00/bitcoin-ticker-ws-server
A simple WebSocket server to help esp32 projects.
arduino bitcoin esp32 websocket
Last synced: 13 Apr 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