Some components require real-time events to operate optimally.
Determine which protocol(s) and server software make the most sense for this.
The Django Channels stuff is one option to look into.
Web-apps / browser UI is well served by Web Sockets, and MQTT should be well supported by arduino and similar.
Some components require real-time events to operate optimally.
Determine which protocol(s) and server software make the most sense for this.
The Django Channels stuff is one option to look into.
Web-apps / browser UI is well served by Web Sockets, and MQTT should be well supported by arduino and similar.