HTTP Service implementation of a DSP in Node (v4.2.1).
E. H. Sothern as Jack Hammerton in "The Highest Bidder" (1887).
##About
OpenDSP is as a mock server for testing purposes.
##Bootstrap
# Get a local copy of opendsp.
$ git clone https://github.com/Avocarrot/opendsp.git
$ cd opendsp
# You will need Node v4.2.1 for the `DSPMock`. In case you use `nvm`:
$ nvm use v4.2.1
# Npm install and start Grunt
$ npm install
$ grunt nodemon:dev
##References