0.4.0 • Published 3 years ago

brick-cluster v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

brick-cluster

基于brick-engine的集群工具包.用于构建基于brick-engine的多进程应用程序.

summary

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

License

MIT

0.3.2

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago