#GoApp is a framework that enables implementing #PWA web apps in a single #programming language: #Go. It is clean, simple, and efficient. It is well documented.

https://go-app.dev/

A Go package for building Progressive Web Apps

A package for building progressive web apps (PWA) with the Go programming language (Golang) and WebAssembly (Wasm). It uses a declarative syntax that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.

@AmenZwa looks interesting for some use cases

app.wasm on https://go-app.dev/ is 4.2Mb though - it doesn't load fast.

A Go package for building Progressive Web Apps

A package for building progressive web apps (PWA) with the Go programming language (Golang) and WebAssembly (Wasm). It uses a declarative syntax that allows creating and dealing with HTML elements only by using Go, and without writing any HTML markup.

@sean Right, WASM binaries can be rather large. But I don't worry much about download size anymore, given that when visiting ABC, CNN, BBC, etc., the landing page is about 10 MB.