uashield
uashield copied to clipboard
Web UI request
Please add web UI to be used for headless and docker version. It may be useful for users who run uashield on servers.
Interesting idea. Electron already runs in WEB, but I don't know if there is an easy way to port it. The main problem is with the communication core --- UI. Now it works on the electron event bus
Yeap. If you just open localhost:8080 you will see the app. but there are no communications between core and web UI - this part has to be implemented. Also, I saw this example https://gist.github.com/derekchiang/a38b72878d79d1fe4e19eb032ff2b505