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
- Host: GitHub
- URL: https://github.com/strongloop/strong-cluster-socket.io-store
- Owner: strongloop
- License: other
- Created: 2013-07-02T05:39:36.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T00:58:41.000Z (over 9 years ago)
- Last Synced: 2025-04-07T01:05:13.441Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 23
- Watchers: 23
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Socket.io Store for Cluster
[](https://travis-ci.org/strongloop/strong-cluster-socket.io-store)
[](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).