mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Latest Code
This commit is contained in:
28
node_modules/strong-cluster-connect-store/README.md
generated
vendored
Normal file
28
node_modules/strong-cluster-connect-store/README.md
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# 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
|
||||
```
|
Reference in New Issue
Block a user