Skip to content

Commit 0b2ae44

Browse files
authored
Merge pull request #346 from AkeemESmith/master
added comments to gRPC server
2 parents 5032ad6 + a715675 commit 0b2ae44

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/grpcServer.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ const path = require('path');
22
const grpc = require('@grpc/grpc-js');
33
const protoLoader = require('@grpc/proto-loader');
44

5+
///////***** Attention *****///////
6+
//uncomment main('open') at the bottom of the file to start server
7+
////////////////////////////////////
8+
59
// change PROTO_PATH to load a different mock proto file
610

711
const PROTO_PATH = path.resolve(__dirname, './hw2.proto');

0 commit comments

Comments
 (0)