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/rishiganeshe/crypto-alert-system

A high-performance cryptocurrency API that provides real-time market data, caches responses using Redis, and allows users to set price alerts with instant email notifications via SendGrid. The system also includes a WebSocket connection for continuous updates, ensuring seamless tracking.

expressjs mongodb nodejs redis-cache sendgrid websocket

Last synced: 13 Apr 2026

https://github.com/abiosgaming/push-api-client

[deprecated] A demo client showing how to subscribe to Abios' data pushes

demo-client deprecated esports golang push-api websocket

Last synced: 14 Jan 2026

https://github.com/mutasim77/fast-redis-chat

💬🚀 Scalable real-time chat app with WebSockets and Redis, featuring horizontal scaling and live connection tracking.

caddy docker fastify horizontal-scaling nextjs redis reverse-proxy websocket

Last synced: 27 Jan 2026

https://github.com/ashad001/rapidchat

A react + golang chat application

backend chat-application golang react real-time-chat rooms websocket

Last synced: 21 Jan 2026

https://github.com/wamp3hub/wamp3router

Router for Web Application Messaging Protocol

messaging networking real-time router wamp wamp3hub websocket

Last synced: 14 Jan 2026

https://github.com/haskell-miso/miso-websocket

⚡ A simple WebSocket example

haskell miso websocket

Last synced: 11 Oct 2025

https://github.com/snaffi/booze

Golang Websocket RPC implementation

go golang json-rpc json-rpc2 websocket ws

Last synced: 14 Jan 2026

https://github.com/klouskingsley/mpnats

微信/支付宝/百度小程序的nats客户端, nats client for wechat/alipay/baidu mini program

message mini nats program websocket ws

Last synced: 13 Oct 2025

https://github.com/bhaskarblur/distributed-chat-system

A scalable, distributed chat system built with Go - Gin, Kafka, and WebSocket. Distributes messages over services via Kafka

chat-application gin-gonic golang kafka redis websocket

Last synced: 27 Jan 2026

https://github.com/mk4levi/mern-chatting-app

This MERN-Chatting-App is a real-time messaging platform. It supports user authentication, one-on-one and group chats, with real-time updates via WebSockets. The responsive React.js front-end ensures a smooth UX, while the Node.js and Express.js backend efficiently manages data and user interactions.

bcrypt-nodejs cloudinary-api docker jwt-authentication mern-stack websocket

Last synced: 26 Feb 2026

https://github.com/julesgoullee/poloniex-api-push

Poloniex push api over websocket

api poloniex trade websocket

Last synced: 17 Oct 2025

https://github.com/tricked-dev/dws

The first fully opensource Skyblock mod backend lol.

axum rust websocket

Last synced: 01 Jun 2026

https://github.com/maxedpc08/astrolabe

Astrolabe is a vision processing software for FRC teams. It is capable of object detection and apriltag detection, along with calculating a bunch of stuff about the object's location. It is designed to be the easiest vision processing system to use for FRC teams.

first-robotics first-robotics-competition frc python vision-processing websocket

Last synced: 24 Oct 2025

https://github.com/tattle-made/viral-spiral-backend

a multiplayer card game about sharing news on the internet

game python websocket

Last synced: 15 Mar 2026

https://github.com/yoruakio/websocket-server

📡 WebSocket-Server: Simple websocket server build using websocketpp and asio libraries.

cmake cpp json server websocket websockets websockets-client websockets-server

Last synced: 23 Jan 2026

https://github.com/lagenorhynque/websocket-example

Luminus/Immutant WebSocket example app

clojure clojurescript immutant luminus websocket

Last synced: 25 Oct 2025

https://github.com/philipphermes/planning-poker

Planning Poker is a lightweight web app for agile teams to collaboratively estimate tasks. Built with Next.js, TypeScript, and WebSockets, it provides real-time updates, secure authentication, and persistent storage with SQLite/Drizzle ORM.

nextjs planning-poker react sqlite typescript websocket

Last synced: 23 Jan 2026

