Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterakande/websocketchat-fastapi
A FastAPI Backend Service that simulates the Websocket needs of a chat app.
https://github.com/peterakande/websocketchat-fastapi
Last synced: 7 days ago
JSON representation
A FastAPI Backend Service that simulates the Websocket needs of a chat app.
- Host: GitHub
- URL: https://github.com/peterakande/websocketchat-fastapi
- Owner: PeterAkande
- Created: 2023-10-11T04:12:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-15T07:20:46.000Z (about 1 year ago)
- Last Synced: 2024-11-16T06:28:24.400Z (2 months ago)
- Language: Python
- Size: 94.7 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## Chat App WebSocket Implementation
A FastAPI Backend Service that simulates the Websocket needs of a chat app that involves:
- Users being able to Exchange messages with one another
- The concept of rooms or group chatsThis uses an in memory List to keep track of Websocket connections.
To check the version that uses redis PUB/SUB, check the [redis_db_branch](https://github.com/PeterAkande/WebSocketChat-FastAPI/tree/redis_backend)#### Demo
https://github.com/PeterAkande/WebSocketChat-FastAPI/assets/64542587/00824b78-3092-4fd1-b7d1-5fefa5e56e27
#### View Demo On Youtube Instead
[![Watch the video](https://img.youtube.com/vi/G-YG04E1CuY/sddefault.jpg)](https://youtu.be/G-YG04E1CuY)