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/reynoldarun09/ecommerce-dashboard

A feature-rich E-commerce Dashboard built with Node.js, Express, TypeScript, and MongoDB, providing a robust admin and manager panel to manage users, products, and orders efficiently.

axios expressjs node-js prisma-orm reactjs tailwindcss typescript vite websocket zod zod-validation zustand

Last synced: 06 Apr 2026

https://github.com/somnathkar000/talkflow-backend

This project is a simple chat backend application using TypeScript and the Socket.io library for WebSocket communication.

rest-api socket-io typescript websocket

Last synced: 18 May 2026

https://github.com/tukue/event-driven-platform

Event-Driven Delivery solution: A real-time order management system demonstrating modern event-driven architecture patterns. 🔹 Tech: React, FastAPI, Redis Cloud, WebSocket 🔹 Features: Real-time updates, multi-role system, state management 🔹 Architecture: Event-driven with Pub/Sub messaging 🔹 Deployment: Free tier cloud infrastructure

fastapi react redis-cloud websocket

Last synced: 07 Mar 2026

https://github.com/foopis23/asteroid-excavator

A WIP multiplayer game written in typescript with pixi.js and websockets

html5-game pixijs socket-io websocket

Last synced: 27 Apr 2026

https://github.com/samyouaret/mqtt_over_web_sockets_example

a demonstration using MQTT over web sockets with RabbitMQ

message-broker message-queue mqqt rabbitmq websocket

Last synced: 09 Jul 2025

https://github.com/tigeryant/super-bomber-elf

Solution to Hack London's December hackathon

game hackathon websocket

Last synced: 06 Jul 2025

https://github.com/superoo7/prisma2-chat-app

Simple chat app implemented with Prisma2 using Typescirpt, Graphql

graphql prisma prisma2 typescript websocket

Last synced: 20 May 2026

https://github.com/divyarajsinhsindhav/chatify

Chatify is a sleek chat application developed with the MERN stack and Socket.IO. It offers real-time messaging, intuitive user interfaces, and secure authentication. The project highlights skills in full-stack development and WebSocket communication.

javascript mongodb nodejs reactjs socket-io websocket

Last synced: 05 Apr 2025

https://github.com/teonet-go/teoproxy

Teonet proxy client server packages to connect golang wasm applications with Teonet peers.

fyne go go-gui golang microservices proxy teonet wasm web-app web-application websocket

Last synced: 15 May 2026

https://github.com/octokerbs/gochat

Websocket chat app built in Go and React.

channels go javascript react react-router websocket

Last synced: 13 Apr 2026

https://github.com/myfreax/webrtc-stun

STUN Server use by exchange peer ICE,OFFER and ANSWER

demo example server webrtc websocket

Last synced: 17 May 2026

https://github.com/sahilbhukal001/rapidfix

Developed backend for a real-time emergency assistance web application Enabled users to locate nearby vehicle repair shops & available riders for fuel delivery

expressjs firebase jpa-hibernate mysql socket-io spring-security-jwt springboot websocket

Last synced: 09 Apr 2026

https://github.com/rohatdgnr/heyyochat

This project demonstrates creating a real-time chat application using Spring Boot and WebSocket. Users can interact and send messages in real-time via WebSocket.

docker html-css-javascript spring-boot websocket

Last synced: 08 May 2026

https://github.com/code-raushan/chat-server-ws

Implementation of a scalable chat server using Websockets and Redis pub/sub in Go.

chat-server go pubsub redis scale websocket

Last synced: 18 May 2026

https://github.com/Traunin/websocket-extension

Control Chrome with Websockets

chrome extension websocket

Last synced: 02 Nov 2025

https://github.com/thiagohrcosta/real-time-communication

The Real Time Communication project is a part of the Python Developer formation at Rocketseat. The primary goal is to create and practice Websockets in payment methods, enabling real-time updates on pages as soon as the payment gateway confirms transactions.

flask-application pytest python websocket

Last synced: 07 Jul 2025

https://github.com/octokerbs/GoChat

Websocket chat app built in Go and React.

channels go javascript react react-router websocket

Last synced: 02 Nov 2025

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

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

golang netsvr websocket

