Evilcome / restify-memory-session

A simple session for restify, stored just in memory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple session for restify, stored just in memory.

License:MIT License


Languages

Language:JavaScript 100.0%