WebUI: Use any web browser as GUI, with your preferred language in the back end(github.com)
github.com
WebUI: Use any web browser as GUI, with your preferred language in the back end
https://github.com/alifcommunity/webui
2 comments
The most interesting part to me is the “Fast WS binary communication”. Based on the diagram that follows that text WS is WebSockets. To be fully convinced I would need see an example on just how fast it is as well as the API on the app side.
I'm using WebUI with Python, and it's working wonderful for me. About the “Fast WS binary communication” I'm not sure but probably means the communication is using a binary packet instead of JSON I guess... which makes it fast.