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: over 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T08:42:15.000Z (over 1 year ago)
- Last Synced: 2025-01-19T22:41:24.122Z (over 1 year ago)
- Topics: chatroom, fastapi, websocket
- Language: Python
- Homepage:
- Size: 282 KB
- 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.
