Currently using ws.js to handle watchers. This is problematic in that it creates a new connection that you could accidentally connect to quite easily which would mean live eval stops working.
Ideally we want all the watch functionality without showing a new client in the connections list.
Currently using ws.js to handle watchers. This is problematic in that it creates a new connection that you could accidentally connect to quite easily which would mean live eval stops working.
Ideally we want all the watch functionality without showing a new client in the connections list.