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/anikhasibul/chatter

Simple anonymous chat app demo using golang and websocket ;)

anonymous-chat chat-app chatter golang postgresql real-time websocket

Last synced: 04 May 2026

https://github.com/vilchisangelraulvilchis/apidash

🚀 Create and customize API requests seamlessly with API Dash, the open-source cross-platform client for visual response inspection.

api application dart dart-library developer-tools flutter flutter-apps flutter-ui graphql gssoc hacktoberfest http-client mobile-app mobile-development postman rest-api server-sent-events websocket

Last synced: 04 May 2026

https://github.com/datsfilipe/wsnode

This project is a websocket using Node to create a realtime application.

express nodejs socket-io typescript websocket

Last synced: 04 May 2026

https://github.com/prajjwa-lit/keysmasher

🚀 KeySmasher: A full-stack, real-time multiplayer typing race app built with React, Node.js, and Socket.IO. Compete, track your stats, and experience lightning-fast typing battles in a modern web environment.

nodejs reactjs websocket

Last synced: 04 May 2026

https://github.com/trandung2k1/nestjs_tutorial

Learn nestjs 2024 (microservices using tcp, redis, rabbitmq, websocket, cqrs, graphql, bull queues)

cqrs graphql k8s microservice pm2 queue rabbitmq redis server-statistics tpc websocket worker-threads

Last synced: 05 May 2026

https://github.com/iamsayedanowar/sendp2p

A P2P File-sharing App Built With HTML, CSS, JavaScript, Node.js, WebRTC, And WebSocket For Sharing Files Instantly

css css3 file-sharing html html5 javascript nodejs pwa webrtc websocket

Last synced: 05 May 2026

https://github.com/nathan-osman/ldclient

WebSocket client for ldserver with UI

client display light qt websocket

Last synced: 05 May 2026

https://github.com/lmicovic/angular-chat-application

Real-time private one-to-one chat application built with HTML, CSS, TypeScript, Angular 17 framework and WebSocket for real-time communication. The application enables secure and efficient communication, offering users a seamless chat experience.

angular chat-application css3 html5 javascritpt real-time-chat restful-api typescript websocket websocket-client

Last synced: 05 May 2026

https://github.com/franklioxygen/heartbeat-monitor

ExpressJS + React + Websocket live data monitor

express fullstack json-server react realtime websocket

Last synced: 05 May 2026

https://github.com/null-none/hyper-view

Full-featured HTMX-style micro library with WebSocket, history, spinner, and more

html htmx javascript library npm websocket

Last synced: 05 May 2026

https://github.com/rudrakshi99/chatty

A simple realtime chat app built with Django, Channels, and Redis.

bulma-css channels chat-application django redis websocket

Last synced: 05 May 2026

https://github.com/dhenenjay/ai-superconnector

AI-powered Twilio + OpenAI integration for WhatsApp and Voice calls

fastapi openai twilio voice-ai websocket whatsapp

Last synced: 05 May 2026

https://github.com/xdusongwei/porkpepper

编写基于 Redis 通信协议的服务, 并且支持对 Websocket 会话进行操作

asyncio python python3 redis server websocket

Last synced: 06 May 2026

https://github.com/kstubhieeee/driftchat

DriftChat is a modern, real-time chat application built with Node.js and Socket.IO, featuring a sleek dark-themed UI. It enables users to engage in instant messaging with a beautiful, responsive interface.

chat-application express html-css-javascript socket-io websocket

Last synced: 06 May 2026

https://github.com/rivalcoder/chat-using-websocket

Web-Socket Connection

css html node websocket

Last synced: 06 May 2026

https://github.com/sxsid/online-pal

This is a real-time chat application that allows users to join a chat room by providing a username and send/receive messages to/from other participants. The application uses WebSockets for real-time communication, ensuring that messages are instantly transmitted between the server and clients.

nodejs reactjs typescript websocket

Last synced: 06 May 2026

https://github.com/diegoareval/ranker-nestjs-socket

