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

https://github.com/strongloop/strong-cluster-socket.io-store

Implementation of socket.io store using node's native cluster messaging
https://github.com/strongloop/strong-cluster-socket.io-store

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Socket.io Store for Cluster

[![Build Status](https://travis-ci.org/strongloop/strong-cluster-socket.io-store.png?branch=master)](https://travis-ci.org/strongloop/strong-cluster-socket.io-store)
[![NPM version](https://badge.fury.io/js/strong-cluster-socket.io-store.png)](http://badge.fury.io/js/strong-cluster-socket.io-store)

## 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](http://docs.strongloop.com/display/SOPS/Socket+IO+store+for+clusters).