I found CROSSBAR.IO for direct pushing of data via Websocket from / to Python or JS.
Its open source.
The JS client-side program is 300 lines to handle the low level stuff.
I knew enough to have a hunch this would not be just a few lines of JS
I found CROSSBAR.IO for direct pushing of data via Websocket from / to Python or JS.
Its open source.
The JS client-side program is 300 lines to handle the low level stuff.
I knew enough to have a hunch this would not be just a few lines of JS
Thanks for that, did you manage to make it work with Anvil?