rest-sessions
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -36,3 +36,3 @@ // Generated by CoffeeScript 1.6.2 | ||
app.use(express.logger("dev")); | ||
return app.use(express.bodyParser()); | ||
app.use(express.bodyParser()); | ||
}); | ||
@@ -39,0 +39,0 @@ |
{ | ||
"name": "rest-sessions", | ||
"description": "A REST interface for redis-sessions", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "P. Liess <smrchy+npm@gmail.com>", | ||
@@ -6,0 +6,0 @@ "engines": { |
# REST Sessions | ||
[![Build Status](https://secure.travis-ci.org/smrchy/rest-sessions.png?branch=master)](http://travis-ci.org/smrchy/rest-sessions) | ||
A REST interface to handle and share sessions between different app server platforms. Based on [redis-sessions](https://github.com/smrchy/redis-sessions). | ||
@@ -8,9 +10,9 @@ | ||
`npm install rest-sessions` | ||
* Clone this repository | ||
* Run `npm install` to install the dependencies. | ||
* For the test make sure Redis runs locally and run `npm test` | ||
* *Optional:* Modify the server port in server.js | ||
* Start the server: `node server.js` | ||
Run `npm install` to install the dependencies. | ||
For the test make sure Redis runs locally and run `npm test` | ||
## Methods | ||
@@ -17,0 +19,0 @@ |
Sorry, the diff of this file is not supported yet
23814
12
214