Closed NikhilNarayana closed 6 years ago
Everything should be on one screen, right now it is on the webpage and the console. Hardest part is figuring out how to make web.py act asynchronously and refresh when a new status appears.
https://www.fullstackpython.com/websockets.html
Consider a web socket that is not 8080 and use it for all message handling.
Handled in 54c8cdea7baa06cfdf248999c464cf7039b12514 with the new GUI
Everything should be on one screen, right now it is on the webpage and the console. Hardest part is figuring out how to make web.py act asynchronously and refresh when a new status appears.