0.13.5 • Published 1 year ago

ts-ma-core-mono v0.13.5

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

ma-core-mono

QuickStart

$ npm install
$ npm test

publish your framework to npm, then change app's dependencies:

// {app_root}/index.js
require('ma-core-mono').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.