Releases: fex-team/node-ral
Releases · fex-team/node-ral
0.15.0: Merge pull request #58 from fex-team/greenkeeper-mocha-3.1.1
0.12.0
0.11.1
0.10.0
0.9.4
0.9.2
0.9.1
release 0.9.0
- 支持protobuf数据
module.exports = {
'PB_BACKEND': {
unpack: 'protobuf',
pack: 'protobuf',
encoding: 'utf-8',
balance: 'random',
protocol: 'http',
protoPaths: [__dirname + '/requestt.proto', __dirname + '/response.proto'],
encodeMessageName: 'Request',
decodeMessageName: 'Response',
server: [{
host: '127.0.0.1',
port: 2339
}]
}
};