Last synced: 15 Mar 2026

https://github.com/juangesino/chatty

A simple Ruby on Rails chat application using WebSockets.

chat rails-application react websocket

Last synced: 02 Nov 2025

https://github.com/x-ration/fts-web

一套适用于web的文件互传系统fts-web,提供用户登录、注册、收发消息、互传文件的功能。【详见README】

bootstrap fts-web jquery mybatis spring-boot thymeleaf websocket

Last synced: 17 Apr 2026

https://github.com/mojoatomic/rdcp

RDCP - Rate-limit Discovery and Control Protocol. Dynamic rate limit management for distributed systems via JSON over HTTP/WebSocket.

api-management api-protocol backend developer-tools distributed-systems http-api json-protocol metrics microservices monitoring multi-tenant observability protocol quota-management rate-limiting rate-limits real-time-metrics throttling websocket

Last synced: 15 May 2026

https://github.com/maluscat/socket-base

[MIRROR] Tiny abstraction layer over a WebSocket that automatically handles pings, timeouts and reconnects.

deno javascript nodejs typescript websocket

Last synced: 02 Feb 2026

https://github.com/gonzofish/ws-chat-server

A small server for chatting through WebSockets

chat eventmachine ruby toy toy-project websocket websockets

Last synced: 21 Mar 2025

https://github.com/iamralch/pho

A real-time bidirectional socket library

golang realtime-messaging websocket

Last synced: 17 Mar 2025

https://github.com/ladmakhi81/learnup-go

A scalable LMS built with Golang, GORM, and Tus protocol, supporting students, teachers, supporters, admins, and super admins. Features include course management, video uploads, transactions, forums, webinars, ticketing, role-based access control, and more. Super admins oversee the system, while admins, teachers, and students have specific roles.

docker docker-compose golang gorm postgres redis streaming tus websocket

Last synced: 02 Nov 2025

https://github.com/ramgoel/cochat-server

Backend API and Socket Server of CoChat Web Application

express javascript socket-io websocket

Last synced: 09 May 2026

https://github.com/than-dev/websocket-protocol-impl

Websocket protocol implementation using javascript (nodejs), no libraries, no dependencies.

coding javascript no-dependencies nodejs server-side web-services websocket

Last synced: 14 May 2026

https://github.com/g4lb/mean-stack-project

Final Project using MEAN (MongoDB,Express,Angular2,Node.js)

angular2 express mean-stack mongodb mongoose node-js toast webservice websocket

Last synced: 10 Mar 2025

https://github.com/hachreak/stepflow_source_swagger

Application that implements REST, Websocket and TCP API endpoints as source for StepFlow

api rest source stepflow swagger tcp websocket

Last synced: 13 May 2025

https://github.com/zhangzhuang15/jslook

展示javascript基础知识、web前端开发专题技术点、面经.

ajax babel cors css interview-questions javascript nodejs tcp thread vue webpack websocket

Last synced: 07 Apr 2026

https://github.com/brijes987/securechat

High-performance real-time chat server with end-to-end encryption 🔒 Crypto: AES-256, RSA-2048, SHA-256, HMAC validation 🌐 Network: TCP/UDP sockets, WebSocket, TLS/SSL, async I/O 🛠️ Tech: C++20, OpenSSL, Qt5, Docker, CMake, Prometheus 🧪 Testing: Google Test, k6 load testing, Valgrind analysis ⚡ DevOps: GitHub Actions CI/CD, multi-platform builds

aes-encryption ci-cd cmake cpp20 cross-platform cryptography docker end-to-end-encryption enterprise jwt-authentication networking openssl qt5 real-time-chat rsa-encryption tls websocket

Last synced: 03 May 2026

https://github.com/melvinodsa/chat-application

A simple chat application written in golang with social auth

chat-application golang revel websocket

Last synced: 21 May 2026

https://github.com/hypersolution1/clearthru

This is a communication library that provides remote procedure calls (RPC) and events over websocket

communication nodejs promise rpc-library websocket

Last synced: 16 Feb 2026

https://github.com/amsh4/driftsiren

