strong-cluster-tls-store

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

Usage no npm install needed!

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

README

TLS Session Store for Cluster

Build Status NPM version

Strong-cluster-tls-store is an implementation of TLS session store using Node's native cluster messaging. It improves performance of Node's TLS/HTTPS server running in a cluster.

Installation:

$ npm install strong-cluster-tls-store

Please see the official documentation.