Simple data storage API concept project with support for:
- Session management via Authorization header
- Session renewal
- Lazy loading and optimistic locking
- CORS
To get started:
$ cd gameapi
$ npm install .
$ node lib/app.js
Javascript demo client included (/client/gameapi-client.html) will prompt for authentication and save cursor position using a custom onMouseStop listener every 15ms.