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

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

Awesome Lists containing this project

README

          

# Chacket
Chat built on websockets.

Build: ![Execute Tests](https://github.com/SHAKOTN/Chacket/workflows/Execute%20Tests/badge.svg)

Test Coverage [![codecov](https://codecov.io/gh/SHAKOTN/Chacket/branch/main/graph/badge.svg?token=5EUXUGKD0O)](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