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/joseluisgs/ts-chat-socketio

Ejemplo de chat usando la librería Socket.io de Node.js, con el objetivo de manejar websocket y crear un chat en tiempo real.

chat-application javascript nodejs socket-io typescript websocket

Last synced: 01 May 2026

https://github.com/catalinfl/adler

High performance WebSocket server library built on top of gobwas/ws

broadcast game-server go gobwas-ws golang hub multiplayer networking real-time rooms session websocket websocket-server

Last synced: 01 May 2026

https://github.com/hashirmeraj/real-time-chat-application

This project is a real-time chat application that allows users to create accounts, join chat rooms, or start private conversations. The application uses WebSocket technology to enable instant messaging between users. It also stores all messages in a MySQL database for future reference.

css html javascript js mysql mysql-database php ratchet ratchet-php-server realtime-database realtimechat realtimechatapp tailwindcss websocket

Last synced: 19 Jan 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/memoryInject/ws-client

WebSocket command line client for testing WebSocket server. | Light weight 🍂 | Blazing fast ⚡ | Portable 💼

bash blazing-fast command-line command-line-tool console-application console-tool cpp linux-app multithreading portable small-tools test testing testing-tools websocket websocket-client websockets

Last synced: 31 Mar 2025

https://github.com/doubledare704/aiowhitebit

Async Python client for WhiteBit cryptocurrency exchange API

api-client asyncio cryptocurrency pydantic websocket whitebit

Last synced: 16 Jan 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/techerfan/panda

A module for simplifying the use of WebSocket.

event-driven go golang publish-subscribe websocket

Last synced: 18 Jan 2026

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/instantwebp2p/sws-spec

SWS - SecureWebSocket Spec

nacl secure-websocekt websocket

Last synced: 29 Jan 2026

https://github.com/dairaga/js

Go WebAssembly and Bootstrap 4 toolkit.

audio bootstrap bootstrap4 file filereader go recorder wave webass websocket xhr xmlthttprequest

Last synced: 23 Jan 2026

https://github.com/hrygo/hotplex

HotPlex — Unified access layer for AI Coding Agent.

aep ai-agent claude-code feishu gateway go openclaw opencode slack websocket

Last synced: 15 May 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/suconghou/signalserver-nim

webrtc signalserver in nim

nim nim-lang p2p signalserver webrtc websocket

Last synced: 16 Mar 2026

https://github.com/jinjoo-lab/real-time-communication-test

실시간 통신 분석 프로젝트 ( Polling, Long Polling, SSE, WebSocket, STOMP )

k6 long-polling polling spring-boot stomp websocket

Last synced: 04 May 2026

https://github.com/alexflipnote/discord.socket

An extension to discord.http to add gateway event support, but as minimal cache as possible

api discord gateway interaction python raw slash socket websocket

Last synced: 23 Oct 2025

https://github.com/wakidurrahman/advanced-node-js

Advanced techniques for asynchronous programming and data streaming in Node.js

protocol streams websocket

Last synced: 14 Apr 2026

https://github.com/patrick-ehimen/chain-alert

A backend-only application that allows users to monitor wallet addresses on EVM-compatible blockchains and Solana. The system tracks wallet balances, detects new token purchases, trades, or transactions, and sends real-time notifications via Telegram.

alchemyapi mongodb nodejs redis solana-web3js telegram-bot telegram-bot-api websocket

Last synced: 26 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/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/musobarlab/socket-draw

realtime websocket drawing app

go golang websocket

Last synced: 12 Oct 2025

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/akotov-dev/vmess-ws

Personal Security Server for VPS (rpm/deb)

security vmess websocket xray-core

Last synced: 22 Jan 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/lagenorhynque/websocket-example

Luminus/Immutant WebSocket example app

clojure clojurescript immutant luminus websocket

Last synced: 25 Oct 2025

https://github.com/jobordu/just-akash

CLI to deploy and manage Akash Network deployments — with lease-shell WebSocket transport (no SSH required)

akash akash-network blockchain cloud-computing deployment websocket

Last synced: 27 May 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/mpol1t/async-websocket-pool

async-websocket-pool is a Python library that enables efficient creation and management of a pool of asynchronous WebSocket clients.

asyncio python websocket

Last synced: 06 Feb 2026

