Direct Python (on Pi) to Anvil Client Websocket Communications

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 :slight_smile:

1 Like

Thanks for that, did you manage to make it work with Anvil?