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