/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.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.