Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple logging server

It'll just log out the path, verb and headers that it was called with Responds 200 :)

To run with node either npm start or node index.js To run with Docker docker build -t logging-server . then docker run -p 1337:1337 logging-server

Port

By default it runs on port 1337 but can be changed via environment variable:

PORT=1234 node index.js

About

Simple NodeJS sever that logs what you request to it. Useful for debugging a proxy maybe?

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages