Hello Devs,
Once upon a time I wanted to create a simple desktop app for my personal use, after searching Github I didn't find something similar to electron for Go, so I created one and I called Guark.
Guark is an electron alternative for GO developers, with it you can develop GO desktop apps, and taking advantage of modern front end frameworks like Vue.js and React.js to create amazing user interfaces.
Github Repo: https://github.com/guark/guark
Your feedback is very appreciated.
Top comments (3)
I don't like Electron Js for desktop apps. C- family is best for desktop software. What about Guark.
Ouuu this looks promising! I'll have to try it out
Nice 🙂
I did a smaller implementation where I take advantage of browser's app mode flags here: github.com/ClimenteA/fiberwebgui
With this you can use same code for desktop and web app.