An open API service indexing awesome lists of open source software.

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.

https://github.com/banyc/mux

A high-throughput duplex-openable multiplexer on any reliable protocols

high-throughput io mux network-protocol structured-concurrency tcp tokio websocket

Last synced: 01 Apr 2025

https://github.com/envek/go-websocket-webtransport-server

Dual WebSocket and WebTransport chat server in Go

golang websocket webtransport

Last synced: 26 Mar 2025

https://github.com/unrealandychan/gemini-live-translate-demos

5 practical demos for Gemini 3.5 Live Translate API — dubbing, podcasts, live mic, bilingual subtitles

dubbing ffmpeg gemini google-ai live-translate python real-time speech-to-speech subtitles translation websocket yt-dlp

Last synced: 21 Jun 2026

https://github.com/funnyboy-roks/chess

Mutiplayer chess using websocketrs and p5js

chess javascript p5js socket-io sockets typescript websocket

Last synced: 10 May 2026

https://github.com/brej-29/collaborative-data-insights-portal

Collaborative Data Insights Portal is a real-time dashboarding app where users can upload datasets, auto-generate or manually build charts, edit them live across tabs with WebSockets, and persist configurations in the backend. Built with React, Spring Boot, and WebSocket-based sync for seamless multi-user collaboration.

analytics-portal auto-chart-generation backend-persistence chart-sync chartjs collaborative-analytics dashboard data-cleaning data-visualization dataset-insights frontend live-editing multi-user openrouter react real-time-collaboration spring-boot ui websocket

Last synced: 04 Apr 2026

https://github.com/mat-sz/poll-ws

🗳️ Decision making software backend (TypeScript/node/WebSockets).

nodejs typescript websocket websocket-server

Last synced: 10 May 2026

https://github.com/litert/node-ws-utils

A C++ native extension providing utilities for WebSocket, in NodeJS.

websocket

Last synced: 04 Apr 2026

https://github.com/applefrittr/messenger-api

API to work with the Messenger-app client. Created using Node.js and the Express framework.

express mongodb mongoose nodejs websocket

Last synced: 04 Apr 2026

https://github.com/alextanhongpin/go-websocket

A deeper look into websocket with golang

go golang websocket

Last synced: 24 Mar 2025

https://github.com/mzd-hseokkim/agent-character-dashboard

Real-time multi-agent observability dashboard that visualizes Claude Code sessions as animated pixel art characters

ai-agent anthropic bun claude claude-code dashboard observability pixel-art react websocket

Last synced: 21 Jun 2026

https://github.com/kacperfaber/wsl

💎WebSocket MVC framework, based uppon Spring to create WebSocket servers with many endpoints and with an amazing extensions system 💎

cicd framework gradle kotlin maven mvc spring websocket ws

Last synced: 18 Apr 2026

https://github.com/amafjarkasi/windows-screenshot-mcp-server

🚀 Production-ready Windows Screenshot MCP Server with real-time WebSocket streaming, Chrome DevTools integration, and comprehensive APIs. Built with Go for high-performance native Windows screenshot automation.

api automation chrome-devtools golang mcp real-time screenshot streaming websocket windows

Last synced: 18 Apr 2026

https://github.com/legendarym4x/app_socket_udp

Simple Web App with UDP Socket Communication

python threading websocket

Last synced: 22 Jun 2026

https://github.com/ericflo/modelrelay

Central HTTP LLM proxy that routes inference requests to authenticated remote workers over WebSocket — queueing, streaming, and cancellation included.

anthropic-compatible gpu inference llama llm openai-compatible proxy rust websocket worker

Last synced: 18 Apr 2026

https://github.com/crolang-p2p/examples-kotlin-crolang-p2p-node-jvm

Examples on how to use the CrolangP2P library in a JVM (Kotlin) environment for the CrolangP2P project

cross-platform distributed-systems framework java jvm kotlin p2p websocket

