We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5032ad6 + a715675 commit 0b2ae44Copy full SHA for 0b2ae44
test/grpcServer.js
@@ -2,6 +2,10 @@ const path = require('path');
2
const grpc = require('@grpc/grpc-js');
3
const protoLoader = require('@grpc/proto-loader');
4
5
+///////***** Attention *****///////
6
+//uncomment main('open') at the bottom of the file to start server
7
+////////////////////////////////////
8
+
9
// change PROTO_PATH to load a different mock proto file
10
11
const PROTO_PATH = path.resolve(__dirname, './hw2.proto');
0 commit comments