Implementation of connect session store using node's native cluster messaging
npm install strong-cluster-connect-store

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.
For complete documentation, see StrongLoop Documentation | Strong Cluster Connect Store.
``sh``
$ npm install strong-cluster-connect-store