thomasnordquist / MQTT-Explorer

An all-round MQTT client that provides a structured topic overview
https://mqtt-explorer.com
Other
2.86k stars 282 forks source link

[FR] WEB Ui of currently running app #789

Open cinadr opened 1 month ago

cinadr commented 1 month ago

As of no alternative of this amazing app for Android it would be a viable option to create a responsive Web app that could be enabled from the desktop and be available on a specified port. Than you can freely use it on your phone even deploy as a Web app, etc.

Is this an easy to do modification? I have no professional programming experience.

Thank you.

thomasnordquist commented 1 month ago

With some exceptions this could be fairly easy by using socket.io as a communication layer. (Everything is channels through an event bus) There is also the matter of doing it securely, which requires a bit more finesse