npm install
Run the following in separate shells:
node grpc/server.js
to start GRPC server running on http://localhost:3000node rest/server.js
to start REST server running on http://localhost:4000node demo/server.js
to start demo server on http://localhost:8080
node benchmark/grpc_rest.js
This demo uses dynamically generated protobuf at runtime, so protoc
is not needed.