https://github.com/viktorsvertoka/goit-cs-hw-06

Home task for Computer Systems and Their Fundamentals course💾

bootstrap docker goit goit-cs-hw-06 html5 mongodb python websocket

Last synced: 28 Jan 2026

https://github.com/xenon5401/skynet-baritone

SkyNet est une app pour gérer des bots Minecraft. Elle automatise le lancement d'instances, contrôle les bots via WebSocket et propose une interface Electron moderne. Elle permet de lancer plusieurs comptes, envoyer des commandes et automatiser des tâches comme le minage.

automation baritone bot electron meteor-client minecraft websocket

Last synced: 28 Feb 2026

https://github.com/mpol1t/off_broadway_websocket

An Off-Broadway producer enabling real-time ingestion of WebSocket data.

broadway elixir websocket

Last synced: 27 Oct 2025

https://github.com/xcwqw1/xc-qq-robot

一个python萌新写的多线程对接go-cqhttp的屎山玩意

go-cqhttp httpapi qq-bot websocket

Last synced: 28 Jan 2026

https://github.com/ndrean/demo-solidjs-websockets

Phoenix LiveView with Solidjs with WebSockets

apexcharts elixir liveview solidjs websocket websockets-client

Last synced: 06 Feb 2026

https://github.com/wesleymcginn/simple-websocket-example

If you have node.js, you can run server.js and host a document using your computer as the server. Anyone connected to your router can type on the document, and it will update for everyone.

document html ip ipv4 ipv4-address localhost node-js nodejs server server-side textarea websocket websocket-client websocket-connection websocket-server

Last synced: 28 Jan 2026

https://github.com/suconghou/signalserver-nim

webrtc signalserver in nim

nim nim-lang p2p signalserver webrtc websocket

Last synced: 16 Mar 2026

https://github.com/mesquitte/mesquitte-client

mqtt v3.1.1/v5.0 client, support tcp, websocket and quic

mqtt-client websocket

Last synced: 25 Feb 2026

https://github.com/mono424/go-pts

Go Library for WebSocket Channel Management ✨

go golang websocket

Last synced: 30 Jan 2026

https://github.com/soumyadip007/websocket-message-broking-using-spring-boot-rest-microservices-thymeleaf-sockjs-webjars

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, and the WebSocket API in Web IDL is being standardized by the W3C. WebSocket is distinct from HTTP.

java jquery messagebroker microservices microservices-architecture restapi sockjs spring-boot topic-modeling webjars websocket websocket-client websocket-server

Last synced: 31 Jan 2026

https://github.com/sadrib-perfecthonest/whatsapp-clone

It is the repository of whatsapp clone UI where there is chat section applied websocket and camera section also works properly

chat-application chatapp flutter flutter-app flutter-ui socket-io websocket whatsapp whatsapp-clone

Last synced: 31 Jan 2026

https://github.com/alcoralcor/lidarz

OKDO LD06 Serial binary to WebRTC Data channel and/or Websocket

lidar python webrtc websocket

Last synced: 25 Feb 2026

https://github.com/minarox/wsc-plugin

Bi-directionnal communication between WebSocket server and Rocket League

bakkesmod cpp rocket-league websocket

Last synced: 25 Feb 2026

https://github.com/maitrungduc1410/socket.io-mesh-adapter

The first adapter that truly scales your SocketIO app horizontally 🚀

mesh mesh-network scale socketio websocket

Last synced: 26 Feb 2026

https://github.com/kerolesnabiel/realtimechatapi

This API enables real-time messaging using WebSockets, providing instant communication and updates. With seamless message delivery and real-time notifications, users can interact with the app without delays. Built with ASP.NET Core and SignalR, it also includes user authentication for secure communication.

asp-net-core-web-api cqrs entity-framework-core jwt-authentication real-time restful-api signalr sql-server websocket

Last synced: 10 Feb 2026

https://github.com/sheninthjr/bloggerhub

