Skip to content

Commit 20ed916

Browse files
committed
added some comments for reverseProxyServer
1 parent fd6604f commit 20ed916

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/gRPC/reverse_proxy/reverseProxyServer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ const chronosConfig = require('./chronos-config');
99
const chronos = new Chronos(chronosConfig);
1010
require('./chronos-config');
1111

12+
// invoking Chronos's tracking
1213
chronos.track();
1314
const app = express();
1415
// requiring in the clients used for this reverse proxy server
16+
// these clients contain methods and services that were created
1517
const orderClient = require('./orderClient.js');
1618
const bookClient = require('./bookClient.js');
1719

0 commit comments

Comments
 (0)