strong-cluster-tls-store
v1.0.3
Published
Implementation of TLS session store using node's native cluster messaging
Downloads
15
Readme
TLS Session Store for Cluster
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.