1.0.2 • Published 3 years ago

@poppies/egg-poppy-api-framework v1.0.2

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

valueWebApi

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.