Basic Nest js app using websocket and Redis

nodejs redis typescript websocket

Last synced: 06 May 2026

https://github.com/ethern-myth/pure-blend

pure-blend is a comprehensive suite utility tailored for middleware of Node Express.js applications"

api-documentation caching express javascript middleware typescript websocket

Last synced: 06 May 2026

https://github.com/vikash1596kumarkharwar/cryptotradex

CryptoTradeX is a cutting-edge cryptocurrency exchange system built for scalability, high performance, and real-time trading. It leverages modern technologies like Redis, TimescaleDB, and WebSockets to deliver lightning-fast order processing and seamless user experiences.

nextjs nodejs redis timescaledb typescript websocket

Last synced: 07 May 2026

https://github.com/anibalalpizar/react-express-socketio

Real-time Chat web application using React and Socket.io

chat-application express react socket-io websocket

Last synced: 07 May 2026

https://github.com/khushal-savalakha/django-practice-projects

This repository contains a collection of practice projects for learning and mastering Django, a powerful Python web framework. Each project is designed to cover different aspects of Django development.

bootstrap5 django framework orm python redis session-management views websocket

Last synced: 07 May 2026

https://github.com/ashwamegh/chat-poc

A simple retro chat based application using react and redux

react redux redux-saga websocket

Last synced: 07 May 2026

https://github.com/ggdream/light-im-server

Golang+Websocket实现的轻量级IM

golang im lightweight server websocket

Last synced: 07 May 2026

https://github.com/thelostleo/ros_fishtank_bot

This is a Fish tank cleaning system that uses ROS1 to make a master slave system that allow for swarm kind bot cleaning system

raspberry-pi ros ros-noetic rospy websocket

Last synced: 07 May 2026

https://github.com/akurcubic/food_order

Online platform for food ordering

angular spring-boot websocket

Last synced: 07 May 2026

https://github.com/victorh-silveira/aether-quantum-engine

Motor quantitativo assíncrono para a Deriv: Deep Learning (TCN PyTorch) em Range Break, dimensionamento Kelly com martingale e gates de qualidade pós-treino.

algorithmic-trading asyncio deriv fintech llm ollama python rise-fall trading-bot websocket

Last synced: 16 Jun 2026

https://github.com/devzgabriel/chatty

A support chat application focused on the backend to study HTTP requests, web sockets, databases, migrations and all Node.js architecture

chat http nodejs socket-io sqlite typeorm typescript websocket

Last synced: 08 May 2026

https://github.com/yevheniidatsenko/goit-pythonweb-hw-03

📂 Hometask - FullStack Web Development with Python (Simple Web App)

docker docker-compose goit-pythonweb-hw-03 http-server python websocket

Last synced: 08 May 2026

https://github.com/mabdusshakur/pandadiscuss

PandaDiscuss is a simple chat application built with Laravel Reverb. This project demonstrates how to implement a real-time chat system using WebSockets over API. It serves as a great learning resource for understanding API integration and real-time communication.

api laravel laravel-reverb realtime-chat realtime-messaging vuejs websocket

Last synced: 08 May 2026

https://github.com/ericgomez/instagrom

Curso de Node.js - Proyecto del curso - telegrom - Conocer y comprender cómo se realizan las conexiones hacia los servidores a través de internet y sus implicaciones en el desarrollo de servidores con NodeJS y MongoDB

api expressjs mongodb nodejs nodemon websocket

Last synced: 08 May 2026

https://github.com/ktojan/ngrx-tailwind-websocket-demo

Consists of 3 parts: websocket + chart.js currency streamer, chat on TailwindCSS, and Products list with NGRX store and dynamic routing concepts.

angular angular16 chartjs jquery ngrx websocket

Last synced: 08 May 2026

https://github.com/jose-pleonasm/py-logging-websocket

Handler for py-logging which writes logging records to a WebSocket.

extension javascript nodejs py-logging websocket

Last synced: 08 May 2026

