satr-api
v1.0.3
Published
Generic REST API for session storage
Downloads
1
Readme
Satr - Session Storage API
Satr is a generic REST API for session storage. It is a ready-made solution for session management in your project.
Prerequisite
You should have these applications installed at your system.
- node.js
npm
(usually it comes along withnode.js
)
Along with the DB you want to use behind the scene
Setup
You can install it at your system via npm
npm install satr-api
Usage
Compatibility
It is targetted to be compatible with KV Stores like Badger, BoltDB & SkyTable.
| Database | Dependency | Status | |----------|-------------|--------| | Badger | VxDB | ✓ | | BoltDB | BBolt API | ✓ | | SkyTable | SkyTable.js | ✗ |