tianyun 3 月之前
父节点
当前提交
b656993d79
共有 2 个文件被更改,包括 3 次插入0 次删除
  1. 1 0
      chat-room/start.sh
  2. 2 0
      chat-room/templates/requirements.txt

+ 1 - 0
chat-room/start.sh

@@ -0,0 +1 @@
+nohup python -u main.py --name chatroom &

+ 2 - 0
chat-room/templates/requirements.txt

@@ -0,0 +1,2 @@
+flask
+flask_socketio