strong-cluster-socket.io-store

Implementation of socket.io store using node's native cluster messaging

Usage no npm install needed!

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

README

Socket.io Store for Cluster

Build Status NPM version

Overview

Strong-cluster-socket.io-store is an implementation of socket.io store using node's native cluster messaging. It provides an easy solution for running socket.io server in a node cluster.

Installation

$ npm install strong-cluster-socket.io-store

Documentation

Please see the official StrongLoop documentation.