Coincidence. I was just looking at this last night, wondering about the state of webdev-on-wasm-on-go.
It looks promising and has committed developers. It does seem quite opinionated though, and having the same main func handle both the client and server is a bit odd. I'd worry that all my server code is getting bundled into the wasm file. Is that the case?
It looks promising and has committed developers. It does seem quite opinionated though, and having the same main func handle both the client and server is a bit odd. I'd worry that all my server code is getting bundled into the wasm file. Is that the case?