gRPC-Web WASM example
Small example server using gRPC-Web with WASM using go
Requirements
go
1.11. See https://golang.org/dl/#go for installation instructions.- The Google protobuf compiler,
protoc
.
Development
Run make generate
to regenerate the protofiles and the frontend.
Run make serve
to start the web server.