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/michaellf107/web-sockets

Example code of Websocket clients and servers, made with various frameworks and languages

nodejs python react svelte typescript vue websocket

Last synced: 11 Apr 2026

https://github.com/visualstudioex3/flecktest

A little chat console program to test Fleck websockets library and IoC with Microsoft Dependency Injection library, developed in C# using .NET Core 3.1.

chat chat-application chatapp csharp dependency-injection donet-core dotnet dotnetcore fleck job-interview netcore netcore31 technical-test visual-studio websocket

Last synced: 14 Apr 2026

https://github.com/giovannicalo/node-wrtc-ws-api-server

Node WebRTC WebSocket Signaling API Server

api server signaling webrtc websocket

Last synced: 18 Apr 2026

https://github.com/rakhiazfa/simple-chat-app

A simple chat app written with go and gorilla websocket

chat-app go go-websocket gorilla-websocket websocket

Last synced: 11 Jun 2026

https://github.com/techchrism/mobile-robotics-lab-web

Custom telemetry system that communicates with a robot using websockets to display robot position, sensor values, and current state

canvas robotics vue vuetify websocket

Last synced: 29 Apr 2026

https://github.com/elitebot47/echoline

Real-time messaging app with WebSocket communication, file uploads, and notification system. Modern full-stack implementation.

chat communication file-upload fullstack modern-ui nextauth nextjs nodejs postgresql prisma react realtime socketio tailwindcss typescript websocket zustand

Last synced: 01 Jul 2025

https://github.com/christophe77/electronack

Reverse connection malware with control center with electron and nodejs

bot electron rat websocket

Last synced: 18 May 2026

https://github.com/kerolesnabiel/realtimechatwebapp

A modern, real-time chat application frontend with a responsive design, allowing users to manage profiles, search for other users, and exchange messages instantly.

dasiyui react react-query react-router-dom signalr tailwindcss typescript vite websocket websockets

Last synced: 18 Apr 2026

https://github.com/mahsumurebe/jrpc-server

JSONRPC 2.0 NodeJS Server written in TypeScript

http-server jsonrpc jsonrpc-lib jsonrpc-server jsonrpc2 websocket

Last synced: 05 Oct 2025

https://github.com/henriquelimas/webchat

An example of a webchat using websocket, yo-yo and leveldb

browserify budo dom leveldb nodejs websocket yo-yo

Last synced: 30 Apr 2026

https://github.com/v0id-user/hosewatcher

Relay-only implementation of Bluesky’s firehose over WebSocket — built on Cloudflare Workers.

atproto bluesky cloudflare cloudflare-workers firehose typescript websocket

Last synced: 10 Apr 2026

https://github.com/solviumdream/socket.go

A high-performance Go library for real-time communication with WebSocket and long-polling, featuring Erlang-inspired distributed processes, self-healing supervision trees, and room-based messaging. Built for scalable, fault-tolerant systems that handle thousands of concurrent connections with minimal overhead.

concurrency go golang socket-go websocket

Last synced: 15 Apr 2025

https://github.com/n1k0l1n/chatsignalr

The Chat Room made with SignalR is a real-time messaging application that allows multiple users to communicate and exchange messages in a chat room. It utilizes the SignalR library, which provides a simplified and efficient way to implement real-time communication in web applications.

chat-application chat-room csharp dotnet fullstack-development reactjs signalr websocket

Last synced: 18 Apr 2026

https://github.com/shuklaritvik06/chatongo

A Chat Application made using GoLang

chat golang websocket

Last synced: 29 May 2026

https://github.com/elrouss/react-burger

Сайт межгалактической космической закусочной с возможностью оформления заказов и отслеживания их истории в личном кабинете

cypress jest react react-router-dom redux typescript websocket yandex-practicum

Last synced: 18 Apr 2026

https://github.com/anirbanroydas/opruut

A route optimiser for metro stations and subways giving (a). the shortest travel time with (b). maximum comfort [eg: less crowd, possibility of finding a seat, etc..] using primarily React Js (with Redux), Laravel framework(PHP), Node-Js(Socke.io Server), Neo4J (Graph Database).

graph-database job-queue laravel machine-learning mysql neo4j nodejs react redis redux route-optimization socketio websocket

