📣 The simpliest and smallest echo server for Node.js with no dependencies
git clone https://github.com/mint-dev/node-echo
cd node-echo
npm start
Run on another port
node index.js --port=5000
Also you are able to run with env
vars
PORT=5000 node index.js