https://github.com/shreekar11/scalable-websocket-server

This repository provides a scalable WebSocket implementation, using WebSockets and Redis Pub/Sub for efficient real-time communication.

nodejs pubsub redis typescript websocket

Last synced: 08 May 2026

https://github.com/anubhavick/t.lob

a website that let you make website from prompt

express llm react saas stackbit webcontainer websocket

Last synced: 09 May 2026

https://github.com/atharmohammad/chat-e

A Chat Channel for People to chat with each other in different public rooms

django djangochannels javascript reactjs websocket

Last synced: 09 May 2026

https://github.com/calico32/solid-use-lanyard

SolidJS wrapper for the Lanyard API

discord javascript lanyard solid-js typescript websocket

Last synced: 09 May 2026

https://github.com/arjunan-k/byteping

Byteping is a real time chat application which supports both one on one and group messaging.

nextjs styled-components typescript websocket

Last synced: 09 May 2026

https://github.com/aryainguz/ping

Real time photo sharing and chat app using web sockets and react native

expo react-native websocket

Last synced: 10 May 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/aakashsharma7/dsa_tracker

Welcome to DSA Tracker Platform! This tool is designed to address key challenges faced by individuals preparing for placements by offering a comprehensive solution for mastering data structures and algorithms (DSA).

components-react reactjs vite websocket yarn-workspaces

Last synced: 10 May 2026

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/charlie5dh/django-channels-chat-tutorial

Chat classic tutorial teching django channels and WebSockets

channels django python websocket

Last synced: 11 May 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/pierrad/hangmanws

Multiplayer Hangman game with WebSocket

css html javascript nodejs websocket

Last synced: 12 May 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

https://github.com/larock22/aider-mcp

WebSocket server that exposes Aider's AI coding capabilities through the Model Context Protocol (MCP) for programmatic access

ai-coding aider mcp-server model-context-protocol openai typescript websocket

Last synced: 13 May 2026

https://github.com/hyunjinno/websocket-tutorial

A repository for testing WebSocket.

websocket

Last synced: 14 May 2026

https://github.com/eyalev/mdevex

Minimal web-based tmux client with a plugin-first architecture

plugin terminal tmux websocket xterm

Last synced: 12 Jun 2026

https://github.com/pakhmutov/crypto-dashboard

Personal crypto portfolio and market tracker. Next.js, TradingView charts, Binance WebSocket, CoinGecko API.

binance coingecko crypto nextjs react tailwindcss typescript websocket zustand

Last synced: 17 Jun 2026

https://github.com/pepperonas/pigeon

🐦 Forward browser console errors to Claude Code via MCP — Chrome MV3 extension → WebSocket bridge → MCP stdio server.

chrome-extension claude-code debugging devtools manifest-v3 mcp model-context-protocol typescript websocket

Last synced: 22 Jun 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/wiese-m/quote-rs

A very simple Binance market data connector app written in Rust

async crypto data-feed rust tokio websocket

Last synced: 23 Jun 2026

https://github.com/suprim-corp/zava

Unofficial Java SDK for Zalo Web API. Port of zca-js.

chat java sdk websocket zalo zalo-api zca-js

Last synced: 24 Jun 2026

https://github.com/nayeem01/chat-with-docs

A chat application that helps users communicate about their documents.

chromadb daisyui fastapi langchain nextjs14 python websocket

Last synced: 10 Apr 2026

https://github.com/dimasmiftah/chat-socket

A simple chat app that uses Socket.io as an implementation example of WebSockets.

express nodejs socket-io websocket

Last synced: 10 Apr 2026

https://github.com/shubsi26/connectify

An opensource MERN WEBRTC project for real time video calling

express expressjs mongodb nodejs react reactjs recoil videocall webrtc webrtc-call webrtc-signaling webrtc-video websocket

Last synced: 10 Apr 2026

https://github.com/ofelipelucca/calculafaltas

Uma calculadora de faltas para o ensino superior, com base em matérias com carga horária de 30, 60 e 90 horas. (Estudo de Electron-React)

