wechaty / grpc

gRPC Service & Protocol Buffers for Wechaty Puppet
https://wechaty.github.io/grpc/
Apache License 2.0
25 stars 22 forks source link

Switch from `grpc` to `grpc-js` #126

Closed huan closed 3 years ago

huan commented 3 years ago

We are trying to find a pure JavaScript solution for our Wechaty ecosystem so that we can put Wechaty instances into not only the Node.js server but the Browser client.

  1. How to generate require('@grpc/grpc-js') instead of require('grpc') grpc/grpc-node#931
  2. grpc_tools_node_protoc_ts @grpc/grpc-js support

Useful links

huan commented 3 years ago

Done.