This is a quick and really basic node.js snippet for mocking up remote HTTP requests, like API calls. During initial development of an API client, sometimes you just want to see what the server is receiving in real time, so you can hack things together quickly. This script sets up a HTTP server which spits [...]