BloggerHub is a feature-rich web application that empowers users to connect, share content, and engage in real-time conversations. Built on a robust tech stack including Next.js, GraphQL, WebSocket. BloggerHub offers a seamless and modern experience for bloggers and content enthusiasts.

express graphql next-auth nextjs postgresql prisma redis tailwindcss websocket zod

Last synced: 10 Feb 2026

https://github.com/alexander-hagen/node-api-kucoin

Non-official implementation of KuCoin's API's. Developed for personal use.

api-rest javascript kucoin nodejs websocket

Last synced: 10 Feb 2026

https://github.com/fquffio/pointers-arena

Sample application to demonstrate WebSocket APIs in Amazon API Gateway.

aws aws-apigateway aws-dynamodb aws-lambda serverless websocket

Last synced: 16 Apr 2026

https://github.com/dheerajgits/peerconnect-server

This backend repository powers a video calling application built with typescript, utilizing PeerJS for seamless peer-to-peer connections and WebSockets for real-time communication. Designed with an MVC architecture, this backend helps in creating rooms, joining and other tasks along with providing other endpoints for analytics purposes of class.

mvc mvc-architecture peerjs socket-io streaming typescript webrtc websocket

Last synced: 12 Feb 2026

https://github.com/linux300/network

# Network is set of tools mainly for local user.

ansible bash devops docker javascript penetration proxy python ruby websocket

Last synced: 02 Apr 2026

https://github.com/romulodm/go-chess

A multiplayer chess game made with React and Gorilla WebSocket.

chess chess-game go gorilla-websocket react websocket

Last synced: 28 Feb 2026

https://github.com/yuantsai1115/ar.camera.mobile

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: 13 Feb 2026

https://github.com/sshtools/uhttpd

A very simple Java embeddable HTTP/HTTPS server that has no external dependencies

http http-server https https-server java unit-testing websocket

Last synced: 01 Mar 2026

https://github.com/rice-awa/mc-mcp-server

使用python构建的基于WebSocket和mcp-server的minecraft bedrock AIAgent服务器

aiagent deepseek gpt llm mcbe mcp-server minecraft python scriptapi websocket

Last synced: 16 Apr 2026

https://github.com/behzadam/wotes

Advanced web concepts like: WebSocket, Core Vitals, Performance, etc.

performance web-vitals websocket

Last synced: 02 Mar 2026

https://github.com/deepsalunkhee/blockmeet

A Decentralaized Video Conferencing application which uses our own Hydrocarbon architecture ⚙️

decentralized express mongodb polygon react solidity tailwindcss webrtc websocket

Last synced: 01 Apr 2026

https://github.com/huntlabs/netkit

This library contains tcp / http / http2 / websocket servers and clients.

client http http2 server tcp websocket

Last synced: 03 Mar 2026

https://github.com/marceldobehere/goofy-web-ssh-client

a web client to ssh into servers that offer ssh over websockets

client css html js libssh2 ssh web websocket websockets xterm

Last synced: 18 Apr 2026

https://github.com/24h-du-code-2025/backend

Backend repository containing implementation of an AI agent for hotel management.

ai-agent api artificial-intelligence flask llm websocket

Last synced: 04 Mar 2026

https://github.com/paulkokos/project-management-dashboard

A comprehensive project management dashboard with real-time collaboration, task tracking, and team management features

collaboration dashboard django project-management react real-time task-tracking team-management websocket

Last synced: 02 Apr 2026

https://github.com/renanstn/godot-multiplayer-game

Pequeno projeto de um web game multiplayer com websockets. Feito com godot + servidor em Node.js.

godot nodejs websocket

Last synced: 17 Apr 2026

https://github.com/sutac/connect4

Connect4 is a project aimed at implementing the classic game of the same name using web technologies.

css-modules expressjs mongodb nextjs nextjs14 nodejs typescript websocket

Last synced: 04 Apr 2026

https://github.com/st1vms/ws-listener

Python Websocket listener based off Selenium and Chromedriver

chrome chromedriver interceptor listener python reader selenium websocket windows

Last synced: 17 Apr 2026

https://github.com/ichiro-its/kumo-app

