Simple NodeJS server to test http requests
When GET/POST request to http://localhost:3000/api/ received,
it writes data to console and to log file (./logs/)
and can also show GET request data in browser
To display JSON response conveniently, use FireFox or in Chrome use F12 > 'Network' tab > 'Preview'
git clone git@github.com:ageyev/api-test-server.git
cd api-test-server
npm installstart:
nodejs ./app.jsstop:
Ctrl-C
Can also be used to bootstrap simple API service on NodeJS