Gave up using WebSocket

Flask-SocketIO does not fully compatible with Gunicorn, and it limited to 1 worker, which it will takes forever to finish loading the webpage. Switched back to  using ajax.
This commit is contained in:
Donald Cheng Hong Zou
2022-03-04 22:09:01 -05:00
parent 4a1a6c5933
commit 65f31a0b38
8 changed files with 245 additions and 177 deletions

View File

@@ -198,6 +198,10 @@ body {
color: #dc3545;
}
.btn-lock-peer:hover{
color: #6c757d;
}
.btn-setting-peer:hover{
color:#007bff
}

File diff suppressed because one or more lines are too long