calculator client-server css electron electron-react electron-react-typescript faltas framework full-stack html javascript nodejs python react typescript universidade university websocket

Last synced: 10 Apr 2026

https://github.com/zucchellidaniele/mecanumpi

Questo repository è per un progetto scolastico, questo progetto è basato su un robot con ruota Mecanum e un'interfaccia web per controllarlo. Questo non è un sito Web pubblico ma un sito Web privato in esecuzione sul Raspberry Pi

mecanum-wheel nodejs python raspberry-pi raspberry-pi-camera robotics website websocket

Last synced: 10 Apr 2026

https://github.com/kaysting/websocket-file-upload

An experiment in which you can upload files over a websocket.

express express-ws nodejs websocket ws

Last synced: 30 Jun 2026

https://github.com/mohamadanasfattoum/simple-ai-chat

simple AI Chat with Flask and Langchain & Ollama

bootstrap5 css html javascript jquery langchain ollama websocket

Last synced: 10 Apr 2026

https://github.com/altanis/discord-gateway-wrapper

A minimalistic wrapper around the Discord API.

discord discord-api websocket wrapper

Last synced: 12 Apr 2026

https://github.com/mrtcode/opstream

Wrap other transports to have a reliable packet stream

polling socket-io sockjs websocket

Last synced: 10 Feb 2026

https://github.com/nasrmohammad4804/api-architectural-style

in this repo we cover all different type of api architectual style such as (soap - rest - grpc - graphql)

graphql grpc rest-api soap websocket

Last synced: 10 Apr 2026

https://github.com/chaahatsingal/exchange

Exchange platform where trades occur

nextjs nodejs pubsub redis typescript websocket

Last synced: 10 Apr 2026

https://github.com/susilolab/redis-broadcaster

Redis broadcaster to push message to redis using php

php redis websocket

Last synced: 27 Apr 2026

https://github.com/dinel13/anak-unhas-be

web service as beckend for https://anak-unhas.web.app/ who enable student to search other student and chat them

cassandra golang mongodb websocket

Last synced: 09 May 2026

https://github.com/br-silvano/mcp-todo

API de gerenciamento de tarefas via WebSocket com execução modular de comandos e suporte a ferramentas, desenvolvida em TypeScript com banco SQLite. Projetada para integração com agentes de inteligência artificial.

agent agentic-ai ai ajv api command-pattern eslint jest mcp mcp-server modular-architecture sqlite task-manager todo tool tools typescript use-tool websocket zod

Last synced: 10 Apr 2026

https://github.com/sagarmedtiya/arm-bot-using-websocket

Arm-bot using ESP32 and websocket technology which can be controlled by website and android app.

arduino robotics websocket

Last synced: 27 Apr 2026

https://github.com/swat1563/escprs

eSCPRS is a system for managing large procurement data from the State of California. We created a chatbot using FastAPI, ReactJS, MongoDB, Docker, and Gemma2 LLM to efficiently query and provide insightful responses.

beanie chatbot docker docker-compose fastapi gemma2 ipynb kaggle llama3 llama3-1 llm mongodb mongodb-express ollama powerbi powerbi-desktop reactjs websocket

Last synced: 10 Apr 2026

https://github.com/whyankush07/exchange-app

A stock exchange application where you can exchange stocks with a currency. Supports USD and Bitcoin exchange.

expressjs nextjs nodejs redis websocket zod

Last synced: 02 Apr 2026

https://github.com/lugmans/roketo-server

Create Mock APIs, Inspect HTTP requests

mock-api nodejs reactjs websocket

Last synced: 19 Nov 2025

https://github.com/lutefd/quizzo

Quizzo is a golang + svelte webapp that host quiz parties with real-time multiplayer powered by websockets

golang monorepo multiplayer svelte websocket

Last synced: 04 Jan 2026

https://github.com/xmacura/kickchatspy