DriftSiren is a production-grade platform for real-time data drift and quality monitoring. Built with Next.js, FastAPI, and Docker, it tracks feature drift, provides live alerts, and visualizes metrics on a sleek dashboard. Includes agent, APIs, Celery workers, and Kubernetes-ready setup.

celery cicd datadrift dataquality docker fastapi k8s machine-learning nextjs observability postgresql real-time redis tailwindcss typescript websocket

Last synced: 09 Apr 2026

https://github.com/iwansal64/wms-dev

WMS-Dev (Water-loss monitoring software - device) is a program that used for ESP32 to connect to WMS API

cpp esp32 iot microcontroller websocket

Last synced: 14 May 2026

https://github.com/dontcryme/rust_socketio_refix

Personally modify rust_socketio crates (for emit_with_ack/binary callback[async] problem and immediately emit invoke/reject problem and invoke ack function to server)

rust socket-io websocket

Last synced: 02 Feb 2026

https://github.com/cevin/hydra

distributed websocket broker

go hydra websocket

Last synced: 29 Mar 2025

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

This project is a real-time chat server using WebSockets, allowing users to join rooms and exchange messages.

chat go golang html websocket

Last synced: 30 Mar 2025

https://github.com/rustkas/websocket-examples

Examples of using WebSocket (dart:io, dart:html)

dart2 websocket

Last synced: 28 Apr 2026

https://github.com/ceribe/lyra

Library which helps with implementation of distributed algorithms

distributed-systems kotlin poznan-university-of-technology tcp websocket zeromq

Last synced: 21 May 2026

https://github.com/zenithexe/disappearing-tictactoe

A unique way to play Tic-Tac-Toe, built using WebSocket

game nodejs reactjs tic-tac-toe websocket

Last synced: 12 Apr 2026

https://github.com/musauyumaz/signalr

https://www.youtube.com/playlist?list=PLQVXoXFVVtp3RSycdru4WpnfPEOFxONiX

asp-net-core bi-direction-streaming client-server data-transfer http2 hub ihubcontext microsoft real-time-server rpc signalr tcp websocket

Last synced: 21 Mar 2025

https://github.com/arawns1/enquete-node-api-websocket

API em node.js e Websocket para realização de enquetes em tempo real

fastify nodejs redis typescript websocket

Last synced: 12 Apr 2026

https://github.com/upsub/cli

Command line interface for UpSub

cli message-bus real-time upsub websocket

Last synced: 17 Feb 2026

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

JVM-compatible implementation of a CrolangNode in the CrolangP2P project.

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

Last synced: 27 Jun 2025

https://github.com/mario-r-aguilar/chat

Aplicación para chatear basada en el funcionamiento de websockets

app backend bootstrap chat express handlebars javascript node-js socket-io websocket

Last synced: 07 Apr 2026

https://github.com/lilanga/stan-dashboard

Stan Dashboard is for monitoring STAN server activities.

dashboard nats reactjs websocket

Last synced: 19 Apr 2026

https://github.com/santiagodotsh/nest-teslo-shop

🛒 🐈 CRUD with NestJS, PostgreSQL, JWT auth and file uploads.

auth crud file-upload jwt nestjs postgresql typeorm websocket

Last synced: 13 Feb 2026

https://github.com/snimmagadda1/chatroom

**W.I.P** A real-time chat app built to mess with websockets & Authn/Authz

keycloak mysql oauth2 openid openid-connect spring-boot spring-security webrtc websocket

Last synced: 31 Mar 2025

https://github.com/dionisvl/my.websockets

websockets chats examples

chat websocket

Last synced: 26 Mar 2025

https://github.com/pdasya/chat-application

Realtime online chat web application

nodejs typescript webpack websocket

Last synced: 18 Jan 2026

https://github.com/shuddha2021/reactchat

ReactChat is a real-time chat application with a React frontend and a Node.js backend. Using Socket.IO for seamless communication and Redux for state management, it provides an intuitive and responsive messaging experience. Users can engage in dynamic conversations with real-time message updates and timestamped interactions.

back-end-development front-end-development nodejs react reactjs real-time-chat-app redux responsive-design socket-io state-management websocket

Last synced: 09 Apr 2026

https://github.com/joefelx/tictactoe-online

