From World of VOC - Wiki
Contents |
SessionVOC (Version 1.7)
The SessionVOC is a noSQL database optimized for the management of user sessions. It can establish security mechanisms that are difficult to implement with other session management systems. With its modular design you can pick and choose which of these advance features you require. In order to install the server and compiler, use
curl -L install.sessionvoc.org | bash
Presentations
- Froscon 2011 talk about Session Management in Scalable Web Projects (german)
Tutorials
- Meet the SessionVOC - introduction and overview
- SmokeTest for the SessionVOC
- RESTful HTTP interface
- Getting Started with SessionVOC Compiler
- Using the SessionVOC from Java Servlets
- Setting up Master-Master or Master-Slave (Standard or Enterprise Edition)
- A Prototype for Accessing SessionVOC from Browser-Side JavaScript
Installation
- Installing the SessionVOC Server from an RPM, DEB, or DMG
- Installing the SessionVOC Compiler from an RPM, DEB, or DMG
- Checkout NODE.JS API from github or
npm install sessionvoc-client - Checkout CONNECT.JS API from github or
npm install connect-sessionvoc
Administration
API
The SessionVOC comes with API for the following languages
