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