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.
1 parent fd6604f commit 20ed916Copy full SHA for 20ed916
examples/gRPC/reverse_proxy/reverseProxyServer.js
@@ -9,9 +9,11 @@ const chronosConfig = require('./chronos-config');
9
const chronos = new Chronos(chronosConfig);
10
require('./chronos-config');
11
12
+// invoking Chronos's tracking
13
chronos.track();
14
const app = express();
15
// requiring in the clients used for this reverse proxy server
16
+// these clients contain methods and services that were created
17
const orderClient = require('./orderClient.js');
18
const bookClient = require('./bookClient.js');
19
0 commit comments