React wrapper for Kumo client library

kumo kumo-client material-ui provider react ros ros2 typescript websocket

Last synced: 18 Apr 2026

https://github.com/pandaoh/chatroom

websocket 实现的聊天室,一个是 php 原生 websocket+vue 实现的聊天室,另一个是通过 swoole 扩展实现的聊天室,供大家学习参考。

element-ui php swoole vue websocket

Last synced: 19 Apr 2026

https://github.com/symblai/twilioflex-inbound-adapter

A sample app with starter code for implementing Twilio Media Streams over Symbl.ai's WebSocket Streaming API. Build your own custom, fully programmable continuous conversation intelligence application.

100daysofcode amazon api aws chime media-streaming-demo sentiment starter-code symbl transcription twilio websocket websockets

Last synced: 19 Apr 2026

https://github.com/ayushshri/you-chat

A client Chat Appliation or Instant Messenger built using Socket.io and Node.JS where users can seemlessly group chat by joining the common public chat room. It also Offers Auto-Reconnection support.

chat express groupchat nodejs socket-io websocket

Last synced: 20 Apr 2026

https://github.com/gabeduartem/simple-ws-wrapper

Provides a socket.io inspired API for sockets, but using native websockets protocol

native socket socket-io socketio sockets web websocket websockets ws

Last synced: 26 Apr 2026

https://github.com/shilo/mimic

Clone-and-play multiplayer for Godot. Drop in a MimicSync node and make your scenes network-aware, with high-level nodes for connection and gameplay.

client enet game-development gdscript godot godot-4 godot-addon godot-engine multiplayer multiplayer-synchronizer netcode networking online-game replication rpc server synchronization tcp udp websocket

Last synced: 08 Jun 2026

https://github.com/tianqbu/doppelvoice

Real-time Chinese↔English speech translation with zero-shot voice cloning · 端到端实时语音翻译 + 0样本音色克隆 · Powered by Doubao Seed LiveInterpret 2.0

chinese-english doubao protobuf pyside6 real-time simultaneous-interpretation speech-translation voice-cloning websocket windows

Last synced: 02 May 2026

https://github.com/wesh92/fastapi-websockets-llm-example

Example of Websockets Implementation in FastAPI/Python

ai fastapi fastapi-template llm openrouter python websocket

Last synced: 28 Apr 2026

https://github.com/ronffy/fivechat

基于node + websocket,在线聊天程序

h5 node-websocket nodejs websocket

Last synced: 28 Apr 2026

https://github.com/davidyen1124/not-really-mcp-client

A confusingly-named Node.js client for Claude Code's VS Code bridge (not actually MCP)

claude cli json-rpc mcp nodejs vscode websocket

Last synced: 30 Apr 2026

https://github.com/wunamesst/tailr

A blazing-fast log tail & search server. Single binary, web UI, real-time streaming.

devops log-search log-tail log-viewer monitoring rust vue3 websocket

Last synced: 09 Jun 2026

https://github.com/spiral/simple-chat

A real-time demo chat application using the Spiral Framework, RoadRunner, and Centrifugo with authentication and bidirectional communication.

bidirectional centrifugo grpc php roadrunner spiral-framework websocket

Last synced: 04 May 2026

https://github.com/cntryl/fitz

Unified broker for KV, queue, notice, RPC, lease, stream, and schedule messaging patterns.

event-driven key-value-store message-broker pubsub queue rpc rust scheduler stream-processing tcp websocket

Last synced: 09 Jun 2026

https://github.com/zhaocong6/marketservice

虚拟货币交易所行情数据接口

channel gin grpc rest-api websocket

Last synced: 06 May 2026

https://github.com/weiyu0824/chopia

A chatting platform that summerizes chat history in real time

mongodb nlp nodejs react rest-api websocket

Last synced: 06 May 2026

https://github.com/kei-k23/realtime-chat-app

This is simple real-time chat application using Spring boot backend and React frontend.

react spring-boot websocket

Last synced: 06 May 2026

