Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 662 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 662 Bytes

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.