Skip to content

ruzhila/fastapi_chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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