README.md

April 27, 2019 ยท View on GitHub

gRPC-Web ReactJS client, Golang Server

Follow steps below to start client and server. Run these commands in the root directory.

Notes

If you regenerate the gRPC-Web proto files you will need to add /* eslint-disable */ to the top of helloworld_pb.js

docker-compose up -d

To start the envoy proxy (required for gRPC-web)

go run go/main.go

To run the Golang web server

npm i

To download required node_modules

npm start

To start the ReactJS client

Contents

  1. 1gRPC-Web ReactJS client, Golang Server
  2. 2Notes
  3. 2.1docker-compose up -d
  4. 2.2go run go/main.go
  5. 2.3npm i
  6. 2.4npm start