egg-echat Doc 中文文档 Install $ npm i egg-echat --save Usage // {app_root}/config/plugin.js exports.echat = { enable: true, package: 'egg-echat' }; Configuration // {app_root}/config/config.default.js exports.echat = {}; see config/config.default.js for more detail. Example Questions & Suggestions Please open an issue here. License MIT