An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TLS Session Store for Cluster

[![Build Status](https://travis-ci.org/strongloop/strong-cluster-tls-store.png?branch=master)](https://travis-ci.org/strongloop/strong-cluster-tls-store)
[![NPM version](https://badge.fury.io/js/strong-cluster-tls-store.png)](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).