tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

[Idea] Serving files with Node.js #105

Closed bbaret closed 8 years ago

bbaret commented 8 years ago

Instead of using SimpleHTTPServer, we could use a Node.js server. It could update the web page with web-socket and it would be easier to connect multiple client.

Mine is actually sending logs to the web client console and restarting the bot when it crash for example.