Clone the repo git clone https://github.com/Cryptography-demo-in-NodeJs/DiffieHellman.git Open 2 terminals one for Alice one for Bob cd Alice npm i cd Bob npm i Start the servers bob first node bob.js node alice.js