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/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/raycad/nodejs-cluster

NodeJS Performance Testing

nodejs-cluster websocket

Last synced: 16 Mar 2025

https://github.com/javieracevedoc/letsgotalk

This its just the third project of a serie that belong my portfolio. Here you can find an app (client/server) to chat over the protocol WS (websocket)

angular chat golang typescript websocket

Last synced: 13 Feb 2026

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/koko37/orderbook-component

Basic orderbook component with websocket

centrifuge orderbook websocket

Last synced: 07 Apr 2025

https://github.com/ashutoshdm1/codegen

CodeGen: Online coding platform with AI-powered assistance and collaborative development for seamless coding.

codegen machine-learning nextjs react19 real-time shadcn-ui webcontainer websocket

Last synced: 12 Apr 2025

https://github.com/pankona/gomochat

simple chat using gomobile!

go gomobile websocket

Last synced: 31 Mar 2025

https://github.com/peterxcli/location-switch

"Location-switch" 🔁 utilizes WebSocket technology for live interactions 🚀, featuring user identification 👤, WASD movement 🕹️, chat messaging 💬, and a check-in system ✅. User data is stored locally 🗃️, allowing the server to push updates, messages, and check-in details to clients in real-time 📡.

fastapi leaflet vue3 websocket

Last synced: 04 Sep 2025

https://github.com/heismanish/scalable-voting-app

A scalable realtime voting application using websockets and redis.

nextjs nextjs14 redis shadcn typescript websocket

Last synced: 06 May 2026

https://github.com/1ort/wtop

Python based remote system monitor

aiohttp psutil python3 system-monitor system-monitoring websocket

Last synced: 27 Mar 2025

https://github.com/amiwrpremium/go-derive

Go SDK for the Derive exchange — REST + WebSocket, EIP-712 signing, typed errors, full JSON-RPC coverage.

crypto derivatives derivatives-trading derive derive-xyz eip712 ethereum go golang jsonrpc l2 lyra options perpetuals sdk trading websocket

Last synced: 26 May 2026

https://github.com/scalajs-io/express-ws

WebSocket endpoints for Express applications

express expressjs node nodejs npm npm-package websocket

Last synced: 09 Apr 2026

https://github.com/unclegrumpy/moonlight_8266

ESP8266 WebSocket server to control a single RGB . With a moon themed web interface for use with a 3-D printed Moon lamp.

arduino-ide eeprom esp01 esp8266 littlefs moon-lamp ota rgb-led websocket

Last synced: 26 Apr 2025

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/sawirstudio/bunpush

Modern Realtime solution that doesn't make you sweat. Simply use Pusher's API and you're good to go.

bun messaging push push-notifications realtime websocket

Last synced: 27 May 2026

https://github.com/buexplain/netsvr-business-coroutine

这是一个基于hyperf框架开发的,可以快速开发websocket全双工通信业务的包,它基于 https://github.com/buexplain/netsvr 进行工作。

coroutine hyperf netsvr php swoole swow websocket

Last synced: 13 Jan 2026

https://github.com/rishavmehra/gomeet

Blazingly fast Golang powered Video Conferencing app

fiber golang pion webrtc websocket

Last synced: 28 Apr 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/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/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/lucenarenato/laravel-websockets

laravel-websockets-swoole-ratchet

laravel php7 swoole websocket

Last synced: 01 Jan 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/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/dunnock/poloniex-api-rs

Poloniex API client for Rust

cryptotrading rust websocket

Last synced: 31 Mar 2025

https://github.com/1boch1/skip-or-meet

P2P video chat application

nodejs p2p websocket

Last synced: 19 Apr 2026

https://github.com/ynixt/shared-finances

A project written in spring + angular to control personal and group finances

angular controle-financeiro financas finance-control kotlin postgresql spring websocket

Last synced: 14 Aug 2025

https://github.com/tejmagar/django-channels-websocket-example

Django real-time WebSocket example. It generates a random number. Link to article: https://sagasab.com/2022/01/02/simple-django-websocket-tutorial-for-beginners/

channels django websocket

Last synced: 10 Jun 2025

https://github.com/sammck-go/wstunnel

wstunnel provides extensible, secure TCP tunneling through an HTTP/websocket server

chisel firewall port-forwarding proxy-server reverse-proxy ssh ssh-tunnel tcp-ip tunnel websocket

Last synced: 14 Jan 2026

https://github.com/mix-php/websocket

PHP WebSocket server and client based on Swoole coroutine / 基于 Swoole 协程的 PHP WebSocket 服务器与客户端

coroutine mix swoole websocket

Last synced: 09 Oct 2025

https://github.com/arya2004/gobanter

