iris-egg

1.8.6 • Public • Published

iris-egg

iriscv egg framework

QuickStart

$ npm install iris-egg

change app's dependencies:

// {app_root}/index.js
require('iris-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.

Readme

Keywords

Package Sidebar

Install

npm i iris-egg

Weekly Downloads

5

Version

1.8.6

License

MIT

Unpacked Size

51.3 kB

Total Files

42

Last publish

Collaborators

  • relzhong