Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lightbeem3296/fastapi-websocket-chatroom

The FastAPI WebSocket Chatroom Demo is a real-time chat application built using FastAPI's WebSocket support. This demo showcases how to create a chatroom where multiple clients can join and communicate instantly, with messages sent by one client broadcasted to all other connected clients.
https://github.com/lightbeem3296/fastapi-websocket-chatroom

chatroom fastapi websocket

Last synced: about 16 hours ago
JSON representation

The FastAPI WebSocket Chatroom Demo is a real-time chat application built using FastAPI's WebSocket support. This demo showcases how to create a chatroom where multiple clients can join and communicate instantly, with messages sent by one client broadcasted to all other connected clients.

Awesome Lists containing this project

README

        

# FastAPI + WebSocket Real-time Chat Room

The FastAPI WebSocket Chatroom Demo is a real-time chat application built using FastAPI's WebSocket support. This demo showcases how to create a chatroom where multiple clients can join and communicate instantly, with messages sent by one client broadcasted to all other connected clients.

![Example Image](images/sshot.png)