flybirds
v0.0.2-alpha.44
Published
FlyBird Framework
Readme
sky
The upper framework for egg.js which support IoC & DI
QuickStart
$ npm install
$ npm testpublish your framework to npm, then change app's dependencies:
// {app_root}/index.js
require('sky').startCluster({
baseDir: __dirname,
// port: 7001, // default to 7001
});
Questions & Suggestions
Please open an issue here.
