Skip to content

an-parubets/easy-echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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