Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

CuteMurasame/Chat-Room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

163 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Room

What's this?

使用 Python Flask 构建的一个小巧简便的聊天室。

部署

Step 1. 克隆

git clone https://github.com/nr0728/Chat-Room.git

Step 2. 安装

cd Chat-Room/
python -m pip install -r requirements.txt

Step 3. 初始化

python init.py

Step 4. 运行

python app.py

如果你想要在后台运行(例如服务器上部署等),请使用你的包管理器安装包 screen,并执行 screen -S <新的终端名>(e.g. screen -S chatroom),在其中执行 python app.py 即可。

使 screen 终端在后台运行:按下 Ctrl+A 后,松手再按 D

恢复 screen 终端:screen -r <终端名>

关于 CLI

执行python app.py -h可以看到所有 CLI 命令。

About

使用 Python Flask 构建的一个小巧简便的聊天室。

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors