Passing the value from Node Server 1 to Server 2 during the post handshake. It might be required while we are implementing the Single Sign on in an application.
Open two terminals
$ cd app1
$ npm install
$ npm start
$ cd app2
$ npm install
$ npm start
Now navigate to: http://localhost:3000/dash.html