You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the README file, the target audience is described as:
Go programmers who want to bundle an HTML/JS/CSS frontend with their applications, without resorting to creating a server and opening a browser to view it.
That definitely does not describe me, but I found Go to be very useful for this situation:
I'm not great at web development, but I know enough to build a simple UI
I need a GUI for some processes that hit network resources that I already have access to, but trying to deploy a web app (even for internal use only) is a bit of a nightmare that needs months of review from InfoSec
Wails allows me to easily run a light (or heavy) web app from my desktop without having to serve it to anyone other than me
FYI, I tried to do this with both Tauri and .NET WinForms, and couldn't even get off the ground. Not too hard with Python, but there a gajillion very heavy dependencies. A bundled app would be > 0.5 GB.
I have almost no experience with Go, but found it very easy to get up and running quickly here. This project is great!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In the README file, the target audience is described as:
That definitely does not describe me, but I found Go to be very useful for this situation:
FYI, I tried to do this with both Tauri and .NET WinForms, and couldn't even get off the ground. Not too hard with Python, but there a gajillion very heavy dependencies. A bundled app would be > 0.5 GB.
I have almost no experience with Go, but found it very easy to get up and running quickly here. This project is great!
Beta Was this translation helpful? Give feedback.
All reactions