https://github.com/strongloop/strong-cluster-tls-store
Implementation of TLS session store using node's native cluster messaging
https://github.com/strongloop/strong-cluster-tls-store
Last synced: 9 months ago
JSON representation
Implementation of TLS session store using node's native cluster messaging
- Host: GitHub
- URL: https://github.com/strongloop/strong-cluster-tls-store
- Owner: strongloop
- License: other
- Created: 2013-07-09T19:10:12.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T00:53:18.000Z (over 9 years ago)
- Last Synced: 2025-04-07T01:05:15.767Z (10 months ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 7
- Watchers: 24
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# TLS Session Store for Cluster
[](https://travis-ci.org/strongloop/strong-cluster-tls-store)
[](http://badge.fury.io/js/strong-cluster-tls-store)
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:
```sh
$ npm install strong-cluster-tls-store
```
Please see the [official documentation](http://docs.strongloop.com/display/SOPS/Strong+Cluster+TLS+Store).