nembery / aframe

A minimalistic automation framework designed to create user input forms from various types of APIs and templates.
Apache License 2.0
18 stars 12 forks source link

add websocket widget to screens #13

Open nembery opened 6 years ago

nembery commented 6 years ago

We need a websocket widget in the screens section. The websocket could potentially use the django channels support to connect directly to some external source via a proxy set up in django/aframe server

nembery commented 6 years ago

creating the widget should have option to directly connect to ip / port or to create a proxy through to an ip / port behind the aframe server

nembery commented 6 years ago

this would be essential for things like connecting to and watching an event bus like zeromq or mqtt