|
|
|
|
|
by reactordev
970 days ago
|
|
As someone who has contributed to Electron alternatives, I welcome it. Electron.js is so large, binary size wise, that we should be picking the right web-app stack for the job. Webview for example, to allow one to write web-apps in C++ with bindings for other languages. Personally, go’s ability to serve content from its own binary using the `embed` package is one of the most killer features. I can ship a single binary and have my entire client packed inside. All at 28mb. |
|
There's atleast https://wails.io/ for Go, and https://tauri.app/ for rust ofc.