Files

29 lines
1019 B
Markdown
Raw Permalink Normal View History

2015-04-06 03:28:20 -04:00
# Connect Session Store for Cluster
[![Build Status](https://travis-ci.org/strongloop/strong-cluster-connect-store.png?branch=master)](https://travis-ci.org/strongloop/strong-cluster-connect-store)
[![NPM version](https://badge.fury.io/js/strong-cluster-connect-store.png)](http://badge.fury.io/js/strong-cluster-connect-store)
## Overview
Strong-cluster-connect-store is an implementation of connect session store
using node's native cluster messaging. It provides an easy way for using
sessions in connect/express based applications running in a node cluster.
Features:
- Supports both connect and express.
- No dependencies on external services.
- Module is shipped without connect, it will use *your* version of connect
or express.
- Covered by unit-tests.
## Documentation
For complete documentation, see [StrongLoop Documentation | Strong Cluster Connect Store](http://docs.strongloop.com/display/DOC/Strong+Cluster+Connect+Store).
## Installation
```sh
$ npm install strong-cluster-connect-store
```