wired-egg

2.0.3 • Public • Published

wired-egg

wired egg framework for from iris-egg 升级sequlize等版本

QuickStart

$ npm install wired-egg

change app's dependencies:

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

Environment config

IRIS_EGG_GRAPHQL: open graphql
IRIS_EGG_APP: open app mode (authenticate by jwt token)
IRIS_EGG_GATEWAY: open gateway mode (authenticate by bearer token)

Questions & Suggestions

Please open an issue here.

/wired-egg/

    Package Sidebar

    Install

    npm i wired-egg

    Weekly Downloads

    0

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    52.4 kB

    Total Files

    42

    Last publish

    Collaborators

    • megic