restify-memory-session

0.0.6 • Public • Published

restify-memory-session

A simple session for restify, just like restify-session, only different is stored just in memory. Attention that when the restify server shut down, and all of the session will be destroied.

Install

npm install restify-memory-session --save

Usage

Same as node module restify-session.

/restify-memory-session/

    Package Sidebar

    Install

    npm i restify-memory-session

    Weekly Downloads

    2

    Version

    0.0.6

    License

    MIT

    Last publish

    Collaborators

    • evilcome