strong-cluster-connect-store

Implementation of connect session store using node's native cluster messaging

Usage no npm install needed!

<script type="module">
  import strongClusterConnectStore from 'https://cdn.skypack.dev/strong-cluster-connect-store';
</script>

README

Connect Session Store for Cluster

Build Status NPM version

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.

Installation

$ npm install strong-cluster-connect-store