#How to connect two node.js servers with web sockets? -> Two node server communication -> Manage GET request -> Manage GET with parameters -> Handling POST requests
- clone repo
- cd port-1 and npm install
- cd port-2 and npm install
- start both node severs by ( node . )
- Open http://localhost:2001/simple
- Open http://localhost:2001/params
- Open http://localhost:2001/post with any REST client (eg: postman)
just watch how is happening....
Enjoy...
JMJ