Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 840 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 840 Bytes

ease echo server

Will accept any TCP connection and echo back a HTTP response with the follow body

{ "status": "OK" }

Example usage

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