https://github.com/statiohq/funk.js

🔌 NodeJS Library for interacting with Funk - Statio's Realtime Service

api funk library nodejs realtime statio typescript websocket wrapper

Last synced: 07 May 2026

https://github.com/maechabin/websocket-leaflet-sample

The sample web app that can share the location information with WebSocket

leaflet react sample websocket

Last synced: 07 May 2026

https://github.com/tdjsnelling/orderbook

Simple Node.js FIFO order matching engine, powered by Redis

matching-engine nodejs orderbook protobuf redis trading websocket

Last synced: 08 May 2026

https://github.com/rhazra-003/footballer_dashboard

A footballer dashboard made with matplotlib using data from Fbref and Understat

beautifulsoup4 matplotlib-pyplot numpy pandas websocket

Last synced: 08 May 2026

https://github.com/tarsislimadev/foxbit-ws

To get data from Foxbit.

foxbit websocket

Last synced: 09 May 2026

https://github.com/fullstop000/golang-online

A web app for compiling .go file online using Websocket and native go tools

golang websocket

Last synced: 10 May 2026

https://github.com/54ac/websocket-irc

An IRC-like experience in the browser by using WebSockets.

irc mongodb nodejs websocket

Last synced: 10 May 2026

https://github.com/phearzero/chat-server-gg

Basics of WebSocket Scaling

websocket websocket-chat

Last synced: 11 May 2026

https://github.com/jedirandy/http4s-elm-chatroom

A chatroom example in Scala/http4s and Elm

chatroom circe elm fs2 http4s scala websocket

Last synced: 14 May 2026

https://github.com/alisharjeell/termotebackend

A Rust-based lightweight Agentic Development Environment (ADE) that boosts your productivity with a persistent multi-pane workspace, built-in tools, and one-click remote access so you can keep working from your phone, anywhere.

ade agentic-development-environment remote-access remote-control rust terminal websocket

Last synced: 11 Jun 2026

https://github.com/microchiptech/pic32mzw1_websocket_http_website

"IoT Made Easy!" - This example application enable a websocket server with the HTTP website, temperature and light intensity value is send to the browser through the websocket connection and display in real time.

http pic32mzw1 webpage website websocket wfi32 wfi32iot-board

Last synced: 12 Jun 2026

https://github.com/primebible/primebible-obs

Professional Bible verse overlay for OBS Studio - Live streaming tool for churches, worship

bible bible-verses church live-streaming ministry nodejs obs obs-studio open-source overlay streaming websocket worship

Last synced: 14 Jun 2026

https://github.com/funnygeeker/keiyume

溪梦框架:依赖go-cqhttp运行,简单易用的qq框架,适合入门级开发者~

framework python python3 qq websocket ximeng

Last synced: 15 Jun 2026

https://github.com/cplieger/plex-exporter

See what your Plex server is doing in Grafana — sessions, libraries, bandwidth, transcoding

distroless docker golang grafana homelab metrics monitoring plex plex-media-server prometheus prometheus-exporter websocket

Last synced: 16 Jun 2026

https://github.com/zeek/zeek-websocket-rs

Bindings for Zeek's WebSocket API

c python rust websocket websocket-client zeek

Last synced: 23 Jun 2026

https://github.com/nsarrazin/react-flask-template

A template for starting projects with react & typescript on the front-end plus flask and socketio on the backend. Supports docker deployment and a dev environment.

docker flask gunicorn nginx python react socket-io template typescript websocket

Last synced: 10 Apr 2026

https://github.com/eseom/vue-nes

vuejs hapi nes plugin

hapi nes vue websocket

Last synced: 26 Apr 2026

https://github.com/litetex/swaps

Start a program/process without a auto-starting service

c-sharp launcher websocket windows-service

Last synced: 12 May 2025

https://github.com/misitebao/eddie

A video conference solution based on WebRTC and NodeJS | 基于 WebRTC 和 NodeJS 的视频会议解决方案

eddie misitebao nodejs trun webrtc websocket

Last synced: 28 Apr 2026