Last synced: 18 Apr 2026

https://github.com/iwatanikenji/websocket-chat

Real-time chat implemented with websocket basics and Vue client

nestjs real-time socket-io vuejs websocket

Last synced: 10 May 2026

https://github.com/iluha168/obcb-api-wrapper

(WebSocket) API wrapper for One Billion Checkboxes by Alula

api deno jsr obcb onemillioncheckboxes ts websocket

Last synced: 19 Apr 2026

https://github.com/mevdschee/php-wamp-observer

High frequency websocket (WAMP RPC) message logging in PHP and aggregating into metrics using Go

metrics prometheus wamp-protocol websocket websockets

Last synced: 31 Mar 2025

https://github.com/007tickooayush/socketioxide-rust-chat

A socket.io implementation of websockets using Rust programming to create an Http Server capable of handling websocket and HTTP requests.

axum mongodb rust serde serde-json socket-io socketioxide tokio websocket

Last synced: 11 May 2026

https://github.com/fajarwz/blog-laravel-reverb

Laravel Reverb example, realtime communication through Websocket | Blog on fajarwz.com

blog laravel reverb websocket

Last synced: 19 Apr 2026

https://github.com/arshamroshannejad/websocket-chat

ChatApp is a real-time chat application that allows users to communicate with each other using websockets and a simple user interface

docker golang gorilla net-http postgres redis session websocket

Last synced: 19 Apr 2026

https://github.com/jarenal/horseracing

Horse Racing is a game for testing purposes using websockets and PHP.

php websocket

Last synced: 04 Jun 2026

https://github.com/humbertodias/ws-live-chat-system

WebSocket Live Chat using Load Balancer with HAProxy

docker haproxy nodejs websocket

Last synced: 11 May 2026

https://github.com/samuelematias/flutter-websocket-example

🔁 A Simple Flutter Project Example using WebSocket.

dart flutter socketio websocket

Last synced: 10 Jun 2026

https://github.com/ahmed-gelemli/docker-agent-backend

Lightweight, secure Docker agent with REST and WebSocket APIs for container management and real-time monitoring, built with FastAPI.

backend container-management docker docker-compose fastapi mcp-server monitoring real-time rest-api websocket

Last synced: 20 Apr 2026

https://github.com/elsmr/cycle-ws-driver

A Cycle.js Driver for using WebSockets

cyclejs driver websocket

Last synced: 11 May 2026

https://github.com/dannywillems/near-intents-tools

Tools for monitoring and interacting with NEAR Intents protocol

blockchain crypto intents near near-protocol rust websocket

Last synced: 11 May 2026

https://github.com/maximemoreillon/shcp

Smart Home Control Panel

home-automation mqtt nodejs websocket

Last synced: 04 May 2026

https://github.com/gamitej/basic-chat-app

A basic chat app for understanding the basics of web-sockets

express http nodejs reactjs socket-io websocket

Last synced: 12 Apr 2026

https://github.com/cole-maxwell1/chatroom

Websocket Chatroom

go htmx templ websocket

Last synced: 21 Apr 2026

https://github.com/seldszar/stug

Simple web server broadcasting file changes through WebSocket.

filesystem watcher webserver websocket

Last synced: 21 Apr 2026

https://github.com/randika00/hotel_management

Hotel management project provides room booking, staff management and other necessary hotel management features.

api-rest blade-template boostrap json-api websocket

Last synced: 21 Apr 2026

https://github.com/kzw200015/kt-tunnel

Reverse tunneling tool based on Kotlin, Netty, and WebSocket

kotlin netty tunneling websocket

Last synced: 22 Apr 2026

https://github.com/aknopov/websocket-simulator

Java library for unit testing websockets

java library simulator websocket

Last synced: 22 Apr 2026

https://github.com/yamanote1138/yardbird

Vue 3 web interface for controlling model railroad layouts via JMRI's WebSocket API

jmri model-trains railroad vuejs websocket

