Skip to content

deepakkoirala/NodeJsPostHandshake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

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

No packages published