sessionvoc-client

1.0.6 • Public • Published

sessionvoc-client

sessionvoc-client is client for a secure, reliable, external session database, the SessionVOC. The SessionVOC is a noSQL database optimized for the management of user sessions. Additionally, the SessionVOC establishes security mechanisms that are difficult to implement with other session management systems (see http://www.worldofvoc.com/ for details).

Installation

via npm:

$ npm install sessionvoc-client

Example

var svc = require('sessionvoc-client');
var client = svc.createClient().on('ready', function() {console.log('ready for business');});

client.createSession(function(err,data) {console.log("sid = " + data);});

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i sessionvoc-client

      Weekly Downloads

      4

      Version

      1.0.6

      License

      none

      Last publish

      Collaborators

      • triagens