Written with [email protected] and [email protected] This is a very simple project, running a web server on port 3000 that will log POSTed values in the console Also runs an https server on post 3443, doing the same
To get running, just run
$ npm install
$ npm start
after checkout.