Skip to content

Commit

Permalink
Merge pull request #346 from AkeemESmith/master
Browse files Browse the repository at this point in the history
added comments to gRPC server
  • Loading branch information
AkeemESmith committed Nov 1, 2023
2 parents 5032ad6 + a715675 commit 0b2ae44
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/grpcServer.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ const path = require('path');
const grpc = require('@grpc/grpc-js');
const protoLoader = require('@grpc/proto-loader');

///////***** Attention *****///////
//uncomment main('open') at the bottom of the file to start server
////////////////////////////////////

// change PROTO_PATH to load a different mock proto file

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

0 comments on commit 0b2ae44

Please sign in to comment.