https://github.com/marionauta/automerge-repo-sync-server

A very simple automerge-repo synchronization server that works with Bun.

automerge bun sqlite websocket

Last synced: 28 Jan 2026

https://github.com/mvasilkov/python-browser-based-terminal

Python browser-based terminal app

python terminal tornado websocket xterm-js

Last synced: 25 Oct 2025

https://github.com/nwylynko/connect420

A clone of connect4. Retro Themed Online Multiplayer game built with Reactjs and Socket.io

react socket-io typescript websocket

Last synced: 11 May 2026

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

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

go-cqhttp httpapi qq-bot websocket

Last synced: 28 Jan 2026

https://github.com/masu-baumgartner/lgconnectws

A wrapper for the lg connect websocket api in c#

lg lgconnect websocket

Last synced: 28 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/ok-home/i2c_ws_tools

ESP32 ESP-IDF i2c Tools with websocket interface

esp-idf esp32 esp32c3 esp32s3 i2c websocket

Last synced: 16 Feb 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/swift-libp2p/swift-libp2p-websocket

A WebSocket Transport Module for LibP2P Applications

libp2p libp2p-transport websocket

Last synced: 14 Feb 2026

https://github.com/dayvsonspacca/rwst

Test websockets servers via CLI

rust rust-lang websocket

Last synced: 09 Apr 2025

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/saddickq/kawulaconnect

A modern messaging app that brings people closer with seamless real-time chat and an intuitive interface. With a focus on connection and community, KawulaConnect makes it easy to stay in touch, share moments, and communicate effectively.

chat cloudinary expressjs mongodb-atlas nodejs reactjs shadcn-ui socket-io socket-io-client websocket

Last synced: 01 Mar 2026

https://github.com/quarkiverse/quarkus-json-rpc

JsonRPC over WebSocket services with Quarkus

json-rpc quarkus-extension websocket

Last synced: 24 Apr 2025

https://github.com/andrianalisoa-sylvere/chatapp-api

💬 A NestJS ChatApp API using Socket.io, Postgresql, Typeorm

chat-application nestjs postgresql realtime-chat socket-io typeorm websocket

Last synced: 02 Mar 2026

https://github.com/101t/marketmaker

Market Maker for streaming data from coinbase

coinbase golang websocket

Last synced: 22 Feb 2026

https://github.com/akagi201/orderly-sdk-py

Orderly.Network Async Python SDK

async orderly orderly-sdk pdoc poetry rest websocket ws

Last synced: 27 Apr 2025

https://github.com/btschwertfeger/krakenex.jl

Julia Package to interact with the Kraken Cryptocurrency Exchange API for both Spot and Futures, REST and Websocket endpoints.

api cryptocurrency exchange futures futures-market futures-trading julia-package kraken-exchange-api rest-api spot spot-trading spotify-api trading trading-algorithms websocket websockets-client

Last synced: 03 Mar 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/youichi-uda/droidpilot

Stable Android device automation for AI agents. Uses Accessibility Service + MCP protocol — no ADB, no OCR, just native OS APIs over WiFi.

accessibility-service ai-agents android android-automation automation claude kotlin llm mcp mcp-server mobile-automation model-context-protocol rpa typescript websocket

Last synced: 16 Jun 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/simonfxr/wszero

A high-performance, lightweight WebSocket library for Go.

fast go golang rfc6455 websocket websockets

Last synced: 13 Feb 2026

https://github.com/clinth/remote

A framework for super easy cross device communication

broadcastchannel webrtc websocket

Last synced: 04 Dec 2025

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/mykeels/time-track-sync

A simple app that tracks time spent active on a page and syncs between open tabs

express express-ws javascript node vue websocket

Last synced: 13 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/funnygeeker/keiyume

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

framework python python3 qq websocket ximeng

Last synced: 15 Jun 2026

https://github.com/pradeep-selva/arcadia-typerace

Join or create a room and challenge your friends to a typing race

golang race typescript typing vue websocket

Last synced: 08 May 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/ryhkml/keylogger

Keylogger for Linux. Leaks your keyboard input

c keylogger keystroke linux overlay-obs rootless websocket

Last synced: 11 Mar 2026

https://github.com/abhirockzz/websocket-http-session

How to access HttpSession in WebSocket endpoint

