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