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-01 00:30:48 UTC
- JSON Representation
https://github.com/hypersolution1/clearthru
This is a communication library that provides remote procedure calls (RPC) and events over websocket
communication nodejs promise rpc-library websocket
Last synced: 16 Feb 2026
https://github.com/dps0340/nodechatroom
Let's Chat!
chat chatroom websocket websocket-chat websocket-client websocket-server
Last synced: 06 Jan 2026
https://github.com/yusank/batman-server
simple chat example using websocket, msgpack in go and javascript
golang javascript msgpack websocket
Last synced: 22 Apr 2026
https://github.com/crolang-p2p/crolang-p2p-node
The official Kotlin Multiplatform Crolang Node implementation for the CrolangP2P project.
cross-platform distributed-systems framework java javascript jvm kotlin kotlin-multiplatform nodejs p2p typescript websocket
Last synced: 20 Jan 2026
https://github.com/signalcoding/signal-sentinel-scanner
MCP & Agent Skill Security Scanner - OWASP Agentic AI Top 10 + MCP Top 10 Compliant. 21 security rules scanning MCP server configurations and SKILL.md packages for vulnerabilities.
agent-skills agentic-ai ai-agents cli dotnet mcp owasp scanner security skill-scanning websocket
Last synced: 10 Apr 2026
https://github.com/rustkas/websocket-examples
Examples of using WebSocket (dart:io, dart:html)
Last synced: 28 Apr 2026
https://github.com/mojoatomic/rdcp
RDCP - Rate-limit Discovery and Control Protocol. Dynamic rate limit management for distributed systems via JSON over HTTP/WebSocket.
api-management api-protocol backend developer-tools distributed-systems http-api json-protocol metrics microservices monitoring multi-tenant observability protocol quota-management rate-limiting rate-limits real-time-metrics throttling websocket
Last synced: 15 May 2026
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/bragdond/encoder-wheels
arduino control-systems cpp motor-controller project remote-control scss typescript webserver websocket
Last synced: 08 Apr 2026
https://github.com/musauyumaz/signalr
https://www.youtube.com/playlist?list=PLQVXoXFVVtp3RSycdru4WpnfPEOFxONiX
asp-net-core bi-direction-streaming client-server data-transfer http2 hub ihubcontext microsoft real-time-server rpc signalr tcp websocket
Last synced: 21 Mar 2025
https://github.com/upsub/cli
Command line interface for UpSub
cli message-bus real-time upsub websocket
Last synced: 17 Feb 2026
https://github.com/fitomad/websockets
WebSockets & Tornado
html5 javascript python python-2 tornado tornado-websocket websocket websockets
Last synced: 18 May 2026
https://github.com/mario-r-aguilar/chat
Aplicación para chatear basada en el funcionamiento de websockets
app backend bootstrap chat express handlebars javascript node-js socket-io websocket
Last synced: 07 Apr 2026
https://github.com/allan-nava/kafkajs-ws
A modern Apache Kafka client for node.js
kafka kafkajs kafkajs-client socket socket-io websocket
Last synced: 28 Oct 2025
https://github.com/yuriyvyatkin/notepad-backend
Записная книжка (Backend часть)
Last synced: 06 Jan 2026
https://github.com/lilanga/stan-dashboard
Stan Dashboard is for monitoring STAN server activities.
dashboard nats reactjs websocket
Last synced: 19 Apr 2026
https://github.com/santiagodotsh/nest-teslo-shop
🛒 🐈 CRUD with NestJS, PostgreSQL, JWT auth and file uploads.
auth crud file-upload jwt nestjs postgresql typeorm websocket
Last synced: 13 Feb 2026
https://github.com/oudyworks/backend
a backend framework
frameworks graphql http nodejs web websocket
Last synced: 11 May 2026
https://github.com/pdasya/chat-application
Realtime online chat web application
nodejs typescript webpack websocket
Last synced: 18 Jan 2026
https://github.com/utsavdotpro/airqualitymonitorweb
A single-page application to display live air quality monitoring data.
air-quality-monitor assignment nextjs reactjs websocket
Last synced: 12 Apr 2026
https://github.com/neeravbhaskarla/employeemanagmentsystem
Employee management system using spring boot.
aws java jpa-hibernate postgresql spring-boot websocket
Last synced: 08 Apr 2026
https://github.com/yoanesber/nodejs-with-websocket
This simple project aims to develop a simple chat application using Node Js programming language that implement Websocket.
Last synced: 06 Apr 2025
https://github.com/chevp/angular-threejs-websocket-quick-start
This project is a boilerplate for integrating Angular, Three.js, and WebSocket to build interactive 3D applications with real-time communication.
angular nodejs threejs typescript webgl websocket
Last synced: 04 May 2026
https://github.com/lily-osp/esp01-relay-controller
This project provides a versatile WiFi-controlled relay module for the ESP-01 using the ESP8266 microcontroller. The device offers remote relay control through a web interface, WebSocket, and optional Adafruit IO integration.
adafruit-io esp01 iot mdns mqtt websocket
Last synced: 21 May 2026
https://github.com/jolovicdev/holloway
Self-hosted webhook relay for local development. Written in Go. Every webhook persists to SQLite before delivery - if your client is offline, nothing is lost. Live dashboard, one-click replay, rate limiting. Smee alternative. Deploy with Docker in 60 seconds.
caddy dashboard developer-tools devtools docker go golang htmx local-development ngrok-alternative replay self-hosted smee-alternative sqlite webhook webhook-relay websocket
Last synced: 23 Jun 2026
https://github.com/khailas12/crypto-website
celery coingecko-api django postgresql websocket
Last synced: 18 Apr 2026
https://github.com/durydevelop/dwebsocket
cross-platform WebSocket library based on IXWebSocket and emscripten
cpp cross-platform emscripten wasm websocket
Last synced: 21 May 2026
https://github.com/4i8/iipc
iipc is a simple Inter Process Communication for nodejs built on ws to communicate between processes safely and easily using tcp and websocket, You can also return data to the client see (example)
interprocess interprocess-communication ipc node-ipc tcp websocket ws
Last synced: 12 Sep 2025
https://github.com/healingdrawing/task-social-network
TypeScript front-end(Vue3 Composition API + pinia). Golang back-end. Social network. Profile, posts, chats, groups, admin panel. grit:lab Åland Islands 2023
admin-panel authentication chat database-migrations golang groups pinia posts profile sqlite3 typescript vue3-composition-api vue3-typescript websocket
Last synced: 11 May 2025
https://github.com/rishilahoti/order-book-next15
Order Book app built with NextJs 15/Typescript/Tailwind/Redux and WebSockets.
nextjs nextjs15 orderbook redux tailwindcss typescript websocket
Last synced: 06 Apr 2026
https://github.com/akshaypratapsingh09/video-chatting-app
This Repo contains a React Video Chatting App . Tech Stack - ReactJS, Socket.io , WebRTC
hacktoberfest hacktoberfest2023 reactjs socket-io webrtc websocket
Last synced: 06 Apr 2026
https://github.com/tfkfan/vertx-websocket-gateway
vertx websocket stomp gateway blueprint with kafka integration
kafka stomp stompjs vertx websocket websocket-gateway
Last synced: 18 May 2026
https://github.com/pydevtop/spot-dex-arbitrage-screener
Spot DEX Screener is a powerful open-source tool designed to monitor real-time prices, trading volumes, and trends across popular decentralized and centralized exchanges. Whether you're a trader, developer, or DeFi enthusiast, this screener helps you stay ahead of market movements and identify arbitrage or liquidity opportunities.
arbitrage cex dex dexscreener python telegram websocket
Last synced: 30 Jul 2025
https://github.com/kamyusama/kamyu-case-study
Twitch→LLM→TTS→字幕の最小デモ(非商用のケーススタディ)/ Minimal Twitch→LLM→TTS→captions demo (non-commercial case study)
case-study demo llm obs obs-websocket python streaming tts twitch websocket
Last synced: 18 May 2026
https://github.com/nikhilreddy006/notes-app
A full-stack Notes App built with the MERN stack that supports Markdown editing and real-time syncing using WebSockets.
authentication clerk-auth css full-stack mern-stack notes-app reactjs security socket-io websocket
Last synced: 23 Sep 2025
https://github.com/prosenjitjoy/learning-websocket
Simple Chatroom Project used for learning WebSocket communications protocol.
Last synced: 05 Apr 2025
https://github.com/fwcd/lightshark
WebSocket proxy for debugging with support for MessagePack
Last synced: 12 Aug 2025
https://github.com/whisperpine/walkie-talkie
cloudflare-pages cloudflare-tunnels docker openapi rest-api websocket
Last synced: 16 Apr 2026
https://github.com/x-rays5/edjournal_server
This is a websocket server that broadcasts all events received in the elite dangerous journal. This make it possible to read these events from a different pc.
cpp elite-dangerous elite-journal elitedangerous networking websocket
Last synced: 05 Jul 2025
https://github.com/julianobrl/eniac2f2022
codigo para o projeto integrador do 2° semestre de 2022
eniac java-8 streams websocket
Last synced: 21 Mar 2025
https://github.com/fiwon123/cthrone
CThrone is a tool to use as an internal chat to send message from a device to another one
chat cli command-line command-line-tool commands go golang message nats tcp tool websocket
Last synced: 08 Mar 2026
https://github.com/kavindu-kodikara/whychat-frontend
WhyChat is a real-time mobile chat application built with React Native. It features dynamic animations, user authentication, and seamless navigation for an engaging chat experience. The app connects with a Spring Boot backend via WebSocket for real-time messaging, offering an intuitive and modern UI design.
javascript react-native websocket
Last synced: 18 May 2026
https://github.com/bay0/wslogger
wslogger is a simple WebSocket-based logging helper for Go.
Last synced: 31 Jul 2025
https://github.com/contemporaries/casprintboot
The project integrated Netty, WebSocket, JCA and CA with SpringBootSo now, you can more easy to publish PV into EPICS CA and to management it
ca epics epics-ioc ioc jca netty pv-channel-access pv-channel-client pv-channel-server springboot websocket
Last synced: 05 Apr 2025
https://github.com/bilovodskyi/gesture-based-object-control
Control 3D objects using webcam and hands. Python, Machine Learning, React-Three-Fiber project. More info inside.
blender machine-learning python3 react-three-fiber websocket
Last synced: 21 May 2026
https://github.com/alpha2820/chat-application
A full-stack, real-time chat application built using the MERN stack and Socket.IO. This application enables users to communicate instantly with others through direct messages, featuring dynamic user presence, responsive design, and secure authentication.
chat-application chatapp expressjs fullstack-development mern-stack mongodb node-js reactjs real-time socket-io tailwindcss websocket
Last synced: 07 Apr 2026
https://github.com/pablo-caballero-maria/whope_frontend
Frontend for Whope, an AI complemented chat bot for psychological assistance
deep-learning natural-language-processing nextjs web-application websocket
Last synced: 18 May 2026
https://github.com/pedrosfaria2/flask_binance
A web app to collect and analyse market data
css docker flask html html5 javascript market-data pytest python python3 rabbitmq rest-api sql websocket websocket-api
Last synced: 07 Apr 2026
https://github.com/cfms-dev/cfms_on_websocket
A server-side implementation of a complete system designed for managing confidential documents, called Confidential File Management System (CFMS), running on the WebSocket protocol.
confidential file-management management-system server websocket
Last synced: 21 May 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/level09/vilcos
A modern, full-stack web framework built on FastAPI and Vue.js with real-time capabilities.
fastapi flask python saas saas-boilerplate vue vuetify websocket
Last synced: 30 Apr 2025
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/jeronimoalbi/tail-ws
Tool to broadcast file changes using WebSockets
Last synced: 26 Mar 2025
https://github.com/tommasoamici/multiplayer-whiteboard
A very minimal example of a Figma-like/Miro-like multiplayer collaborative board using WebSockets.
bun cursors multiplayer websocket whiteboard
Last synced: 04 May 2026
https://github.com/bindu-1805/syncsketch-
A Real-time collaborative drawing app built using ReactJS, ExpressJS and NodeJS.
expressjs node-js reactjs websocket
Last synced: 09 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/tomkoooo/chatroom
Simple chat room with web-sockets and plain JS
Last synced: 08 Jul 2025
https://github.com/mmmmmob/signalr-demo
Test implementation for server-side push notification with SignalR via console app and react web app
asp-net csharp dotnet reactjs signalr signalr-client websocket
Last synced: 09 May 2026
https://github.com/naman-45/bitcoints
Complete Bitcoin implementation
aes-gcm express nextjs postgresql prisma-orm pubsub redis singleton-pattern websocket
Last synced: 10 Apr 2026
https://github.com/philkes/baseled
ESP8266 based RGB LED controlled via Android App over WebSocket
3d-printing android arduino esp8266 espnow rgb-led websocket
Last synced: 19 Jul 2025
https://github.com/laniot/core
LAN-first WSS bridge for serial devices using a ESP32 (TLS, RS-232, WebSocket)
certificate-mager esp32 esp32-s3 esp32s3 freertos industrial-iot iot lan rs232 tls uart websocket wss
Last synced: 18 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/siarheidudko/simple-proxy
A simple proxy server with access token verification and the ability to proxy unencrypted traffic. You probably shouldn't use this in production, but you can use it on the internal network or behind nginx with ssl.
docker http proxy-server tcp-server websocket
Last synced: 18 May 2026
https://github.com/rahulparihar-30/access-anywhere-server
An cross functional mobile application allowing users to download and preview their file system from remote without the need of accessing the computer. This is the server
api flask hactoberfest python python3 socket-io websocket
Last synced: 18 Apr 2026
https://github.com/idlongggg/log-monitoring
Distributed log monitoring system with Kafka, microservices architecture, Discord notifications, FCM push alerts, and real-time web dashboard
antd discord-bot docker fcm kafka logging microservices monitoring postgresql react realtime redis typescript websocket
Last synced: 30 Jun 2026
https://github.com/kubilayture/collaborative.notes.web
A React + TypeScript frontend with TailwindCSS, real-time messaging, hierarchical folder management, and collaborative note editing capabilities.
better-auth hocuspocus react reactrouterv7 shadcn-ui tiptap typescr websocket yjs
Last synced: 18 May 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/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/filipirafael/racer-web
🏎️ A 3D racing game created with Three.js
3d-game gaming gaming-website javascript racer-game socket-io three-js threejs websocket
Last synced: 31 Jul 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/babiabeo/deko
A simple WebSocket client for Deno
autobahn-testsuite deno rfc6455 websocket websocket-client
Last synced: 18 May 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/joduplessis/noom-tools
Boilerplate & toolkit for bootstrapping real time component-driven JAM-Stack applications. 📦
fastify jamstack react storybook typescript websocket
Last synced: 09 Apr 2026
https://github.com/kevinthulnith/devops-project
Live reloading Inventory Management System with Redis and Web sockets + fully optimized to deploy with docker-compose
django django-rest-framework docker docker-compose javascript jwt-authentication nginx-proxy nodejs npm postgresql pythom react redis tailwind vite websocket
Last synced: 09 Apr 2026
https://github.com/pedro-git-projects/go-chess
Real time online chess website built with Go and React
Last synced: 19 Feb 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/pabloreszczynski/phoenix-client
Clojure implementation of the Phoenix Framework client
Last synced: 11 Jul 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/anandpiyush1521/springchat
Spring Boot Chat Application with WebSocket
Last synced: 11 May 2026
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/danieldantasdev/system-learning_api-restful_message-websocket_dotnet-7.0.2_csharp-11
Este repositório é dedicado para criar um Hub de conexões com o protocolo WebSocket, utilizando a linguagem de programação C#.
csharp dotnet signalr signalr-hub websocket
Last synced: 21 Mar 2025