- nodeJS >=5.0.0
- npm
- Redis
$ npm install
Start a Redis server on 127.0.0.1:6379, and then:
$ node app.js
or with forever
module
$ ./node_modules/.bin/forever -m 5 app.js
or (if you have installed nodemon
module)
$ nodemon app.js --ignore log/
$ curl -XGET -i -g "localhost:3000/track?pokus[key1]=cosi&foo=bar&baz=qux&baz=quux&corge&user[name][first]=George&user[email]=george@example.com&count=2"
Start a Redis server on 127.0.0.1:6379, and then:
$ npm run test