Written with node@6.10.1 and npm@3.10.10 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.