httpsession javaee7 jsr356 servlet websocket

Last synced: 09 Apr 2025

https://github.com/alextanhongpin/chat-playground

Simple standalone chat app with shareable link, inspired by go-playground

chat chat-server go golang gorilla websocket

Last synced: 16 Apr 2026

https://github.com/getoptimum/mump2p-cli

mump2p is the command-line interface for interacting with mump2p — a high-performance RLNC-enhanced pubsub protocol.

cli golang grpc p2p pubsub websocket

Last synced: 17 Jan 2026

https://github.com/frckbrice/social-media-backend

This server provide a Backend functionality for Next.js Front-end. It's a RESTfull API where user perform CRUD operations on users from mongoDB database via mongoose odm. built with TypeScript, Websocket, Nest.js , Mongoose and MongoDB

mongodb-database mongoose-odm nestjs-backend typescript websocket

Last synced: 19 Apr 2026

https://github.com/fasakinhenry/locloud

locloud helps to transfer text from laptop to phone over a local network without internet connection especially on windows

javascript lan laptop local phone webapp websocket

Last synced: 04 Jan 2026

https://github.com/lmangani/pcap2hep

PCAP to HEP Conversion via Browser

hep hepic hepv3 homer js pcap sipcapture websocket ws

Last synced: 12 Feb 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/jayakrishnan-mk/real-time-notification-system

Real-Time-Chat-Application - built on Redis, which internally works on a Queue model for rate limiting. This system handles 500+ plus notifications per second.

authentication-middleware bullmq clean-architecture docker hashmap heartbeat microservice prisma pubsub queue-workers rate-limiting receipts reconnection redis retry-strategies rooms swagger websocket

Last synced: 29 Jul 2025

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/tarsislimadev/foxbit-ws

To get data from Foxbit.

foxbit websocket

Last synced: 09 May 2026

https://github.com/killovsky/nyx

O Projeto Nyx é um plugin opcional desenvolvido em Shell para o Projeto Íris. Ele permite o uso TOTAL do Bash e de programas CLI, como os de hacking, quase qualquer programação e até mesmo o APT, desde que a saída não passe de 65K de caracteres. Com a Nyx, você pode criar funções sem precisar alterar o código principal da Íris ou aprender Node.js.

api bash bot bot-framework curl easy iris jq modular multiplatform plugin post shell socket socket-io termux websocat websocket whatsapp whatsapp-bot

Last synced: 28 Jan 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/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/eldoy/wsrecon

Isomorphic implementation of an automatically reconnecting websocket client.

browser client isomorphic javascript reconnecting-websocket spa websocket

Last synced: 25 Jun 2026

https://github.com/nirebu/naos-quantified-gaming

A Vue frontend for the data provided by the Mionix Naos QG mouse

gaming mionix quantified-self vue vuex websocket

Last synced: 30 Mar 2025

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/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/pfrederiksen/rivian-ls

Production-quality TUI + headless CLI for monitoring Rivian vehicle telemetry via unofficial API

bubbletea cli golang graphql rivian telemetry tui websocket

Last synced: 05 Apr 2026

https://github.com/kiwifruitdev/sfm-bridge-gmod

A websocket client for Garry's Mod intended to retrieve scene and frame data from SFM Bridge.

garrysmod gmod lua sfm websocket

Last synced: 21 Apr 2025

https://github.com/itraceur/sockjs-channels

WebSocket emulation - SockJS server implementation for Django Channels.

asgi asyncio channels django realtime-communication realtime-web realtime-web-application sockjs websocket

Last synced: 23 Jun 2026

https://github.com/tinawebdev/skillbox-chat-server

Simple Chat Server using Sockets

chat-server cpp-chat uwebsockets websocket

Last synced: 20 Jun 2026

https://github.com/shobhit2205/runcode

RunCode is an online code editor and compiler that enables real-time collaboration between two users in the same room.

docker nodejs reactjs websocket

Last synced: 11 Feb 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/mr-addict/moonlight

物联网月球灯

arduino esp32 websocket

Last synced: 13 Apr 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/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/dinsaw/spring-boot-jetty-websocket-example

Basic example of how to configure Jetty WebSocket with Spring Boot

java jetty-server spring spring-boot websocket

Last synced: 17 Apr 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