https://github.com/shakotn/chacket
Group chat implementation using Websocket, FastAPI and Redis
https://github.com/shakotn/chacket
asyncio chat fastapi python redis websocket
Last synced: about 2 months ago
JSON representation
Group chat implementation using Websocket, FastAPI and Redis
- Host: GitHub
- URL: https://github.com/shakotn/chacket
- Owner: SHAKOTN
- License: gpl-3.0
- Created: 2021-01-08T20:09:46.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T12:12:56.000Z (over 5 years ago)
- Last Synced: 2025-10-08T23:07:32.437Z (9 months ago)
- Topics: asyncio, chat, fastapi, python, redis, websocket
- Language: CSS
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chacket
Chat built on websockets.
Build: 
Test Coverage [](https://codecov.io/gh/SHAKOTN/Chacket)
## Overview
Simple open-group chat based on websocket connections and async Python on backend.
Now supports single chat room with history
## Current State
WIP