1.0.6 • Published 5 years ago

xs.base v1.0.6

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

xs.base

base framework of egg with out mysql

QuickStart

$ npm install
$ npm test

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

// {app_root}/index.js
require('xs.base').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.