/grpcweb-wasm-example

Small example server using gRPC-Web via the gRPC-Go WASM fork

Primary LanguageJavaScriptMIT LicenseMIT

gRPC-Web WASM example

Small example server using gRPC-Web with WASM using go

Requirements

  1. go 1.11. See https://golang.org/dl/#go for installation instructions.
  2. The Google protobuf compiler, protoc.

Development

Run make generate to regenerate the protofiles and the frontend.

Run make serve to start the web server.