fastapi-websocket-broadcast
WebSocket app
A FastAPI application that enables real-time communication between clients through WebSockets.
Websocket 'broadcast' demo using FastAPI/Starlette
133 stars
4 watching
22 forks
Language: Python
last commit: 3 months ago
Linked from 1 awesome list
asyncfastapipython3starlettewebsocket
Related projects:
Repository | Description | Stars |
---|---|---|
authorizon/fastapi_websocket_pubsub | An API framework allowing real-time communication between clients and servers over WebSockets. | 13 |
vlcinsky/fastapi-sse-htmx | Tests real-time communication between a FastAPI backend and an HTML-based frontend using Server Sent Events (SSE) and HTMX. | 37 |
authorizon/fastapi_websocket_rpc | Provides a robust and production-ready bidirectional JSON RPC channel over Websockets. | 7 |
melvinkcx/fastapi-events | An event dispatching/handling library for FastAPI and Starlette applications | 444 |
anthonycorletti/firestore-fastapi | A FastAPI application with Google Cloud Firestore integration to create scalable, cloud-based APIs | 47 |
commandodev/stargate | Enables bi-directional communication between web clients and servers over a single TCP socket | 40 |
leonh/redis-streams-fastapi-chat | A simple Redis Streams backed Chat app demonstration project | 217 |
testdrivenio/fastapi-crud-async | Asynchronous API with CRUD operations | 437 |
ratchetphp/pawl | A PHP library implementing an asynchronous WebSocket client for communicating with web servers. | 583 |
feross/simple-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 184 |
b/kafka-websocket | Provides a WebSocket interface to interact with Kafka's distributed message broker | 347 |
sanjeev-thiyagarajan/fastapi-course | A backend API built with FastAPI that clones the functionality of a social media app | 903 |
kenichi/angelo | A DSL for building web applications with real-time capabilities using Ruby and Reel's reactor | 302 |
foxglove/ws-protocol | Defines and enables real-time data streaming between devices and servers using web sockets. | 99 |
krohling/arduinowebsocketclient | A Websocket client library for Arduino that enables communication with web services over Websockets | 227 |