mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
29 lines
1019 B
Markdown
29 lines
1019 B
Markdown
![]() |
# Connect Session Store for Cluster
|
||
|
|
||
|
[](https://travis-ci.org/strongloop/strong-cluster-connect-store)
|
||
|
[](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
|
||
|
```
|