$ cnpm install sessionify
Easily bind functions, Event Emitters, and Streams to a session cache.
npm i sessionify --save
Install dev dependencies.
npm i -d && npm test
var sessionify = require('sessionify');
fn {Function|EventEmitter|Stream}: Object to bind to.session {Object}: session-cache object to bind with.context {Object}: Optional context to bind to the sesssion.returns {*}: Bound objectBind a function, EventEmitter, or Stream to the provided session object with an optional context.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Brian Woodward
Copyright © 2015 Brian Woodward Released under the MIT license
This file was generated by verb-cli on June 15, 2015.
Copyright 2013 - present © cnpmjs.org | Home |