Live data from Hacker News

Wails: Build cross-platform applications using Go

wails.io

1–10 of 48 posts

Re: Wails: Build cross-platform applications using Go

#5
post #2

I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?

Because you might ship this to users and just having an app for them to click on and open is a lot more user friendly than telling people to type in some localhost URL or open browser tabs with "cryptic" urls.

Re: Wails: Build cross-platform applications using Go

#6
post #5
post #2

I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?

Because you might ship this to users and just having an app for them to click on and open is a lot more user friendly than telling people to type in some localhost URL or open browser tabs with "cryptic" urls.

Just have the application start the browser like daemons used to 20 years ago.

Nowadays they can even send the PWA manifest to hide the browser appearance.

Re: Wails: Build cross-platform applications using Go

#7
post #6
post #5

Earlier quoted context omitted.

Because you might ship this to users and just having an app for them to click on and open is a lot more user friendly than telling people to type in some localhost URL or open browser tabs with "cryptic" urls.

Just have the application start the browser like daemons used to 20 years ago. Nowadays they can even send the PWA manifest to hide the browser appearance.

Are we really arguing why someone might want to have a "native" app instead of a browser window? There's many reasons why someone might want to have that.

Re: Wails: Build cross-platform applications using Go

#10
post #2

I don't get these projects. If you're going to write an html/js app, why not just launch the web browser against the local url of your app?

Mostly because with Wails/Tauri/Electron, you get file system access, native code etc.

yeah, the exe running the server (Go in the current case) has access to all that.
Post reply on HN