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