Last synced: 11 May 2026

https://github.com/aleksbgbg/twitch-streams-chat

WebSocket server, including a client module, used for the Twitch Streams chat.

chat csharp javascript twitch websocket

Last synced: 22 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: 09 May 2025

https://github.com/lancaluis/mysailer-chat

A real-time chat application made with Python + Websocket and React.js

fastapi framer-motion python reactjs shadcn-ui typescript vite websocket

Last synced: 12 Apr 2026

https://github.com/surendrakumar6350/chat-app

secure anonymous chat platform built with React (frontend) and WebSocket (Node.js) (backend).

postgresql prisma typescript webrtc websocket

Last synced: 24 Apr 2026

https://github.com/hanz-archer/vscode-live-collab

A VS Code extension for real-time collaboration, allowing multiple users to edit the same file simultaneously. It syncs changes across instances using a unique document ID, making collaborative coding seamless.

extension firebase json typescript visual-studio-code websocket

Last synced: 12 May 2026

https://github.com/fabo2303/springboot-aws-dynamodb-postgresql

Task and climate data management app on AWS, using Spring Boot, WebSockets, DynamoDB, and PostgreSQL for real-time updates and global climate data.

aws-dynamodb aws-ec2 aws-rds html-css-javascript java spring-boot springboot websocket

Last synced: 24 Apr 2026

https://github.com/azeemidrisi/velocity

Real-time chat app built with MERN, React Native & Socket.io

chatapp express mern-stack mongodb nodejs react realtime socket socket-io websocket

Last synced: 11 Feb 2026

https://github.com/sulmar/dotnet-core-websocket

Przykład obsługi WebSocket w .NET Core

dotnet-core3 websocket

Last synced: 22 Jun 2026

https://github.com/deepakpatankar07/el-meet

A video conferencing application using the webrtc-sfu mediasoup

mediasoup sfu typescript webrtc websocket

Last synced: 25 Apr 2026

https://github.com/marcelocantos/pigeon

WebTransport relay library (Go + Swift + Kotlin + C + TypeScript) with E2E encryption. Backends behind NATs/firewalls; relay sees only ciphertext.

aes-gcm e2e-encryption encryption go pairing relay swift websocket x25519

Last synced: 29 May 2026

https://github.com/nathan-i-martin/websocket-provider

A simple template that can be used to setup websocket servers or clients

abstraction websocket websocket-client websocket-server

Last synced: 07 Jun 2026

https://github.com/pierrad/hangmanws

Multiplayer Hangman game with WebSocket

css html javascript nodejs websocket

Last synced: 12 May 2026

https://github.com/robert-96/websockets-cursor-sharing

An interactive web application that shares cursor positions in real-time, created using WebSockets and Node.js.

demo javascript nodejs sockjs websocket

Last synced: 27 Apr 2026

https://github.com/tusho7/local-recommendations-front

A modern local recommendations platform built with React, Vite, and Tailwind CSS, leveraging TypeScript for type safety. The frontend allows users to browse and add recommendations for various categories, such as food, services, and attractions, with a clean and responsive user interface.

axios react sweetalert2 tailwind typescript websocket

Last synced: 27 Apr 2026

https://github.com/pedro-demeu/chat_django

Criando um chat realtime com django framework

chat-realtime django fullstack-development websocket

Last synced: 27 Apr 2026

https://github.com/gabihodoroaga/http-grpc-websocket

How to run HTTP, gRPC, websocket all on the same port on Google Cloud Run

cloud-run gcp google-cloud-platform grpc https websocket

Last synced: 27 Apr 2026

https://github.com/o-rumiantsev/exchange

Data Exchange System (Prototype)

chat css data exchange system websocket

Last synced: 27 Apr 2026

https://github.com/yazelin/industrial-ai-dashboard-starter

Realtime industrial dashboard starter with FastAPI WebSocket, simulated AGV/machine data, and AI summary hook.

