Popularity
2.2
Growing
Activity
0.0
Stable
33
2
1
Description
Frontend tool-kit for Gopher
Feature
No dependencies on other packages.
Minimal function set.
Distributable as static files(etc.: S3 or GitHub-Pages).
Navigation by Location Hash.
Mount/Unmount hook.
Update WASM when reload on browser.
TinyGo supported.
Commandline tool included.
HTML-like DSL translate to Go-Code.
Programming language: Go
License: BSD 3-clause "New" or "Revised" License
SpaGo alternatives and similar packages
Based on the "WebAssembly" category.
Alternatively, view spago alternatives based on common mentions on social networks and blogs.
-
vecty
Vecty lets you build responsive and dynamic web frontends in Go using WebAssembly, competing with modern web frameworks like React & VueJS. -
go-canvas
Library to use HTML5 Canvas from Go-WASM, with all drawing within go code
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Promo
www.onlyoffice.com
Do you think we are missing an alternative of SpaGo or a related project?
Popular Comparisons
README
SpaGo
Frontend tool-kit for Gopher
Feature
- No dependencies on other packages.
- Minimal function set.
- Distributable as static files(etc.: S3 or GitHub-Pages).
- Navigation by Location Hash.
- Mount/Unmount hook.
- Update WASM when reload on browser.
- TinyGo supported.
- Commandline tool included.
- HTML-like DSL translate to Go-Code.
Install
Library
go env -w GOOS=js GOARCH=wasm
go get github.com/nobonobo/spago
go env -u GOOS GOARCH
Command-line tool
go get github.com/nobonobo/spago/cmd/spago