KickChatSpy is a lightweight, dependency-free C# library for receiving real-time chat messages from Kick livestreams — ideal for building chatbots, moderation tools, and live interaction apps.

chat-bot chat-client chatbot csharp csharp-library dependency-free dotnet kick kick-api kick-bot kick-chat livestream messaging nuget realtime-chat streaming-tools websocket

Last synced: 20 Jan 2026

https://github.com/giandiport80/basic-websocket

Basic Websocket dengan NodeJS

expressjs nodejs socket-io websocket

Last synced: 11 Apr 2026

https://github.com/arnu515/python-realworld-chat

RealWorld Chat App with Python (FastAPI) and ReactJS

chat discord fastapi python3 real-time realworld svelte websocket whatsapp

Last synced: 11 Apr 2026

https://github.com/jaycanuck/poke-team-stream

Webapp and StreamElements widget for displaying and remotely updating Pokemon team roster via WebRTC.

obs pokeapi pokemon streamelements streamelements-api twitch webrtc websocket

Last synced: 10 Apr 2026

https://github.com/kunal-511/beatwave

BeatWave | 🎵 Full-Stack Music Streaming App | 🎧 Seamless playback | 💬 Real-time chat with WebSockets | 🚀 Built with TypeScript, React, Express, Docker & Clerk Auth. Connect, stream & vibe with friends! 🎶

backend clerk-auth express frotnend nodejs react redis shadcn-ui socket-io typescript websocket

Last synced: 11 Apr 2026

https://github.com/khanh1998/hermes

An instant messaging app that delivers your messages as fast as Hermes

chat elasticsearch golang kafka messaging nestjs typescript vue websocket

Last synced: 11 Apr 2026

https://github.com/proximile/proxiport

Self-hosted remote-management server with SSH-over-WebSocket tunnels. Fully open source (AGPL-3.0): no proprietary plugin host, no closed frontend, no capability gates. Continuation of the rport/openrport lineage, with a fresh SvelteKit UI and modernized build.

chisel golang monitoring remote-management remote-management-monitoring reverse-tunnel self-hosted sveltekit websocket

Last synced: 26 May 2026

https://github.com/omjoshi29/hypernode

A web application to find tech courses and compare courses from various platforms

css expressjs mongodb nodejs reactjs redux websocket

Last synced: 11 Apr 2026

https://github.com/shashankvish0010/wemeet

WeMeet is a complete solution for online meetings need it is designed to revolutionize the way you schedule and conduct online meetings. Whether you're organizing team sync-ups, client presentations, or virtual conferences, WeMeet ensures a secure, reliable, and user-friendly platform for all your meeting need

express nodejs pern postgresql react redis redis-cache socket-io tailwindcss typescript webrtc websocket

Last synced: 11 Apr 2026

https://github.com/gustavogss/polls-api

API para enquetes em tempo real

docker fastapi nodejs typescript websocket

Last synced: 11 Apr 2026

https://github.com/vaibhavgupta5/patient_dashboard

Patient-Hospital Connect System

nextjs websocket

Last synced: 12 May 2026

https://github.com/abhishek-sanwal/stockbro_trading_app

StockBro is a trading app through which can view indian stock markets shares in real-time.

asynchronous-programming django-application python36 real-time stock-market synchronous websocket

Last synced: 04 May 2026

https://github.com/bdr-pro/web_sockets_rust_tor

The Tor Blockchain Router 🛡️ leverages Rust & Tokio for secure, anonymous blockchain interactions 🌐. With Tor integration 🧅, WebSocket communication 🌍, and async operations, it enhances privacy and scalability in blockchain data management 📦. Perfect for privacy-focused devs and blockchain enthusiasts 🔐💻.

blockchain peer-to-peer rust tor websocket

Last synced: 15 Mar 2025

https://github.com/rostwal95/media-ui

Real-time voice agent testing platform with STT→LLM→TTS debugging, latency analytics, and conversation export

autonomous-agent grpc nextjs reactjs voice-ai websocket

Last synced: 11 Apr 2026