agv dashboard fastapi industrial-iot websocket

Last synced: 23 Jun 2026

https://github.com/ywatanabe1989/scitex-orochi

Django + Channels hub that tracks Claude Code agents across a fleet — real-time WebSocket messaging, channel routing, live dashboard with pane state, hook-event telemetry, and functional-heartbeat liveness probes.

ai ai-agents anthropic automation claude-code dashboard developer-tools django fleet-management mcp multi-agent orchestration scitex scitex-ecosystem telemetry tmux websocket

Last synced: 28 Apr 2026

https://github.com/z-ray-entertainment/el_decko_backend_obs_ws

OBS Studio Websocket backend for El Decko

obs obs-studio python-3 websocket

Last synced: 03 Oct 2025

https://github.com/daikiojm/angular-coincheck-demo

Sample implementation to display coincheck websocket api.

angular rxjs websocket

Last synced: 28 Apr 2026

https://github.com/kriogenia/allforone-service

Repository of the service for the 4l1 (AllForOne) project

alzheimers-disease hacktoberfest nodejs rest-api tfg typescript websocket

Last synced: 29 Apr 2026

https://github.com/jdy8739/websocket-study

WebSocket protocol 스터디

socket-io webrtc-video websocket

Last synced: 06 May 2026

https://github.com/telattar/restauranto

A NestJS REST API for managing restaurants and orders. Includes caching, validation, and real-time updates via WebSockets.

nestjs prisma websocket

Last synced: 29 Apr 2026

https://github.com/eibens/wsfs

WebSocket server (ws) that broadcasts file system (fs) events to its clients.

deno events fs server typescript web websocket

Last synced: 29 Apr 2026

https://github.com/mat-sz/poll-web

🗳️ Decision making software frontend (TypeScript/React/WebSockets).

react reactjs typescript websocket

Last synced: 29 Apr 2026

https://github.com/deya19/sportz

WebSockets Real-Time Sports Engine (10ms Updates)

websocket websockets ws

Last synced: 29 Apr 2026

https://github.com/abelflopes/websocket-sensors

Implementation of a React application Connected to a websocket server displaying live information from multiple sensors

react redux redux-toolkit typescript websocket

Last synced: 29 Apr 2026

https://github.com/ebowwa/ai-proxy-core

Minimal, stateless AI service proxy for Gemini and other LLMs

ai api-proxy async gemini library llm multimodal ollama openai opentelemetry python websocket

Last synced: 29 Apr 2026

https://github.com/hiper2d/signaling-service

Spring Reactive WebSocket web service echoes incoming messages to all clients. Required by WebRTC applications

gradle kotlin netty-server reactive spring-boot-2 webflux websocket

Last synced: 23 Jun 2026

https://github.com/v0id-user/wasmchannel

Experimental app using Rust+Wasm on Next.js frontend & Cloudflare Workers backend, featuring a custom binary protocol.

binary cloudflare nextjs protocol queue real-time rust wasm websocket workers

Last synced: 29 Apr 2026

https://github.com/diegogtz03/pcpower

API and WebSocket server for remote ESP32 powered PC power monitor and switch

api nodejs websocket

Last synced: 30 Apr 2026

https://github.com/dehongi/iming

A real-time instant messaging application built with Django, demonstrating the use of WebSocket technology for instant communication. This project serves as a practical example of implementing real-time features in Django applications.

daphne django django-channels websocket

Last synced: 08 Jun 2026

https://github.com/neo-ciber94/http1-rs

A simple HTTP/1.1 server implementation

client http1-1 rust server sse websocket

Last synced: 09 Jun 2026

https://github.com/kenken64/merlioncoin

Simple Blockchain written in Javascript

nodejs websocket

Last synced: 30 Apr 2026

https://github.com/iyedexe/libxchange

Unofficial Client Library for Binance in C++

async binance bitcoin cpp17 cpp20 crypto fix low-latency rest 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/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