Last synced: 09 Apr 2026

https://github.com/sorydima/jssip.websocketinterface

JsSIP implements the SIP WebSocket transport. Enjoy the real integration of SIP within the Web and communicate with SIP networks out there. JsSIP makes use of the WebRTC stack present in modern web browsers for enabling audio/video realtime communication. JsSIP comes with an easy JavaScript API that provides the user with full flexibility. 🌎

jssip marina marinarodeo open-source sip sip-client sip-server sips voip voip-application voip-communications voip-server websocket websocket-api websocket-server websockets

Last synced: 04 Jun 2026

https://github.com/drowzy/ex_wss

Elixir websocket server

cowboy elixir websocket

Last synced: 08 Jul 2025

https://github.com/jekabsilkens/websocket-notifs

Websocket notifications | Laravel | Reverb | Echo | Redis

laravel redis websocket

Last synced: 16 Apr 2026

https://github.com/mohitsinghs/wsf

A client-hub architecture with Fiber and Websockets

fiber go gofiber websocket

Last synced: 05 Apr 2025

https://github.com/ymzuiku/serral

完全使用Websocket代替http的Nodejs-Server 并且内置路由规则,简单且高性能 \ Like Serral in StarCraft2, simple and direct powerful. Only websocket serve, no http API.

nodejs router server uwebsockets websocket

Last synced: 20 May 2026

https://github.com/nerdfiles/chatserver

chat server using websocket and loopback for frontend: https://github.com/nerdfiles/chat. this codebase is _not rest-ful_

messaging-api not-rest-ful socket-io websocket

Last synced: 19 May 2026

https://github.com/james2doyle/go-macaron-websocket-example

An example app using Macaron with websockets for Golang

golang macaron websocket

Last synced: 13 Jun 2026

https://github.com/sutanto1010/signalgo

signalgo is a go package that can help you to make super fast and scalable real-time application. Inspired by SignalR in ASP.Net

golang real-time realtime signalr socket-io websocket

Last synced: 16 Jan 2026

https://github.com/rushiljalal/multiplayer-tic-tac-toe

Multiplayer tic-tac-toe using WebSockets

socket-io websocket

Last synced: 02 May 2026

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

This repository contains examples of real-time communication techniques, including WebSocket, Socket.IO, SSE, gRPC, and MQTT. It covers setup, implementation, and best practices for each approach, making it easy to integrate real-time features into web applications, microservices, and IoT projects.

socket-io websocket

Last synced: 20 May 2026

https://github.com/ondras/ws2irc

WebSocket <-> IRC bridge

websocket

Last synced: 20 Jun 2025

https://github.com/obulks/godot-bili-live

一个适用于 Godot 4.x 的插件,用于接入 Bilibili 直播的互动玩法

bilibili bilibili-live danmaku game-development gdscript godot godot-engine godot-plugin godot4 websocket

Last synced: 13 Jan 2026

https://github.com/icasso/moon

Crypto SPOT price

python streamlit websocket

Last synced: 19 May 2026

https://github.com/reamp/server

Base server component for reamp

amphp ratchet reamp websocket

Last synced: 13 Jan 2026

https://github.com/aryan-programmer/justice-firm-v2

A website for lawyers, and for clients to access their service. Implemented with AWS Lambda & API Gateway for the backend, and Nuxt.js & Vue for the frontend.

aws-apigateway aws-cdk aws-lambda aws-rds aws-s3 esbuild javascript jwt mariadb material-ui nodejs nuxt nuxt3 s3 typescript vue vue3 vuetify websocket websocket-chat

Last synced: 14 Apr 2026

https://github.com/aniket205kadam/namasteapp

🚀 Namaste App – A full-stack web application with a React frontend and Spring Boot backend.

docker java javascript jwt reactjs spring-boot websocket

Last synced: 11 Apr 2026

https://github.com/dmitrymyadzelets/uploader

Uploads files via WebSocket API

uploader websocket

Last synced: 27 May 2026

https://github.com/aya-jafar/gemini-api

Gemini chatbot & image with text generating

chatbot gemini gemini-api google websocket

Last synced: 16 May 2025

