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-24 00:28:15 UTC
- JSON Representation
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/jusqua/tty-websocket-exposure-example
A simple example how to expose a pseudo-tty using websocket to be accessed by another application like xterm.js
javascript pty websocket xterm-js
Last synced: 17 Aug 2025
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/romero-ezequiel/chatapp
Chat grupal utilizando JavaScript tanto en el frontend como en el backend, luego desplegué el proyecto en heroku
bootstrap4 express javascript mongodb nodejs websocket
Last synced: 13 Apr 2026
https://github.com/dotcoocoo/hermitstash-sync
Desktop sync client for HermitStash. PQC TLS, WebSocket real-time sync, zero-dependency Node.js daemon.
desktop-client file-sync hermitstash ml-kem mtls nodejs post-quantum pqc-tls websocket zero-dependency
Last synced: 18 May 2026
https://github.com/sergeykazarinov/voshod--websocket-
В проекте реализованы навыки WebSocket с использованием кастомных хуков
react-hooks reactjs redux-toolkit sass typescript websocket
Last synced: 08 May 2026
https://github.com/oluizeduardo/planning-poker
Planning Poker is a collaborative and effective method used to estimate the relative effort required for a specific task within a team.
bootstrap5 javascript nodejs planning-poker scrum scrum-poker socket-io websocket
Last synced: 09 Apr 2026
https://github.com/hotframe/hotframe
Modular Python web framework with hot-mount dynamic modules and stateful WebSocket-driven LiveComponents.
fastapi jinja2 live-component plugin-system python server-rendered sqlalchemy web-framework websocket
Last synced: 24 May 2026
https://github.com/sarthakmishraa/sm-chat-app
This web app is a real-time chat platform using React.js (TypeScript) and Tailwind CSS for a responsive design. Firebase handles user authentication, while Express.js and Socket.io enable real-time messaging. The frontend is deployed on Netlify and the backend on Render for seamless operation.
express http http-server netlify netlify-deployment reactjs render renderdeploy socket-io tailwindcss typescript typescript-react websocket
Last synced: 27 May 2026
https://github.com/marceloleite2604/spring-websocket-authentication
Implementation of WebSocket connection with OAuth2 authentication
authentication oauth2 spring-boot websocket
Last synced: 13 May 2026
https://github.com/victron-venus/inverter-dashboard-go
Real-time Victron inverter web dashboard (Go) — same role as inverter-dashboard, implemented in Go with MQTT and optional Home Assistant direct control
cerbo-gx dashboard docker go golang hass home-assistant mqtt real-time venus-os victron websocket
Last synced: 29 Apr 2026
https://github.com/vishalv47/spatialmeet
Java Spring Boot spatial audio conferencing platform with WebRTC, real-time communication, and 3D spatial audio positioning for virtual meetings. Features user management, guest mode and room creation.
h2-database java jwt-authentication maven spring-boot webrtc websocket
Last synced: 09 Apr 2026
https://github.com/deepcoders30/discord-clone
A Full Stack Discord Clone
aivenio javascript livekit mysql mysql-database nextjs13 nodejs prisma react-tanstack-query reactjs shadcn-ui socket-io uploadthing websocket
Last synced: 09 Apr 2026
https://github.com/sumande414/hush
Hush - Chat Application with Encryption (backend)
mongodb spring spring-boot websocket
Last synced: 02 May 2026
https://github.com/eavelasquez/learning-blockchain
This is a project to learn about blockchain technology and how it can be used to create a blockchain.
babel blockchain cryptojs elliptic express javascript jest nodejs shell unit-test websocket yarn
Last synced: 12 Mar 2025
https://github.com/waqar1978/django-backend-eduplatform
An e-learning platform built with Django, featuring flexible course content management, student enrollment, and caching using Memcached and Redis. It includes a RESTful API with DRF, role-based authentication, and a real-time chat server powered by Django Channels. It is optimized for production with Docker, NGINX, and SSL.
css django docker html nginx postgresql python redis restful-api ssl websocket
Last synced: 09 Apr 2026
https://github.com/muellerconstantin/taskcare-api
Backend of the TaskCare collaboration platform for managing tasks in a team.
hexagonal-architecture hibernate java jpa mysql openapi ports-and-adapters rabbitmq redis rest spring-boot spring-data-jpa spring-mvc spring-security stomp websocket websockets
Last synced: 08 Apr 2026
https://github.com/svitlanakashkina/mobile-lab-app-server
Mobile Lab App Server ist die Backend-Komponente der Mobile Lab App. Das Projekt basiert auf einer MVC-Architektur mit WebSocket-Schicht. Der Server bietet REST-APIs, Echtzeit-Chat, PostgreSQL-Datenbank via Prisma, Benutzer-Authentifizierung, Push-Benachrichtigungen und E-Mail-Feedback. Portfolio-Projekt.
axios expo expo-notifications express github javascript nativebase-io nodejs postgresql prisma react-native restful-api socket-io ssl-certificate visual-studio-code websocket
Last synced: 05 Oct 2025
https://github.com/kartikmanimuthu/phoenix-websocket-notifier
A high-performance real-time notification system built with Node.js, Express, Socket.io, and Redis.
docker expressjs nodejs redis socket-io socket-programming websocket
Last synced: 09 Apr 2026
https://github.com/takashiro/karuta-protocol
A REST-like protocol based on WebSocket for both Node.js and browser environments
Last synced: 24 Jan 2026
https://github.com/arshamroshannejad/task-realtime-app
Real-time chat with microservices: REST APIs, AsyncQ, WebSockets, Redis for caching & notifications. (Test-driven possible)
docker golang microservice mongodb rabbitmq real-time-notification redis tdd unittest websocket
Last synced: 13 Apr 2026
https://github.com/lnsp/webchat
Scalable, non-persistent WebSocket-based chatroom.
chat chatroom rabbitmq scalable websocket websockets
Last synced: 09 Aug 2025
https://github.com/dmytrochumakov/websocket-server-from-scratch
websocket-server-from-scratch
from-scratch python server websocket
Last synced: 31 May 2026
https://github.com/labib2003/chat-with-pdf
AI chatbot powered by Google Generative AI API where you can upload a PDF file as the bots context and chat with it to extract information the file.
ai chatbot deno gemeni googlegenerativeai hono htmx rtc websocket
Last synced: 19 Apr 2026
https://github.com/drakata27/chatroom-react
React frontend application for creating chatrooms for real-time communication using Websockets
Last synced: 07 Oct 2025
https://github.com/farwayer/wscl
Simple WebSocket wrapper with some extra features
reconnect socket websocket websocket-client ws wss
Last synced: 07 Oct 2025
https://github.com/HyunJinNo/websocket-tutorial
A repository for testing WebSocket.
Last synced: 07 Oct 2025
https://github.com/imgfloat/server
Spring boot server for the Imgfloat application
java spring-boot thymeleaf websocket
Last synced: 18 Jan 2026
https://github.com/raihan2bd/vidverse-client
Vidverse – a dynamic web app built with Golang, Next.js, TypeScript, and PostgreSQL. Users can watch, like, comment, and engage with content, while creators easily share and manage videos. Enjoy curated feeds, favorites, watch histories, and notifications.
firebase gin go golang gorm nextjs postgres react tailwindcss typescript video-streaming websocket
Last synced: 09 Apr 2026
https://github.com/amsh4/driftsiren
DriftSiren is a production-grade platform for real-time data drift and quality monitoring. Built with Next.js, FastAPI, and Docker, it tracks feature drift, provides live alerts, and visualizes metrics on a sleek dashboard. Includes agent, APIs, Celery workers, and Kubernetes-ready setup.
celery cicd datadrift dataquality docker fastapi k8s machine-learning nextjs observability postgresql real-time redis tailwindcss typescript websocket
Last synced: 09 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/teatak/mcp-server-browser
MCP server that runs in the browser. Register tools and prompts on a page; expose them to a local MCP client over WebSocket.
agent browser mcp model-context-protocol typescript websocket
Last synced: 31 May 2026
https://github.com/mapluisch/llava-websocket-server
Python-based WebSocket for CLI LLaVA inference.
inference llama llama2 llava llm llm-inference python websocket websockets
Last synced: 09 Apr 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/StudyResearchProjects/avocado
:avocado: Web APIs Testing tool
http request testing websocket
Last synced: 09 Oct 2025
https://github.com/phamtrongsang11/teamchat-react
Team Chat App
react reactquery typescript websocket zustand
Last synced: 09 Apr 2026
https://github.com/greatmonster11/bug-free-octo-carnival
Some blueprint for GO
Last synced: 10 Oct 2025
https://github.com/iudeen/uvicorn-websockets-sans-io
hacktoberfest hacktoberfest-accepted uvicorn websocket
Last synced: 10 Oct 2025
https://github.com/lossdev/websockit
Golang gorilla/websocket wrapper that provides customizable client and server implementations, read and write helpers, close and error handlers, and more.
go golang golang-library websocket websocket-client websocket-library websocket-server websockets
Last synced: 13 Mar 2026
https://github.com/mbari-org/gpdviz
Web-based visualization of geolocated point data streams in real-time
openapi scala typescript vue websocket
Last synced: 14 Apr 2026
https://github.com/viveksite/chat_app_backend
Implementation of backend express and socket server for creating scalable chat application.
authentication expressjs persistent-cache redis typescript websocket
Last synced: 28 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/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/pavelstraka3/betting-server
A betting server with mock hockey match simulation
betting nestjs nodejs websocket
Last synced: 09 May 2026
https://github.com/chiragsdev/codemate-backend
Codemate is a production-grade social media platform built using the MERN stack, designed to help developers connect, collaborate, and communicate. It includes authentication, real-time chat, reminders, notifications, and payment integration — all deployed securely using cloud infrastructure and modern DevOps practices.
aws bullmq continuous-deployment continuous-integration express mongodb nginx node-cron nodejs notifications pm2 razorpay redis websocket
Last synced: 14 Apr 2026
https://github.com/davidje13/shared-reducer-frontend
Shared state management via websockets. This has moved to https://github.com/davidje13/shared-reducer
Last synced: 11 Oct 2025
https://github.com/granden-corp/aspnetsignalrcore-websocket_client
An ASP.NET Core SignalR websocket client base on websocket-sharp
asp-net-core signalr-core websocket websocket-client
Last synced: 11 Oct 2025
https://github.com/denistort/meets-the-stranger-backend
Backend Part Of Open Sourse Meet Application.
backend sever typescript websocket
Last synced: 31 May 2026
https://github.com/vlcty/lemon-markets-websocket
Go connector for the lemon.markets WebSocket
financial-data go golang golang-library websocket
Last synced: 14 Jan 2026
https://github.com/relvaner/actor4j-cloud-demo
Actor4j Cloud – Demo Application
actor-model actor-pods actor4j actors cloud demo-app java java-21 microservices rest-api single-instance-app vertx4 vuejs2 vuetify2 websocket
Last synced: 21 Jan 2026
https://github.com/ratnesh2003/spring-boot-socketio
A demo application demonstrating how to configure your Spring Boot application with WebSockets through Socket.IO along with authentication.
authentication java socket-io spring-boot websocket
Last synced: 19 Jan 2026
https://github.com/mindsers/tutorial-socketio
Application example on socket.io. Drawing application with multiplayer mode.
mindsersit-tutorials socket-io tutorial websocket
Last synced: 19 Jan 2026
https://github.com/synoet/sturgeon
record and replay rust streams with timing
async rust rust-crate streams websocket websockets
Last synced: 12 Oct 2025
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/sapog87/yet-another-chat
Многопользовательский чат, где пользователи могут отправлять сообщения как в личных диалогах, так и в группах.
docker java-17 maven spring-boot websocket
Last synced: 14 Apr 2026
https://github.com/vanguardmaster01/hello-kivy
Desktop application with Kivy
httprequest kivy thread vending-machine websocket
Last synced: 18 Feb 2026
https://github.com/theplator/npmchat
NPMChat is an open source, real-time chat platform for developers and teams. Built with the MENN stack (MongoDB, Express, Next.js, Node.js), it features collaborative code editing, live interview mode, file sharing, code execution, and more—all in a beautiful, modern UI. Perfect for learning, collaboration, and building together.
chat code-editor code-execution collaborative developer-tools express flie-sharing interview mongodb nextjs nodejs npmchat open-source real-time socket-io tailwindcss team-collaboration typescript websocket
Last synced: 14 Apr 2026
https://github.com/core-euler/trade_game
Real Trading mini game
docker nestjs postgresql redis ton tonconnect vite vue websocket
Last synced: 23 May 2026
https://github.com/na-trium-144/webcface-js
WebCFace client for node.js and browser
nodejs rpc typescript websocket
Last synced: 14 Oct 2025
https://github.com/whaleen/cntx-ui
File context management tool with web UI and MCP server for AI development workflows - bundle project files for LLM consumption
ai ai-development ai-workflow bundling claude-desktop cli-tool codebase codebase-bundling context-management development-tools file-aggregation file-bundling file-management llm-tools mcp-server model-context-protocol project-context react websocket
Last synced: 13 Mar 2026
https://github.com/sivaosorg/unused-ngx-blobs-wss
Config middleware base websocket and socket
websocket websocket-application websocket-client websocket-proxy websocket-server
Last synced: 14 Oct 2025
https://github.com/moustafaa91/discountcode_be
An application to Generate and use random CouponCodes using WebSocket SignalR communication
csharp csharp-code mongodb signalr websocket
Last synced: 20 Jan 2026
https://github.com/jhonatanmedeiros/vue-chat
chat javascript scss typescript vuejs webpack websocket yarn
Last synced: 14 Apr 2026
https://github.com/serializedowen/chatty
A flexible chat server/client
mysql nodejs react sequelize typescript websocket
Last synced: 27 Jan 2026
https://github.com/omkaarr1/websocket
In this presentation, we will explore the process of building a WebSocket-based chat application that facilitates real-time communication between two clients. We'll delve into the server-side and client-side code to understand how messages are exchanged between the connected clients.
chat real-time realtime websocket websockets
Last synced: 22 Jan 2026
https://github.com/darthrichlius/chat.rdieud.app
A secure, reliable and scallable real-time multi-modal chat solution (Public repository) [WIP]
api aws chat cloud microservice react reactnative turborepo typescript websocket
Last synced: 07 May 2026
https://github.com/raghavayushman/c_web_server
c networking server web websocket
Last synced: 04 May 2026
https://github.com/maxim-francesco/tinder-clone-ng-spring
A modern Tinder-style full-stack dating app built with Angular & Spring Boot. It supports user authentication, real-time profile swiping, mutual matching, and messaging – all integrated into a clean, responsive UI. Ideal for learning web sockets, relational database design, and component-driven frontend architecture.
angular backend dating-app frontend fullstack java jwt-authentication matchmaking real-time relational-database responsive-ui rest-api spring-boot tailwindcss tinder-clone typescript web-development websocket
Last synced: 09 Apr 2026
https://github.com/eulerbm/cyber-chat
Cyber Chat é um sistema de chat seguro desenvolvido em Java com Spring Boot no backend, permitindo que usuários se registrem, façam login e troquem mensagens privadas utilizando criptografia de ponta a ponta.
java postgres react spring-boot websocket
Last synced: 11 Apr 2026
https://github.com/markelca/toggles
A minimalistic feature flags engine made with Go
cli docker-compose feature-flags go golang mongodb redis rest-api websocket
Last synced: 12 Apr 2026
https://github.com/owengretzinger/monkey-mind
Pet monkey that provides commentary as you browse the web + social features
chrome-extension express mongodb openai react tailwindcss websocket
Last synced: 05 Feb 2026
https://github.com/geethika-kancharla/devcollab
A real-time collaborative code editor that allows multiple users to edit code simultaneously.
jwt monaco-editor mongodb nextjs spring-boot tailwindcss websocket
Last synced: 11 Apr 2026
https://github.com/ajayjamage3/chessbackend
Realtime chess is online multiplayer game which allow two players to play chess
css express html javascript nodejs websocket
Last synced: 25 Jul 2025
https://github.com/cafehaine/autorefresh
A brackets-like auto refresh for your local website
autorefresh firefox linux python python3 websocket
Last synced: 16 May 2026
https://github.com/steciuk/card-game
Bachelor's degree thesis project in Computer Science at Warsaw University of Technology
angular cardgame express jwt mongodb multiplayer-browser-game spa websocket
Last synced: 30 Dec 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/sokmontrey/tictactoetuionline
An online multiplayer infinite board tic tac toe game directly in your terminal.
go go-game-server golang tui websocket
Last synced: 24 Oct 2025
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/arshadakl/flexify
Freelance Marketplace Web Application
expressjs mongodb nodejs ranking-algorithm reactjs repository-pattern typescript webhook websocket
Last synced: 08 Apr 2026
https://github.com/benghak/spring-chatting-server
Chat server with Spring-boot, Redis, Websocket tutorial
redis rest-api spring-boot websocket
Last synced: 14 Apr 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/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/mattmajestic/websockets-fastapi
A minimal example of Websockets using FastAPI & HTML Templates
Last synced: 30 Mar 2025