Test project for tracking implementation of grpc-web in grpc-elixir (Fork)
- Install deps and compile
$ mix do deps.get, deps.compile
- Start the server
$ iex -S mix
- Start client application:
cd web
npm i && npm start
Open localhost:8080
in a browser, open devtools, check console for results.