https://github.com/zahtec/pindrop

Quick file sharing using modern web technologies

express file-sharing pwa webrtc websocket

Last synced: 23 Mar 2025

https://github.com/yadavnikhil03/lan-dropspot

It’s a simple tool that lets you share files instantly with anyone on your Wi-Fi , just drop a file and send them the link or QR code, no internet needed

async css3 fastapi file-sharing file-transfer html5 javascript lan-sharing local-network peer-to-peer python rest-api tailwindcss websocket

Last synced: 11 Apr 2026

https://github.com/denizumutdereli/stream-services

An advanced stream workers infrastructure and pipeline, crafted with Golang, is tailored to handle real-time data processing and modification for cryptocurrency markets and including local orderbook management.

binance cryptocurrency exchange indicators local-order-book market-data nats-streaming orderbook pairs websocket

Last synced: 12 May 2026

https://github.com/hermya/poker-science

Fast and scalable Poker implementation that uses Go, knowledge of data structures and system design

docker gin go kubernetes postgresql rest-api websocket

Last synced: 11 Apr 2026

https://github.com/juliomotol/laravel-channel-attributes

Automatically register Laravel channels using annotations/attributes!

annotations attributes broadcasting channels laravel websocket

Last synced: 18 Jan 2026

https://github.com/byonchev/go-engine.io

Go implementation of engine.io server

engineio golang golang-library socketio streaming websocket

Last synced: 24 Mar 2025

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

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

chatbot frontend vue websocket

Last synced: 08 Apr 2025

https://github.com/dineshk3012/compete_nest

An online code judge platform allowing users to write, run, and test code in multiple languages. The platform evaluates user submissions against predefined test cases and is designed to support coding contests in the future.

aws-ec2 aws-s3 expressjs postgresql reactjs redux socket-io tailwindcss typescript vercel websocket

Last synced: 21 Feb 2026

https://github.com/p-obrthr/web-ray

multiplayer raylib c++ to wasm & websocket

cpp emscripten javascript mutliplayer raylib raylib-cpp wasm webassembly websocket

Last synced: 06 May 2026

https://github.com/mpolinowski/docker_ws_video_proxy

NGINX proxy for the websocket videostream of your IP camera

nginx-proxy secure-websockets video-streaming websocket

Last synced: 23 Mar 2025

https://github.com/aarush0101/rich-presence

Rich presence stimulated through Discord WebSocket based connection.

discord educational rich-presence rpc websocket

Last synced: 11 Apr 2026

https://github.com/lueasf/hftrading

HFTrading is a group project about creating a High Frequency Trading Tool in C++ & Python.

cpp nats python trading websocket

Last synced: 10 Jun 2025

https://github.com/n24q02m/mcp-relay-core

Zero-env-config credential relay for MCP servers (ECDH + AES-256-GCM E2E encryption)

mcp mcp-server model-context-protocol python real-time relay typescript websocket

Last synced: 02 Apr 2026

https://github.com/mkawserm/pisig

Pisig is a reusable high performance websocket focused web framework

distributed-systems email fast framework golang push sms web web-framework websocket

Last synced: 16 Jan 2026

https://github.com/itenfay/cxwebsocket

`CXWebSocket` wraps websockets in swift for iOS and OSX.

cxwebsocket starscream swift swift5 websocket ws

Last synced: 16 Mar 2025

https://github.com/rudrodip/go-networking

Implementation of different network protocols in go

go go-testing gorilla-websocket http rpc tcp udp websocket

Last synced: 24 Mar 2025

https://github.com/vinayv-456/exploding-kitten-game

A React-based single-player card game. Utilizes ReactJs, Node.js, Redis, WebSocket for real-time updates of leaderboard, and Redux for state management. Also had auto-save functionality.

express nodejs reactjs redis redux websocket

Last synced: 04 Feb 2026

https://github.com/ipublikuj/websockets-session

Extension for implementing sessions into ipub/websockets server

ipub ipublikuj nette nette-framework session websocket websockets

Last synced: 04 Feb 2026

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

📡 Simple php websocket server

implementation php websocket

Last synced: 18 Jun 2025

https://github.com/galaktik-hub/b2-s4-wikilinks

