cluster_custom

0.0.4 • Public • Published

Common usage approach. Note that app.js has it's own interface :

module.exports = {
  startServer : startServer // return httpServer (or another one) instance
}
var app = require(__dirname + '/server/app');
var clusterHelper = require('./node_user_modules/cluster_helper');
var clusterInstance = new clusterHelper();
clusterInstance.init(app);
clusterInstance.setProcessing();

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    1

Package Sidebar

Install

npm i cluster_custom

Weekly Downloads

1

Version

0.0.4

License

BSD

Last publish

Collaborators

  • ghost_cfg