Skip to content

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

License

Notifications You must be signed in to change notification settings

eugenserbanescu/simple-logging-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published