The game base on the Wikipedia articles

android bfs c game react websocket

Last synced: 30 Oct 2025

https://github.com/icd360s-e-v/mitglieder

Offizielle Mitglieder-App des ICD360S e.V. - Flutter Cross-Platform (Android, iOS, Windows, macOS, Linux)

accessibility android association community cross-platform dart f-droid flutter german ios linux macos member-management nonprofit open-source social-impact volunteer webrtc websocket windows

Last synced: 27 Jun 2026

https://github.com/onmax/chat_websockets

This app is built in Java with Maven and WebSockets

chat java maven websocket

Last synced: 04 May 2026

https://github.com/rodrigorvsn/burningheat

Fullstack application to communicate in real-time

docker elixir jwt nodejs postgresql prisma react react-native websocket

Last synced: 03 Apr 2026

https://github.com/guilhermerodrigues680/django-websocket-docker

Chat ultilizando Websocket com Django Channels e conteinerização de aplicação com Docker

chat django django-channels docker docker-compose python3 websocket

Last synced: 18 Jan 2026

https://github.com/shinokix3/messenger-server

A feature-rich messaging web application, similar to Telegram, built with Next.js, TypeScript, Tailwind CSS, NestJS, MongoDB, and WebSocket. Enjoy convenient communication with real-time messaging, media sharing, and more.

messanger mongodb nestjs typescript websocket

Last synced: 12 Apr 2026

https://github.com/zett-8/workers-do-chat

Cloudflare Workers + Durable Objects + WebSocket for Realtime interaction

chat cloudflare cloudflare-workers durable-objects hono websocket

Last synced: 07 May 2026

https://github.com/congnghia0609/ntc-gbmws

ntc-gbmws is a tool to benchmark resource WebSocket server by golang

benchmark golang ntc-gbmws tool util websocket

Last synced: 13 May 2026

https://github.com/sayalisachin/medicrypt

This is a Hospital Communication System Using DNA Encryption and Image Steganography This project enables secure communication between two hospitals, Hospital A and Hospital B, by encrypting and hiding sensitive patient data within images using DNA encryption and Least Significant Bit (LSB) steganography techniques, powered by Socket.IO

cryptography dna dna-sequencing information informationsecurity lsb lsb-steganography manipal-institute-of-technology matplotlib pandas pillow security socket-io steganography streamlit websocket

Last synced: 13 Apr 2026

https://github.com/stegano/express-socket.io

This middleware allows you to easily convert your existing HTTP REST APIs to websockets

express expressjs socket-io socketio websocket

Last synced: 13 Jun 2025

https://github.com/princiya/websc

Web summer camp (JavaScript) - Peer to Peer Web

canvas express getusermedia javascript node selfieapp webrtc websc websocket

Last synced: 13 Apr 2026

https://github.com/yarbsemaj/key-exchange-chat

An implementation of an RSA signed diffie hellman webchat.

api-gateway lambda serverless svelte sveltejs tailwind websocket

Last synced: 13 Apr 2026

https://github.com/lancekrogers/dashboard

ETHDenver 2026: Next.js real-time observer dashboard for the Obey Agent Economy. 5 live panels: Festival View, HCS Feed, Agent Activity, DeFi P&L, Inference Metrics.

agent-economy ai-agents dashboard ethdenver ethdenver-2026 festival-methodology hcs hedera nextjs obedience-corp react typescript websocket

Last synced: 30 May 2026

https://github.com/szerhusenbc/spring-boot-server-push-demo

This is a Kotlin demo for Spring Boot for pushing data from the server to the client with SockJS and StompJS

demo-app kotlin server-push sockjs springboot stompjs websocket

Last synced: 19 Apr 2026

https://github.com/likhithkp/realtime-notifications-service

A real-time notification service using Go, Kafka, PostgreSQL, Redis, and WebSockets. It stores notifications in PostgreSQL, caches unread IDs in Redis, and delivers notifications instantly via WebSockets if the user is live.

go golang kafka notification-service notification-system postgresql real-time-notification redis websocket

Last synced: 18 Apr 2026

https://github.com/ipublikuj/websockets-zmq