Tic-Tac-Toe Online is a multiplayer version of the classic Tic-Tac-Toe game, designed to be played over the internet.

express game react socket-io websocket

Last synced: 09 Apr 2026

https://github.com/utsavdotpro/airqualitymonitorweb

A single-page application to display live air quality monitoring data.

air-quality-monitor assignment nextjs reactjs websocket

Last synced: 12 Apr 2026

https://github.com/owengombas/webstory

Get notified on Instagram story updates

api instagram socket-io story update user websocket

Last synced: 05 Apr 2025

https://github.com/sergioburdisso/tworld-proxy

T-World Proxy Server (WebSocket). Connect your external agent program to this server and start sending actions and receiving percepts to control the robots in the 3D simulation.

networking proxy-server server socket-2-websocket-connection sockets t-world tworld websocket

Last synced: 17 Mar 2025

https://github.com/07rinat07/laravel-web-socket

Educational project for practice. laravel-web-socket

inertia laravel mysql-database php pusher vuejs websocket

Last synced: 04 May 2026

https://uoa-eresearch.github.io/storm_surge/

Tools to store / view / subset / download storm surge data

download export heatmap mysql python subset websocket

Last synced: 11 May 2025

https://github.com/cjaewon/gomokuio

온라인 실시간 오목 게임

game gomoku io io-game web websocket

Last synced: 05 Aug 2025

https://github.com/vurv78/vendetta-e2

Discord Bot Library for Expression2 that requires VExtensions and GWSockets/Websocket Core.

discord discord-api discord-bot-framework garrysmod vextensions websocket wiremod

Last synced: 25 Feb 2025

https://github.com/4i8/iipc

iipc is a simple Inter Process Communication for nodejs built on ws to communicate between processes safely and easily using tcp and websocket, You can also return data to the client see (example)

interprocess interprocess-communication ipc node-ipc tcp websocket ws

Last synced: 12 Sep 2025

https://github.com/healingdrawing/task-social-network

TypeScript front-end(Vue3 Composition API + pinia). Golang back-end. Social network. Profile, posts, chats, groups, admin panel. grit:lab Åland Islands 2023

admin-panel authentication chat database-migrations golang groups pinia posts profile sqlite3 typescript vue3-composition-api vue3-typescript websocket

Last synced: 11 May 2025

https://github.com/tfkfan/vertx-websocket-gateway

vertx websocket stomp gateway blueprint with kafka integration

kafka stomp stompjs vertx websocket websocket-gateway

Last synced: 18 May 2026

https://github.com/thavarshan/chalice

💬 Modern real-time chat app built with React, Node.js, TypeScript, and Azure WebPubSub — a great resource for devs moving from Vue/Laravel to React/Node.

azure chalice chat expressjs nodejs pubsub reactjs websocket

Last synced: 08 Apr 2026

https://github.com/kamyusama/kamyu-case-study

Twitch→LLM→TTS→字幕の最小デモ(非商用のケーススタディ)/ Minimal Twitch→LLM→TTS→captions demo (non-commercial case study)

case-study demo llm obs obs-websocket python streaming tts twitch websocket

Last synced: 18 May 2026

https://github.com/yusank/batman-server

simple chat example using websocket, msgpack in go and javascript

golang javascript msgpack websocket

Last synced: 22 Apr 2026

https://github.com/prosenjitjoy/learning-websocket

Simple Chatroom Project used for learning WebSocket communications protocol.

chatroom otp-auth websocket

Last synced: 05 Apr 2025

https://github.com/fwcd/lightshark

WebSocket proxy for debugging with support for MessagePack

messagepack proxy websocket

Last synced: 12 Aug 2025

https://github.com/julianobrl/eniac2f2022

codigo para o projeto integrador do 2° semestre de 2022

eniac java-8 streams websocket

Last synced: 21 Mar 2025

https://github.com/kavindu-kodikara/whychat-frontend

WhyChat is a real-time mobile chat application built with React Native. It features dynamic animations, user authentication, and seamless navigation for an engaging chat experience. The app connects with a Spring Boot backend via WebSocket for real-time messaging, offering an intuitive and modern UI design.

javascript react-native websocket

Last synced: 18 May 2026

