This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
tianyunperfect
/
python-base--
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
1
tianyun
3 mesi fa
parent
b0a812a725
commit
b656993d79
2 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
chat-room/start.sh
2
0
chat-room/templates/requirements.txt
+ 1
- 0
chat-room/start.sh
Vedi File
@@ -0,0 +1 @@
+nohup python -u main.py --name chatroom &
+ 2
- 0
chat-room/templates/requirements.txt
Vedi File
@@ -0,0 +1,2 @@
+flask
+flask_socketio