Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ruzhila/fastapi_chatroom

Chatroom implemented with FastAPI + Websocket
https://github.com/ruzhila/fastapi_chatroom

100-line-code chatroom fastapi learning-by-doing python3

Last synced: 2 months ago
JSON representation

Chatroom implemented with FastAPI + Websocket

Awesome Lists containing this project

README

        

# A FastAPI chatroom, 100 lines of python code

By [ruzhila.cn](http://ruzhila.cn/?from=github_fastapi_chatroom), a campus for learning backend development through practice.

This is a tutorial code demonstrating how to use Python write chatroom. Pull requests are welcome. 👏

## Usage
```bash
python3 -m venv venv
# switch to venv
. venv/bin/activate
pip install -r requirements.txt

python3 app.py

```
## Screenshot

## Workflow