Will accept any TCP connection and echo back a HTTP response with the follow body
{ "status": "OK" }
Run the command below, after which the server will be started on port 8000
npx easy-echo
If you want to run server on other port, you can use the command like below
npx easy-echo --port=8080