GitHub - deepakkoirala/NodeJsPostHandshake: HTTP Post Handshake from App1 to App2 · GitHub
Skip to content

deepakkoirala/NodeJsPostHandshake

Folders and files

Repository files navigation

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

About

HTTP Post Handshake from App1 to App2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors