A web GUI for Go
This project is still in development and not production ready. You can try it and you can use it for simple internal apps or prototyping. But there are still a lot of open issues.
The idea to use a browser as a gui is not new. For example Electron uses the same principle. It includes a chrome browser and a node.js server. Because of that the binaries are huge. Why not use the allready installed browser? So govuegui just includes a server which is talking to the browser via a websocket connection.
The api of govuegui should be very simple that it is very easy to use.
This package includes following great project:
- Bulma as CSS library
- Gorillatoolkit for the websocket