hhtcex-framework
v1.0.1
Published
framework for hhtcex
Downloads
1
Readme
hhtcex-framework
framework for hhtcex
QuickStart
$ npm install
$ npm test
publish your framework to npm, then change app's dependencies:
// {app_root}/index.js
require('hhtcex-framework').startCluster({
baseDir: __dirname,
// port: 7001, // default to 7001
});
Questions & Suggestions
Please open an issue here.