Clone the repo
git clone https://github.com/Cryptography-demo-in-NodeJs/DiffieHellmanWithMITM.gitOpen 3 terminals first for Alice, second for Bob and third for Man in the Middle.
cd Alice
npm i cd Bob
npm i cd Middleman
npm i Start the servers
node index.js