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/stylepatrick/rest-to-websocket-delegator
Rest to websocket delegator. Spring Boot backend will consume rest requests and delegate them to the Angular frontend.
angular delegator rest-api spring-boot websocket
Last synced: 10 May 2026
https://github.com/mgunawardhana/real-time-notification-service-test
This project demonstrates a real-time notification system using Spring Boot, WebSockets, and STOMP. It includes both server-side and client-side implementations for sending and receiving notifications.
java-21 notification-service real-time spring-boot-3 websocket
Last synced: 16 Feb 2026
https://github.com/nichitaa/rxjs-ws
WebSocket library to simply integrate with RxJS
observables rxjs streams websocket
Last synced: 29 Mar 2025
https://github.com/kota-yata/instant-drop-server
Signaling Server on WebSocket
Last synced: 15 May 2026
https://github.com/polvallverdu/shoppinglist-server
Websocket for my Shopping List app.
Last synced: 24 Jul 2025
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/shuddha2021/reactchat
ReactChat is a real-time chat application with a React frontend and a Node.js backend. Using Socket.IO for seamless communication and Redux for state management, it provides an intuitive and responsive messaging experience. Users can engage in dynamic conversations with real-time message updates and timestamped interactions.
back-end-development front-end-development nodejs react reactjs real-time-chat-app redux responsive-design socket-io state-management websocket
Last synced: 09 Apr 2026
https://github.com/codewizard-404/traceflow
TraceFlow is an AI-powered platform for Enda Tao, streamlining territorial activity tracking, timesheet management, and receipt book traceability. With secure authentication, geolocation, real-time notifications, and AI-driven analytics, it empowers roles like Supervisors, Regional Managers, and HR with dynamic dashboards and multilingual support.
flutter google-cloud-platform keycloak nginx nodejs pm2 postgresql react-tsx redis websocket
Last synced: 11 Apr 2026
https://github.com/kacperfaber/6obcy-client-python
💻 CLI Network chat client 💻
python tkinter websocket websocket-chat
Last synced: 01 Aug 2025
https://github.com/vanheemstrasystems/home-assistant-websocket
Home Assistant - Websocket
Last synced: 04 Jan 2026
https://github.com/readyyyk/socketapi
Self-written Web-Socket API wrapper for build-in JS WebSocket class to simplify work with it
javascript javascript-library simplify websocket
Last synced: 18 May 2026
https://github.com/asifrahaman13/healthcare
A full stack application to connect doctors and patients. Have features like stripe payment, video call, initial screening by chat bots etc. Doctors can give live reports of the patients conditions, as well as they can view the previous history.
fastapi javascript nextjs openai python websocket
Last synced: 09 Apr 2026
https://github.com/levelrin/jws-server
A framework for WebSocket server in Java
Last synced: 17 Jan 2026
https://github.com/einzsweiz/realtimenotifications
Event-driven microservice for real-time notifications using WebSockets, Kafka, Celery, and Redis.
celery event-driven-architecture fastapi kafka microservices mongodb rabbitmq real-time redis-cluster redis-pubsub websocket
Last synced: 09 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/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/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/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/scaledrone/phonegap-example
Basic PhoneGap example for Scaledrone Realtime Messaging Service
javascript phonegap real-time scaledrone websocket websocket-client
Last synced: 17 May 2026
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/davidje13/chat
An end-to-end encrypted chat client which uses the EchoChamber backend.
Last synced: 20 Mar 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/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/steve-erick/battledev
Projeto frontend em Vue Js e Backend em FastApi para criação de uma interface esportiva de batalhas entre dois desenvolvedores
Last synced: 16 May 2026
https://github.com/dougfsilva/websocket-client-tester
Aplicação desenvolvida com Angular para testes de websocket. Com a aplicação é possível se conectar com uma url, fazer subscribe em tópicos e publicar mensagens, possibilitando testar alguma API com a funcionalidade de websocket
Last synced: 16 May 2026
https://github.com/cheerlights/cheerlights-websocket-widgets
cheerlights websocket websockets
Last synced: 01 Aug 2025
https://github.com/ultimaweapon/dotnet-websock
Low-level implementation of WebSocket for .NET
Last synced: 03 Apr 2025
https://github.com/siarheidudko/redux-cluster-ws
Modern WebSocket-based state synchronization library built on top of Redux-Cluster. Enables real-time Redux store synchronization between Node.js servers and clients (both Node.js and browser) using native WebSocket connections.
Last synced: 13 Jun 2026
https://github.com/zmyzheng/socket-io-typescript-chat-app
A Real Time Chat App with TypeScript: Integrating WebSocket(socket.io) , Node & Angular
angular angular-material2 chat-app nodejs socket-io typescript websocket
Last synced: 03 May 2026
https://github.com/touhoue/digi-projec
DIGI-Projec enables vehicle plate detection, OCR, and vehicle counting in parking areas.
fastapi google-sheets line-notify python websocket yolov5
Last synced: 01 May 2026
https://github.com/marcinbator/rag2-integration-test
Remote control source and web game integration demo tool for RAG2
Last synced: 16 May 2026
https://github.com/emagood/thot-p2p
This application allows P2P (Peer-to-Peer) communication between devices using different implementation methods in Godot 4.4: ENet, WebSocket, and TCP_Peer. Its main purpose is to connect devices and exchange information, data or messages
e-net godot godot-engine godot4 p2p tcp-socket websocket
Last synced: 21 Mar 2025
https://github.com/com8/teams-hook
A hook program forwarding incoming Microsft Teams websocket messages to all subscribed clients.
Last synced: 27 Mar 2025
https://github.com/gabrielfeijo/websocket-chat
Chat em tempo real que utiliza a tecnologia WebSocket
nextjs react react-dom socket-io tailwindcss typescript websocket
Last synced: 06 Apr 2026
https://github.com/joaovicdsantos/whosbest
Create polls and let people decide who is best.
api golang gorilla-websocket graphql http jwt websocket
Last synced: 16 May 2026
https://github.com/cploutarchou/gomultisocket
A SOLID Go WebSocket implementation supporting multiple topics for real-time communication.
go golang multible-topics real-time socket sockets solid websocket ws
Last synced: 28 Mar 2025
https://github.com/jirufik/jrfawaitres
Run an asynchronous request with a callback to the socket.io server in a synchronous style.
io jrf realtime socket socketio websocket websockets
Last synced: 06 Apr 2025
https://github.com/jirufik/jrfws
Deprecated. New version jrf-ws-3. async/await package for create api realtime on websockets
api async-await client jrf jrfws realtime route routing server webclient websocket websockets ws
Last synced: 06 Apr 2025
https://github.com/realtime-framework/angular2chat
Simple Chat built with Realtime Messaging and Angular2+
angular angular2 chat realtime-messaging typescript websocket
Last synced: 04 May 2026
https://github.com/tfo-dot/simplewebsocket
Simple WS(S) implementation
deno websocket websocket-client
Last synced: 02 Feb 2026
https://github.com/rogervinas/random-sound-broadcast
🔊 Server sending random sounds to be played by its connected clients
Last synced: 24 Jul 2025
https://github.com/cscheffauer/chat-app
With this chat app you can chat with your friends, edit and remove your sent messages every time and also send pictures in the chat room. Anyone with the url where the app is hosted can join. 💬
enzyme javascript react typescript websocket
Last synced: 09 May 2026
https://github.com/mattmajestic/websockets-fastapi
A minimal example of Websockets using FastAPI & HTML Templates
Last synced: 30 Mar 2025
https://github.com/leohonlmc/go_stock_tracker
Go Stock Tracker
golang stock-market tracker websocket
Last synced: 28 Mar 2025
https://github.com/joseguilherme96/tsuru
Este projeto tem por finalidade de renderizar elementos 3D no browser, aprendendo conceitos sobre webgl, websocket e geolocation API.
flask-websocket geolocation-api threejs webgl websocket
Last synced: 28 Jan 2026
https://github.com/royaals/realtime-chat-application
A real-time chat web application built with WebSocket technology, featuring user authentication, local storage, and responsive design. The application enables instant messaging between users and the server, with messages being echoed back from the server to the client.
nextjs nodejs strapi tailwindcss typescript websocket
Last synced: 08 Apr 2026
https://github.com/canaxs/spring-chat
Messaging application developed using spring boot (Websocket dependency used)
jwt-authentication security spring-boot websocket
Last synced: 14 May 2026
https://github.com/vivekky57/chat-app
Simple web Chat- App
express html-css-javascript nodejs websocket
Last synced: 08 Apr 2026
https://github.com/aung-khantkyaw/creative-coder-web-socket-101
**Repository Description:** A learning repository for the *Creative Coder: Web Socket 101* course. This project explores the fundamentals of WebSockets, covering real-time communication between client and server, message handling, and practical applications of WebSockets in modern web development.
Last synced: 07 Feb 2026
https://github.com/reynoldarun09/ecommerce-dashboard
A feature-rich E-commerce Dashboard built with Node.js, Express, TypeScript, and MongoDB, providing a robust admin and manager panel to manage users, products, and orders efficiently.
axios expressjs node-js prisma-orm reactjs tailwindcss typescript vite websocket zod zod-validation zustand
Last synced: 06 Apr 2026
https://github.com/vaibhavgupta5/redis-chat-app
Scalable Chat App using WebSockets and Redis
Last synced: 16 May 2026
https://github.com/letstayfoolish/teletrader-assignment-project
spa, monitoring top 5 cryptocurrencies pairs from bitfinex.com/
chilicode crypto cryptocurrency frontend react tailwindcss websocket
Last synced: 10 May 2026
https://github.com/sarveshgupta1997/sarveshgupta.in
Welcome to my web developer portfolio! I am an experienced full-stack web developer with expertise in HTML, CSS, JavaScript, Node.js, Express.js, and MongoDB. I have completed several projects that demonstrate my proficiency in designing, developing, and deploying web applications.
backend-development css3 express fullstack-development github html5 javascript mongodb mongoose node-js profile readme resume sql webdeveloper websocket
Last synced: 07 Apr 2026
https://github.com/ingenhouzs/simple-online-web-browser-game
Simple online 2D shooting web browser game built under MERN stack and WebSocket
expressjs javascript mongo nodejs reactjs websocket
Last synced: 07 Apr 2026
https://github.com/arunansk02/live-server-with-hmr
Live Server with Hot Module Replacement (HMR) using Node.js & WebSockets
javascript nodejs server websocket
Last synced: 17 May 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/buexplain/netsvr-business-go
这是一个可以快速开发websocket全双工通信业务的包,它基于https://github.com/buexplain/netsvr 进行工作。
Last synced: 15 Mar 2026
https://github.com/kaungmyathan22/golang-chitchat
Simple golang chat app written in gorilla mux
Last synced: 12 Jan 2026
https://github.com/dougfsilva/myiot-backend
O projeto é uma plataforma na qual o usuário cria uma conta, se conecta e cadastra dispositivos que poderão enviar dados para um Broker MQTT e receber comandos do tipo analógico e digital. A API então será responsável por receber os dados do Broker e por salvar as informações no banco de dados, e também oferecer uma interface para envio de comandos para os dispositivos.
java mongodb mqtt mvc spring-boot spring-security websocket
Last synced: 07 Apr 2026
https://github.com/ahmedelwerdany/full-stack-websocket-example
full-stack web socket , using "ws" in backend and webSocket API in frontend
websocket websocket-client websocket-server
Last synced: 17 Jun 2025
https://github.com/jaedsonpys/simple-chat-socketio
Simple chat with SocketIO in Python and Javascript
chat javascript python simple-chat socketio websocket
Last synced: 16 May 2026
https://github.com/abdulhadi806/mern-managing-app
Mernstack task management system
expressjs fullstack mern-stack nodejs reactjs restful-api webapp websocket
Last synced: 08 Apr 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/confusedgustas/chat
Group Chat
clean-code docker java javascript liquibase maven pgadmin spring vite websocket
Last synced: 07 Apr 2026
https://github.com/than-dev/websocket-protocol-impl
Websocket protocol implementation using javascript (nodejs), no libraries, no dependencies.
coding javascript no-dependencies nodejs server-side web-services websocket
Last synced: 14 May 2026
https://github.com/corenting/poc_shelly_cloud_control_api_ws
A POC for the Shelly Cloud Control API - WebSocket API
python shelly shelly-plug-s shelly-plugs websocket
Last synced: 23 May 2026
https://github.com/yadavrajnish/chat-app
Full-Stack Developer | React.js, Node.js, Express.js, MongoDB
expressjs javascript mongodb nodejs reacjs taiwindcss websocket
Last synced: 07 Apr 2026
https://github.com/iwansal64/wms-dev
WMS-Dev (Water-loss monitoring software - device) is a program that used for ESP32 to connect to WMS API
cpp esp32 iot microcontroller websocket
Last synced: 14 May 2026
https://github.com/dontcryme/rust_socketio_refix
Personally modify rust_socketio crates (for emit_with_ack/binary callback[async] problem and immediately emit invoke/reject problem and invoke ack function to server)
Last synced: 02 Feb 2026
https://github.com/levysantiago/polls-nlw-expert
Create polls and allow users to vote on them.
docker fastify nlw nodejs postgresql prisma pubsub redis rocketseat typescript websocket
Last synced: 07 Apr 2026
https://github.com/fedott/backlog
backlog tool
agile application backlog php react websocket
Last synced: 03 Apr 2025
https://github.com/eternal-darkness-07/chat-app-plus-plus
A real-time chat application with a C++ (Drogon) backend and a React (Vite) frontend.
chat-application cpp drogon react real-time vite websocket
Last synced: 29 Apr 2026
https://github.com/radd/rtc-test-server
Real-time communication test server
http-long-polling server-sent-events spring-boot stomp websocket
Last synced: 17 May 2026
https://github.com/bfatoms/dsockets
simple implementation of a websocket chat server using d language
Last synced: 01 Aug 2025
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/dnbard/websockets-connection
WebSockets Performance Test
Last synced: 21 Mar 2025
https://github.com/samurai016/concrete_websocket
🌐🧱 Unleash the Power: WebSocket Support for Concrete CMS 🚀
concrete5 concrete5-addon concretecms php ratchet-php-server real-time websocket websockets
Last synced: 14 Apr 2025
https://github.com/sivaosorg/wsconn
Implement the WebSocket library using the Gin framework and the Gorilla WebSocket library in Go.
golang golang-application golang-library golang-package websocket websocket-api websocket-client websocket-connection websocket-endpoint websocket-library websocket-proxy websocket-server
Last synced: 14 May 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/iv4n-ga6l/websocket-chat-backend
A real-time chat server built with Go using WebSocket for handling communication
chatserver go golang websocket
Last synced: 26 Mar 2025
https://github.com/sergioburdisso/tworld-proxy
T-World Proxy Server (WebSocket). Connect your external agent program to this server and start sending actions and receiving percepts to control the robots in the 3D simulation.
networking proxy-server server socket-2-websocket-connection sockets t-world tworld websocket
Last synced: 17 Mar 2025
https://github.com/rxnew/socket8-js
It is a wrapper for using WebSocket client of JavaScript more conveniently.
Last synced: 02 Jul 2025