tehp / OpenPoGoWeb

Web View for OpenPoGoBot
77 stars 58 forks source link

Use Flask backend + WebSockets instead of loading JSON from file #26

Closed wchill closed 8 years ago

wchill commented 8 years ago

Contingent on https://github.com/OpenPoGo/OpenPoGoBot/pull/55.

Web component should use Flask and install a listener for when relevant bot events are fired.

Instead of AJAXing JSON from disk every second, WebSockets should be used.

Saturate commented 8 years ago

WebSockets would be a very nice solution.

meyer9 commented 8 years ago

Done in #69