A lightweight real-time chat application built with Go, using WebSocket

go golang hacktoberfest hacktoberfest-accepted hacktoberfest-starter hacktoberfest2025 web-development websocket

Last synced: 08 Oct 2025

https://github.com/srijan-d/meta-messenger

Optimised Meta-Messenger. With extremely optimised SEO. Redis (Upstash API) for storage, Pusher for building real time connections faster than web sockets for establishing real time connections.

cache cache-control facebook-authentication low-latency next-auth nextjs optimistic-updates pusher pusher-channels react redis seo-friendly serverless swr tailwindcss typescript websocket

Last synced: 02 Apr 2026

https://github.com/upsub/dispatcher

High performance Pub/Sub messaging server for the Web

dispatcher message-bus real-time server upsub websocket

Last synced: 14 Jan 2026

https://github.com/joriewong/websocket-message-queue

:chart_with_upwards_trend:Testing RabbitMQ to WebSocket by Echarts

echarts nodejs rabbitmq websocket

Last synced: 09 Aug 2025

https://github.com/brucearmstrong007/my-chat

A Chat Application (with Auth, chat & video call with friends) using Angular, Angular Material, Tailwind, Express Server, Socket.io(WebSocket), PeerJs(WebRTC) , SQLite Prisma , Nx MonoRepo

angular angular-material chat-application expressjs jwt-authentication nx-workspace peer-to-peer peerjs prisma socket-io sqlite streaming-audio streaming-data streaming-video tailwindcss video-call video-capture webrtc websocket zod

Last synced: 09 Apr 2026

https://github.com/christophertrimboli/react-vrm-server

Backend server for react-vrm demo, multiplayer websocket.

metaverse multiplayer react-three-fiber vrm websocket

Last synced: 08 Oct 2025

https://github.com/fet1sov/da-integration

🌳 Простой плагин для Tshock (Terraria) взаимодействующий с Donation Alerts API

c-sharp donationalerts otapi terraria terraria-server terraria-server-api tsapi tshock tshock-plugin twitch twitch-api websocket

Last synced: 05 Feb 2026

https://github.com/itsjimi/jack

🏗 Serve files, connect to websocket, etc... Jack is an amazing web development tool

development-tools files fileserver go server static-server websocket websocket-client ws

Last synced: 12 Feb 2026

https://github.com/nenodias/chateadeiro

Um chat com websocket (Apenas para ilustrar o uso de web sockets com o Tornado )

javascript python tornado websocket

Last synced: 13 Apr 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/dorky-robot/katulong

Self-hosted remote workspace in your browser. Terminal (xterm.js + tmux), file browser, port proxy, drag-and-drop uploads, clipboard bridge, and multi-session tabs. Access any server from iPad, phone, or laptop with WebAuthn security.

file-browser homelab remote-desktop self-hosted ssh-alternative tmux web-terminal webauthn websocket xterm-js

Last synced: 02 May 2026

https://github.com/mr-addict/moonlight

物联网月球灯

arduino esp32 websocket

Last synced: 13 Apr 2026

https://github.com/sahilaggarwal2004/starwars

Star Wars is a strategy PvP game where 2 players build up their teams according to their strategy and then fight to defeat the opponent player using the abilities of their team. The leader ability of players creates a big impact on the whole team. So choose your leader and team wisely and enjoy playing the game!

game javascript nextjs peerchat pwa react socket-io starwars tailwindcss webrtc website websocket

Last synced: 16 May 2025

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/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/toni08bit/outside

An easy-to-use python web framework. Inspired by Flask.

flask http http-server nginx python3 ssl websocket websockets

Last synced: 21 Aug 2025

https://github.com/santosl2/whatsapp-ticket-gui

A small whatsapp ticket gui

study-project tailwind websocket whatsapp

Last synced: 10 Apr 2026

https://github.com/kyoukaya/angelina

Event driven websocket interface to get a Arknight client's state

arknights websocket

Last synced: 22 Jan 2026

https://github.com/anosatsuk124/syncyt

Yet Another YouTube Sync Player. It's useful to watch the same videos with someone at the same time!

synchronous websocket youtube youtube-player

Last synced: 28 Apr 2026

https://github.com/mp3martin/gameinv

A project showcasing how you can connect C# backend and Next.js or WPF frontend

csharp dotnet dotnet9 gui prebuilt-binaries python tui websocket wpf

Last synced: 23 Aug 2025

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/ngimdock/dask-websocket

The web socket project of a task management application in a synchronized way by a team.

expressjs socket-io typescript websocket

Last synced: 13 Apr 2026

https://github.com/spcent/golang_simple_server

