Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 595 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 595 Bytes

grpc-web Helloworld in grpc-elixir

Test project for tracking implementation of grpc-web in grpc-elixir (Fork)

Usage

  1. Install deps and compile
$ mix do deps.get, deps.compile
  1. Start the server
$ iex -S mix
  1. Start client application:
cd web
npm i && npm start

Open localhost:8080 in a browser, open devtools, check console for results.