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-29 00:30:23 UTC
- JSON Representation
https://github.com/chattalk/chat-msa-participant
실시간 통신 기반 트래픽 제어 프로젝트 - MSA 채팅 참여관리
java redis redis-pubsub spring spring-security springboot websocket
Last synced: 30 Apr 2026
https://github.com/zingzy/study-sync
Study Session is a collaborative web application that allows users to upload resources, chat in real-time, and manage study sessions seamlessly.
flask live-chat python websocket
Last synced: 13 May 2026
https://github.com/pedrovidaldev/notionem
Projeto com o objetivo de criar um chat utilizando Node.js e WebSockets.
Last synced: 30 Apr 2026
https://github.com/jkaninda/okapiws
Okapi WebSocket is a lightweight, framework-agnostic WebSocket package focused on developer experience and clean APIs
go-websocket go-websocket-server websocket
Last synced: 08 Jun 2026
https://github.com/umaarov/bulbe
A real-time control system that simulates a virtual relay and bulb system using PHP, WebSockets, and a C-based virtual controller. It supports external accessibility through ngrok and delivers instant status updates. Lightweight, modular, and ideal for learning system integration, automation, or IoT basics.
embedded-software iot ngrok open-source websocket
Last synced: 29 Mar 2025
https://github.com/sebastianmarines/typescriptchat
Chat app made with React, Node, and Typescript
node react typescript websocket
Last synced: 30 Apr 2026
https://github.com/acehomard/ft_transcendence
🚀 Jouez à Pong en temps réel avec matchmaking, tournois et scores sécurisés sur la blockchain !
django docker-compose jwt-authentication postgresql solidity websocket
Last synced: 08 Jun 2026
https://github.com/axelop96/bingo-websocket
Bingo game with websockets and spring mvc
game spring-mvc thymeleaf websocket
Last synced: 13 May 2026
https://github.com/poboll/echo-room
回声谷即时通讯系统-后端
ffmpeg jwt mysql-redis rabbitmq spring-boot websocket
Last synced: 30 Apr 2026
https://github.com/playbott/go_remox_server
Remote control application server for PC using mouse, keyboard
keyboard mouse remote-control websocket
Last synced: 18 Jun 2025
https://github.com/kartikmehta8/rs-websocket-chat
A Websocket based chat application using Rust backend, and React frontend.
Last synced: 30 Apr 2026
https://github.com/rialparmar1777/metrics-dashboard
Metrics-Dashboard - A FullStack analytics dashboard that shows historical performance of tech stocks. Tech Stack: Vite+React, Axios, Chart.js, RestFull APIs, Tailwind CSS. Backend: Firebase, FireStore Database and Authentication.
axios-restful chart-js cors finnhub-stock-api firebase-authentication node-cache nodejs rate-limiting react tailwindcss vite-react websocket websocket-server
Last synced: 30 Apr 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/nikhiladiga/react-wsx
A simple react websocket component written in typescript
Last synced: 01 May 2026
https://github.com/joschonarth/flask-websocket-chat
💬 A real-time chat application built with Flask and WebSockets, allowing users to send and receive messages instantly.
flask flask-socketio python websocket
Last synced: 01 May 2026
https://github.com/abhishek-sanwal/stockbro_trading_app
StockBro is a trading app through which can view indian stock markets shares in real-time.
asynchronous-programming django-application python36 real-time stock-market synchronous websocket
Last synced: 04 May 2026
https://github.com/crazystuffxyz/crazy-deep-research-gpt
A hyper-functional, sleek, and fully local web-based AI interface built with Node.js and powered by Ollama. It offers intelligent research modes, customizable AI behaviors, and Markdown conversion—perfect for deep exploration or quick answers, all with zero tracking or API keys required.
ai-research alpinejs chatbot cheerio deep-research deepseek deepseek-r1 generative-ai javascript llama3 llama3-2-1b-model llm local-ai nodejs ollama open-source-ai personal-ai tailwindcss turndown websocket
Last synced: 01 May 2026
https://github.com/shinseongsu/carrotmarket
:rocket: 중고마켓 만들어보기
aws-rds-postgres aws-s3 java jpa querydsl rabbitmq spring-boot spring-mvc stomp tailwindcss thymeleaf websocket
Last synced: 01 May 2026
https://github.com/vishalrk1/junior-scientist-agent
The Junior Data Scientist CLI is an AI-powered command-line tool designed to take the grunt work out of your data science projects.
agent ai deep-learning fastapi gemini genai llm llms nlp openai prompt-engineering python rag websocket
Last synced: 11 Apr 2026
https://github.com/larock22/aider-mcp
WebSocket server that exposes Aider's AI coding capabilities through the Model Context Protocol (MCP) for programmatic access
ai-coding aider mcp-server model-context-protocol openai typescript websocket
Last synced: 13 May 2026
https://github.com/arunydvv/advance-backend
This repo was meant to practice adv backend practices
Last synced: 22 Apr 2026
https://github.com/georgianastanea/energy-management-application
jwt-token rabbitmq spring-boot spring-security websocket
Last synced: 01 May 2026
https://github.com/asiolelab/simple-chat
Write a very simple chat server that should listen on TCP port 10000 for clients. The chat protocol is very simple, clients connect with "telnet" and write single lines of text. On each new line of text, the server will broadcast that line to all other connected clients. Your program should be fully tested too. (provide a link to your solution)
java javascript socket websocket
Last synced: 01 May 2026
https://github.com/vaibhavgupta5/patient_dashboard
Patient-Hospital Connect System
Last synced: 12 May 2026
https://github.com/mini-gear/realtime-chat-app-react-fullstack
express full-stack reactjs realtime websocket
Last synced: 01 May 2026
https://github.com/ayush-github123/health-backend
Healthcare Backend made using django
django django-rest-framework docs python websocket
Last synced: 13 May 2026
https://github.com/rohitsoni007/react-socket
React Socket Client - React.js Wrapper for Socket.IO Client
react realtime socket-io socket-io-client websocket
Last synced: 20 Jan 2026
https://github.com/rmoongit/cryptonomicon
#app cryptonomicon - курс валюты монет и вывод графы
api bem css eslint javascript postcss postcss-plugin prettier tailwind vite vue3 websocket
Last synced: 11 Apr 2026
https://github.com/shashankvish0010/wemeet
WeMeet is a complete solution for online meetings need it is designed to revolutionize the way you schedule and conduct online meetings. Whether you're organizing team sync-ups, client presentations, or virtual conferences, WeMeet ensures a secure, reliable, and user-friendly platform for all your meeting need
express nodejs pern postgresql react redis redis-cache socket-io tailwindcss typescript webrtc websocket
Last synced: 11 Apr 2026
https://github.com/eldavid1996/mendozapp
A web chat with a desing like whatsapp done in typescript with react and express
css express html javascript mongodb nodejs react socket-io tailwindcss typescript websocket
Last synced: 11 Apr 2026
https://github.com/mathisburger/testlytic
A websocket testing client built with electron and react
electron-app json react test-client websocket websocket-tester
Last synced: 01 May 2026
https://github.com/speedycraftah/node-svelte-chat-app
A full-stack chat app which supports direct messages and eventually normal channels written in Svelte and Node.js.
chat-application fastify full-stack nodejs svelte sveltekit websocket
Last synced: 14 Apr 2026
https://github.com/gituser12981u2/sync
p2p file sharing program built with rust
encryption file-sharing networking p2p-network rocket rust tlc websocket
Last synced: 02 May 2026
https://github.com/geocine/bubble
chat application built with Web Components and Go
chat go webcomponents websocket
Last synced: 02 May 2026
https://github.com/hyunjinno/websocket-tutorial
A repository for testing WebSocket.
Last synced: 14 May 2026
https://github.com/iollaph/pi-image-client
Node.js client that prints Base64 images received via WebSocket to a thermal printer on Raspberry Pi.
base64 nodejs printer raspberry-pi websocket
Last synced: 02 May 2026
https://github.com/sh13y/secure-chat
A real-time secure chat application with end-to-end encryption built with TypeScript, React, Node.js, and MongoDB
chat-application encryption jwt mongodb nodejs react real-time secure-chat typescript websocket
Last synced: 02 May 2026
https://github.com/code-monad/blyat
High performance channel-broadcast webscoket service. Ready to use with a simple docker deployment
Last synced: 10 Jul 2025
https://github.com/exanubes/api-gateway-websocket-api
An AWS Api Gateway Websocket API implementation using Pulumi
aws pulumi typescript websocket websockets
Last synced: 02 May 2026
https://github.com/alisawari/wstunnel-scripts
util scripts to manage and connect easier to wstunnel connections
network tunnel websocket wstunnel
Last synced: 02 May 2026
https://github.com/proximile/proxiport
Self-hosted remote-management server with SSH-over-WebSocket tunnels. Fully open source (AGPL-3.0): no proprietary plugin host, no closed frontend, no capability gates. Continuation of the rport/openrport lineage, with a fresh SvelteKit UI and modernized build.
chisel golang monitoring remote-management remote-management-monitoring reverse-tunnel self-hosted sveltekit websocket
Last synced: 26 May 2026
https://github.com/mkhuda/gowes-pingpong
Golang Websocket PingPong Latency Test
golang melody ping-pong websocket
Last synced: 09 Jun 2026
https://github.com/ashish1906/file-sharing
A cross platform local file sharing web app............
css html javascript nodejs shell webserver websocket
Last synced: 03 May 2026
https://github.com/mehedi752/retrievify-client
Ferot - The Lost & Found System is a web-based platform that enables users to report lost items, find returned belongings, verify ownership, and connect with others to reclaim their items. Designed with trust, transparency and user experience in mind.
firebase html5 javascript react tailwind-css websocket
Last synced: 03 May 2026
https://github.com/fuglede/slackbot
Yet another Go implementation of the Slack RTM API.
hacktoberfest slackbot websocket
Last synced: 16 Nov 2025
https://github.com/ilanaya/cryptonomicon
App for realtime displaying cryptocurrencies prices
broadcasting javascript tailwindcss vuejs websocket
Last synced: 10 Apr 2026
https://github.com/caio-andres/real-time-chat
Real-time chat | Back-end: NestJS + TypeScript + Websockets | Front-end: React with Vite + TypeScript
api json nestjs nestjs-backend react socket-io typescript vite websocket
Last synced: 03 May 2026
https://github.com/ejfkdev/shellanywhere
Secure remote shell access from any browser — WebRTC/WSS transport, E2EE, multi-session, mobile-friendly web terminal
e2ee react remote-shell rust terminal web-terminal webrtc websocket
Last synced: 03 May 2026
https://github.com/liteobject/demo.signalr
Demo SignalR with ASP.NET Core
bootsrtap csharp html javascript signalr websocket
Last synced: 03 May 2026
https://github.com/snuffish/obs-panel
Dashboard application to manage OBS Streaming, Recording, Video/Audio Input sources, Scene selection, monitoring and so on.
nextjs obs recording streaming typescript websocket
Last synced: 03 May 2026
https://github.com/ladmakhi81/bazdidan-api
Bazdidan is project that use for buy house or get help from estate company agent to find your favorite house, in this typeof project you can search based on your requirement and if any estate company agent has any options that related to your requirement, send notification to them to connect to you and talk with you.
docker docker-compose husky jimp localization nestjs postgres prisma rest-api server-sent-event websocket
Last synced: 10 Apr 2026
https://github.com/vishalcodez/discord-fake-mute-deafen-vc-bug
With This Code You Can Make Your Friends Fool ...!!
discord discord-bot discord-js discord-music-bot discordbug discordglitch discordhack discordhacking discordtrick discordvoicehack javascript musicbotdiscord repl websocket
Last synced: 03 May 2026
https://github.com/srect/websocket
WebSocket聊天室
chatroom koa2 socket-io websocket
Last synced: 03 May 2026
https://github.com/shantoislamdev/shellwire
A WebSocket daemon for remote shell execution and interactive terminal sessions, built to give Android apps and agents a full desktop-like shell through Termux
android cli daemon posix pty python remote-execution remote-shell termux websocket
Last synced: 14 Jun 2026
https://github.com/rodrigofontesdev/brutus-api
Uma REST API para a plataforma do Brutus na versão gratuita.
Last synced: 03 May 2026
https://github.com/st1vms/words-on-stream-bot
Words on Stream bot, using Selenium with both Chromedriver and Geckodriver, able to capture websocket events.
bot chrome chromedriver firefox geckodriver python scraper selenium twitch websocket words-on-stream
Last synced: 03 May 2026
https://github.com/yasamin-khodarahmi/dash-realtime-table
A Dash application that provides real-time table management capabilities using Python, Redis, and WebSocket
dash dashplotly python3 redis socket-io websocket
Last synced: 03 May 2026
https://github.com/puckwang/web-realtime-comm-demo
A demo project built with .NET and React to showcase and compare four realtime communication techniques: Polling, Long Polling, WebHook, and Server-Sent Events (SSE).
dotnet long-polling nextjs polling react server-send-event websocket
Last synced: 03 May 2026
https://github.com/eric-souzams/node-polls-realtime
A real-time voting system where users can create a poll and other users can cast their votes in real-time.
docker fastify nodejs postgres prisma-orm redis websocket zod
Last synced: 10 Apr 2026
https://github.com/shahriarkawsik/task-management
A real-time task management app with drag-and-drop, authentication, and instant updates using WebSockets.
drag-and-drop react taildwindcss websocket
Last synced: 03 May 2026
https://github.com/xuyi-tongji/yebfront
element-ui vue vue-router vuex websocket
Last synced: 03 May 2026
https://github.com/skamranahmed/estimatex
estimatex is a cli tool designed to facilitate story point estimation of tasks/tickets directly from the terminal.
golang planning-poker realtime-communication websocket
Last synced: 01 Sep 2025
https://github.com/chiragsdev/codemate-frontend
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.
Last synced: 03 May 2026
https://github.com/tauseefk/reconcile
Collaborative text editor using operational transforms.
collaborative-editing nestjs nodejs operation-transformation typescript websocket
Last synced: 03 May 2026
https://github.com/deepcloudlabs/dcl358-2023-feb-21
DCL-358: Implementing Event-Driven Microservice Architecture using Spring Boot and Apache Kafka
apache-kafka cqrs-pattern event-driven-architecture event-pattern event-sourcing java rabbitmq reactive-programming reactive-systems saga-pattern spring-boot websocket
Last synced: 15 May 2026
https://github.com/suhailroushan13/websocket.io
WebSocket is a computer communications protocol, providing full-duplex communication channels over a single TCP connection. The WebSocket protocol was standardized by the IETF as RFC 6455 in 2011. The current API specification allowing web applications to use this protocol is known as WebSockets
websocket websocket-client websocket-server
Last synced: 26 Jun 2025
https://github.com/sacoo7/socketcluster-client-kotlin
Native kotlin and android client for socketcluster framework in node.js
client kotlin socketcluster websocket
Last synced: 03 Apr 2025
https://github.com/aykevl/domos
Domotica server (home automation backend)
home-automation mqtt websocket
Last synced: 04 May 2026
https://github.com/suconghou/signalserver-php
signalserver in php
data-channel p2p php signalserver swoole webrtc websocket
Last synced: 04 May 2026
https://github.com/pedr0rocha/nodejs-websocket
A simple websocket server with a rest endpoint to get messages stored in mongodb
Last synced: 04 May 2026
https://github.com/emrah13-13/kubernetes-for-students
🚀 Learn Kubernetes through hands-on projects designed for students, making distributed systems easy to grasp without the complexity of YAML.
cloud collaboration docker-tutorial dockerfile freshers go kubernetes kubernetes-service learning microservices-architecture minikube open-source openstack postgresql students tutorial websocket yaml
Last synced: 04 May 2026
https://github.com/yoyoek1/viteyss-site-ioboxcontact
To debug io-box
esp32 io-box iot mqtt oiyshterminal svgjs viteyss viteyss-site- vue websocket yss
Last synced: 04 May 2026
https://github.com/maechabin/websocket-server
express websocket websocket-server
Last synced: 04 May 2026
https://github.com/saibarathr/watch-together
/*In Development learning in-depth about WebRTC */. Personal passion project. Use Case: Watch videos/movies together with your friends & family from any where in the world together using your local videos or any streaming service..
babel react spring-boot webpack5 webrtc-video websocket
Last synced: 04 May 2026
https://github.com/sa2kasov/nodejs-quick-guide
Node.js Quick Guide
express mongodb nodejs nodejs-guide websocket
Last synced: 04 May 2026
https://github.com/ginjigo/ginji
api api-server framework web-framework websocket
Last synced: 13 Jan 2026
https://github.com/datsfilipe/wsnode
This project is a websocket using Node to create a realtime application.
express nodejs socket-io typescript websocket
Last synced: 04 May 2026
https://github.com/ykus4/pypproxy
MITM HTTP/HTTPS proxy for inspecting and modifying traffic — GUI/CUI, rule engine, GraphQL support, security tools
graphql http-proxy https-proxy mitm nicegui penetration-testing proxy python security websocket
Last synced: 14 Jun 2026
https://github.com/fikriaf/ai-vision-web
This is an AI-powered waste classification application that uses computer vision to detect and categorize different types of waste materials.
fastapi fullstack-ai object-detection react realtime waste-detection websocket yolov8
Last synced: 04 May 2026
https://github.com/vishnuka084/notification_services
This project is a notification service built using Spring Boot. It allows users to send notifications to recipients via various channels such as email, SMS, or push notifications. Below is a brief overview of the project:
mysql spring-boot stomp websocket
Last synced: 04 May 2026
https://github.com/chozzz/vargos
Self-hosted agent OS. Persistent memory, multi-channel presence, tools, scheduling, and sub-agent orchestration — any LLM, your hardware.
ai-agent llm local-first mcp runtime telegram typescript websocket whatsapp
Last synced: 15 Jun 2026
https://github.com/adesoji1/openairealtime-api
This describes a conversational bot between An Ai Agent and a Human in Realtime
fastapi mediarecorder openai-api reactjs redis-server schema websocket websocket-client worklet-loader
Last synced: 04 May 2026
https://github.com/itsagurin/messenger-web
Backend-focused messenger web application with paid subscriptions
directus docker nestjs prisma-orm reactjs stripe-payments turborepo websocket
Last synced: 05 May 2026
https://github.com/romulooliveira94/romin-chats
Full-stack Real time chat website, with multiple rooms.
javascript nodejs react socket-io tailwindcss websocket
Last synced: 11 Apr 2026
https://github.com/anubisss/spirit-island-poc
2 players can drag & drop spirit presences to a map from the Spirit Island board game.
nextjs node nodejs react spirit-island spirit-island-board-game web-socket websocket
Last synced: 11 Apr 2026
https://github.com/marialuizaleitao/codedocs-websocket
Real-time collaborative text editor implementing WebSocket communication for document synchronization.
Last synced: 05 May 2026