Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lightbeem3296/fastapi-websocket-chatroom
- Owner: lightbeem3296
- Created: 2024-11-12T08:40:35.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T08:42:15.000Z (2 months ago)
- Last Synced: 2024-11-12T09:29:57.697Z (2 months ago)
- Topics: chatroom, fastapi, websocket
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)