Minimal Go HTTP server with routing, middleware, and graceful shutdown

framework golang http-server web-api websocket

Last synced: 06 Feb 2026

https://github.com/hodlwarden/solana-pumpfun-monitor

Solana Pumpfun Monitor using grpc/websocket/bloxroute

bloxroute grpc monitor pumpfun solana websocket

Last synced: 07 May 2026

https://github.com/dgl/go-web-dashboard

A simple dashboard control system.

dashboard golang websocket

Last synced: 13 Apr 2025

https://github.com/matibbb232/ws-cat

Simple utility for testing WebSocket connections. Written in Go.

go golang testing-tools websocket websockets

Last synced: 24 May 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/milochen0418/nodejs-websocket-to-serialport

The Node.JS server-side convert serialport data into WebSocket, so that client-side can communicate with the serial port through the node

converter node-js nodejs serial serial-ports serialport websocket websocket-server

Last synced: 18 May 2026

https://github.com/dostondevop/click-clone-backend-java

💳 Click Clone - Payment Backend 🚀 A Spring Boot-powered backend for a Click payment system clone, supporting money transfers, bill payments, online store transactions, and more! Secure, fast, and built with WebSockets, Redis, PostgreSQL, and Spring Security. ⭐ Give it a STAR if you like it! 🌟

payment-app payment-system redis websocket

Last synced: 21 Feb 2026

https://github.com/kerimbr/dart_websocket_example

An example of a WebSocket Server created with Dart language and a client that can connect to it

dart dartlang websocket

Last synced: 24 May 2026

https://github.com/equalsgibson/five9-go

Interact with Five9 REST API and WebSocket using Go

five9 golang rest-api websocket

Last synced: 17 Jan 2026

https://github.com/yuaanlin/multiplayer-car-game

A simple multiplayer car game to practice three.js and websocket.

car-game express game three-js threejs websocket

Last synced: 18 Apr 2026

https://github.com/ody-dev/swoole

ODY Swoole classes and helper methods

framework php swoole websocket

Last synced: 10 Aug 2025

https://github.com/hmajid2301/banterbus

A multiplayer browser-based game built using htmx and Golang. Leveraging web sockets. Mirrored from https://gitlab.com/hmajid2301/banterbus.

go htmx nix templ web-application websocket

Last synced: 30 Aug 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/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/101t/marketmaker

Market Maker for streaming data from coinbase

coinbase golang websocket

Last synced: 22 Feb 2026

https://github.com/hansputera/ngl.link-service

Ngl.link-Clone Notification Service

ngl ngl-clone ngl-link websocket

Last synced: 04 Apr 2025

https://github.com/kalm/kalm-cli

Kalm, from the comfort of the CLI

cli ipc kalm socket tcp udp websocket ws

Last synced: 13 Jul 2025

https://github.com/dayvsonspacca/rwst

Test websockets servers via CLI

rust rust-lang websocket

Last synced: 09 Apr 2025

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/iamalirezaj/wsroomsgolang

Websocket server with room management in golang programming language

golang golang-ws websocket ws ws-go ws-golang ws-rooms

Last synced: 30 Mar 2025

https://github.com/instantwebp2p/sws-spec

SWS - SecureWebSocket Spec

nacl secure-websocekt websocket

Last synced: 29 Jan 2026

https://github.com/fxxkrlab/adminchat_panel

Telegram Bot Customer Service Platform - Multi-bot pool, bidirectional messaging, FAQ engine (8 modes + AI), real-time web chat, user management. Python/FastAPI + React/TypeScript + PostgreSQL + Redis. Docker deployable.

admin-panel ai chatbot customer-service docker faq fastapi postgresql react telegram-bot typescript websocket

Last synced: 10 Apr 2026

https://github.com/dfordivam/audiocapture

Capture live audio stream from browser using ghcjs and websockets

ghcjs haskell webmedia websocket

Last synced: 12 Nov 2025

https://github.com/9ssi7/ssi-we

The full stack web event activity inspector plugin

docker golang javascript websocket

Last synced: 06 Mar 2025

https://github.com/ashishkumbhar01/php-chat-app

A PHP Chat App based on Web Socket async

async asynchronous chat javascript messaging mysql php sql websocket

Last synced: 03 Feb 2026

https://github.com/ericrabil/presenti

A plug-n-play status aggregation service

activity modular monorepo presence rest status typescript websocket

Last synced: 05 Feb 2026

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/gautam6023/hackathon

Chat translator is an instant messaging app with live translation features. People from a different countries with different languages can communicate with each other. The app removes the barrier of language in communication.

css3 html5 jwt-authentication reactjs socket-io styled-components websocket

Last synced: 10 Apr 2026