mnemote / flobot

Flobot: A visual dataflow language for robots
MIT License
14 stars 2 forks source link

Should be using Websockets #1

Open nickzoic opened 8 years ago

nickzoic commented 8 years ago

currently it polls, which is awful. Hook up websockets to handle updates between the UI and the VM. libesphttpd supports websockets, so this should be pretty easy.