UNPKG

cluster-store

Version:

A wrapper to enable the use of any in-process store with node cluster via cluster process and worker messages (i.e. for Raspberry Pi servers).

39 lines (38 loc) 962 B
{ "name": "cluster-store", "description": "A wrapper to enable the use of any in-process store with node cluster via cluster process and worker messages (i.e. for Raspberry Pi servers).", "version": "2.0.8", "homepage": "https://git.coolaj86.com/coolaj86/cluster-store.js", "main": "index.js", "scripts": { "start": "node server.js", "test": "node test-cluster.js" }, "keywords": [ "store", "session", "connect", "express", "memstore", "cluster", "rpi2" ], "license": "Apache-2.0", "author": { "name": "AJ ONeal", "email": "coolaj86@gmail.com", "url": "https://coolaj86.com/" }, "bugs": { "url": "https://git.coolaj86.com/coolaj86/cluster-store.js/issues" }, "bundleDependencies": false, "dependencies": { "cluster-rpc": "^v1.0.6" }, "deprecated": false, "repository": { "type": "git", "url": "git+https://git.coolaj86.com/coolaj86/cluster-store.js.git" } }