https://github.com/kacperfaber/6obcy-client-python

💻 CLI Network chat client 💻

python tkinter websocket websocket-chat

Last synced: 01 Aug 2025

https://github.com/contemporaries/casprintboot

The project integrated Netty, WebSocket, JCA and CA with SpringBootSo now, you can more easy to publish PV into EPICS CA and to management it

ca epics epics-ioc ioc jca netty pv-channel-access pv-channel-client pv-channel-server springboot websocket

Last synced: 05 Apr 2025

https://github.com/alpha2820/chat-application

A full-stack, real-time chat application built using the MERN stack and Socket.IO. This application enables users to communicate instantly with others through direct messages, featuring dynamic user presence, responsive design, and secure authentication.

chat-application chatapp expressjs fullstack-development mern-stack mongodb node-js reactjs real-time socket-io tailwindcss websocket

Last synced: 07 Apr 2026

https://github.com/pablo-caballero-maria/whope_frontend

Frontend for Whope, an AI complemented chat bot for psychological assistance

deep-learning natural-language-processing nextjs web-application websocket

Last synced: 18 May 2026

https://github.com/asifrahaman13/healthcare

A full stack application to connect doctors and patients. Have features like stripe payment, video call, initial screening by chat bots etc. Doctors can give live reports of the patients conditions, as well as they can view the previous history.

fastapi javascript nextjs openai python websocket

Last synced: 09 Apr 2026

https://github.com/zduny/balls

Rust web app template example.

rust webapp websocket

Last synced: 05 Apr 2025

https://github.com/ledccn/suws-php-sdk

Su WebSocket服务器 PHP-SDK

go golang websocket

Last synced: 24 Sep 2025

https://github.com/raito-cache-server/raito-cache

Simple caching WebSocket server with CLI

caching cli nodejs server websocket

Last synced: 14 May 2026

https://github.com/yuriyvyatkin/notepad-backend

Записная книжка (Backend часть)

koajs nodejs websocket

Last synced: 06 Jan 2026

https://github.com/shev0k/wavechat

📡 A real-time voice messaging app designed to bring instant communication with a nostalgic twist. WaveChat replicates the classic walkie-talkie experience, allowing users to join channels and speak live with friends or teams. Its sleek, minimalist design offers a simple, fun, and effective way to stay connected.

audio-streaming communication-app cross-platform dart flutter flutter-sound instant-messaging live-chat minimalist-design mobile-app nodejs push-to-talk real-time-audio real-time-communication retro-theme retro-ui voice-chat walkie-talkie websocket

Last synced: 17 Feb 2026

https://github.com/bindu-1805/syncsketch-

A Real-time collaborative drawing app built using ReactJS, ExpressJS and NodeJS.

expressjs node-js reactjs websocket

Last synced: 09 Apr 2026

https://github.com/laniot/core

LAN-first WSS bridge for serial devices using a ESP32 (TLS, RS-232, WebSocket)

certificate-mager esp32 esp32-s3 esp32s3 freertos industrial-iot iot lan rs232 tls uart websocket wss

Last synced: 18 May 2026

https://github.com/siarheidudko/simple-proxy

A simple proxy server with access token verification and the ability to proxy unencrypted traffic. You probably shouldn't use this in production, but you can use it on the internal network or behind nginx with ssl.

docker http proxy-server tcp-server websocket

Last synced: 18 May 2026

https://github.com/babiabeo/deko

A simple WebSocket client for Deno

autobahn-testsuite deno rfc6455 websocket websocket-client

Last synced: 18 May 2026

https://github.com/neeravbhaskarla/employeemanagmentsystem

Employee management system using spring boot.

aws java jpa-hibernate postgresql spring-boot websocket

Last synced: 08 Apr 2026

https://github.com/yoanesber/nodejs-with-websocket

This simple project aims to develop a simple chat application using Node Js programming language that implement Websocket.

nodejs websocket

Last synced: 06 Apr 2025

https://github.com/dineshprabha/ktor-chat-app

Ktor-chat-app is built using the kotlin, websockets, JWT Auth, PostgreSQL

jwt-authentication kotlin ktor-server postgresql websocket

Last synced: 14 May 2026