Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 514 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 514 Bytes

A FastAPI chatroom, 100 lines of python code

By ruzhila.cn, 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

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

python3 app.py

Screenshot

Workflow