brick-cluster
v0.4.0
Published
cluster plugin package
Downloads
25
Readme
brick-cluster
基于brick-engine的集群工具包.用于构建基于brick-engine的多进程应用程序.
Install
npm install --save brick-cluster
Usage
使用bin/brick-cluster来启动应用.
# 默认为当前执行路径
npx brick-cluster
# 指定应用路径(应用包路径/应用入口文件路径)
npx brick-cluster {path 1} {...} {path N}
Entry Point
引擎需要使用应用入口来启动应用程序
请参考: brick-engine应用入口
Documentations
使用jsdoc
生成注释文档
git clone https://github.com/kiba-zhao/brick-cluster.git
cd brick-cluster
npm install
npm run docs
open docs/index.html