Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 424 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 424 Bytes

Node-JS-Post-Handshake

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

* Terminal 1

$ cd app1
$ npm install
$ npm start

* Terminal 2

$ cd app2
$ npm install
$ npm start

Now navigate to: http://localhost:3000/dash.html