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
+1 -1
View File
File diff suppressed because one or more lines are too long