ZeroMQ pusher & consumer for WAMP server for Nette Framework (3.0+)

extension ipub ipublikuj message-queue nette websocket websockets zeromq

Last synced: 20 May 2026

https://github.com/uukelele-scratch/hybridoma

Hybridoma: Write Python, get a reactive frontend - no JS framework required

asgi asyncio flask web websocket

Last synced: 05 Oct 2025

https://github.com/jayantur13/tabsync-desktop

Tabsync is an electron-based desktop app for live syncing browser tabs in devices using WebSocket, Express and Chrome/Edge API

browersync electron-app sync synchronization websocket

Last synced: 17 Jan 2026

https://github.com/tsingson/fastws-example

golang / javascript websocket example via flatbuffers , fasthttp, fastws

fasthttp fastws flatbuffers golang javascript router websocket

Last synced: 14 Jan 2026

https://github.com/m1guelsb/discordia

Discord like app where is possible to private chat, create personal servers or enter in others servers by invite.

next14 nextjs prisma prisma-orm react-query socket-io tailwind websocket

Last synced: 19 Apr 2026

https://github.com/ibmstreams/streamsx.websocket

[Incubation] C++ WebSocket toolkit for IBM Streams

ibm-streams stream-processing toolkit websocket

Last synced: 08 Oct 2025

https://github.com/mahmoudsaeednst/buddyboss-with-websocket-react-and-flutter

Creating Websocket Server with Front-End to add new features for buddyboss messages (real-time messaging and calling video/audio)

buddyboss flutter nodejs react websocket

Last synced: 14 Apr 2026

https://github.com/fardinak/websocket

An opinionated WebSocket Server in Golang

golang golang-module websocket websocket-server

Last synced: 14 Jan 2026

https://github.com/shahradelahi/coinex

[WIP] ✨ Type-safe HTTP and WebSocket clients for CoinEx API

api coinex cryptocurrency exchange http websocket

Last synced: 11 Oct 2025

https://github.com/barrylee111/voicechat-llm

A chatbot with both prompt and voicechat capabilities leveraging LangChain, Elasticsearch, and FastAPI. When using voicechat, the user can immerse themselves in the experience by selecting a narrator, like a pirate for instance.

elasticsearch fastapi langchain largelanguagemodel python react speech-to-text tailwind text-to-speech typescript websocket whisper

Last synced: 19 Jan 2026

https://github.com/sahil2k07/websockets-asp.net-core

This project describes the use of WebSockets in a .NET Core application.

dotnet-core websocket

Last synced: 16 May 2026

https://github.com/abhirockzz/websocket-ejb

Behavior of WebSocket endpoints when decorated with EJB annotations

ejb glassfish javaee jsr356 payara-server tyrus websocket

Last synced: 26 Oct 2025

https://github.com/seshchat/react-native-mesa

📲 Mesa component for React Native apps

cryb mesa react-native websocket

Last synced: 28 Jan 2026

https://github.com/aladser/offer-tracker

Трекер офферов (Laravel 8)

laravel8 linux mysql tailwindcss websocket

Last synced: 29 Jan 2026

https://github.com/shiukaheng/webtopics

⚡️WebTopics ⁠— Real-time topics and services for web apps

real-time ros2 socket-io synchronization visualization websocket zod

Last synced: 15 Apr 2026

https://github.com/nirjan-dev/litsi

Litsi Chat is a real-time video chat application built with Nuxt.js. It allows users to create and join rooms, and engage in private and instant video chats. The application is designed to be simple, secure, and easy to use.

chat flyio nitropack nuxt p2p typescript videocall videochat vue webrtc websocket

Last synced: 15 Apr 2026

https://github.com/belikhun/iot-smart-device

IoT Smart Device (Graduation Thesis)

esp32 iot micropython python websocket wifi

Last synced: 01 Feb 2026

https://github.com/caiovicentino/polymarket-mcp-server

🤖 AI-Powered MCP Server for Polymarket - Enable Claude to trade prediction markets with 45 tools, real-time monitoring, and enterprise-grade safety features

ai-trading anthropic autonomous-trading blockchain claude defi market-analysis mcp polygon polymarket prediction-markets python trading websocket

Last synced: 26 Feb 2026