Open
Description
🚀 Feature
From #65:
When Multi-lang Wechaty is working with the GRPC Service, we should convert all values from the GRPC service to the local value, so that we can make sure everything is right.
So what's the status of auto-generating ts-wechaty data definitions from wechaty/grpc?
It seems that we have Go, Java, PHP, but I don't see other languages like TS.
I don't know JS/TS much, but
- https://xenojoshua.com/posts/2018/02/grpc-node-ecosystem
says that https://github.com/grpc/grpc-node/ seems to be a good candidate, - Try to use protoc-gen-grpc #129 seems to pointing to another promising tool
- and I'll add my 2c on my findings:
gRPC on Node.js with Buf and TypeScript
https://slavovojacek.medium.com/?p=5aad61bab03b
I don't know JS/TS much, but hope ts-wechaty DS auto-generation can be done soon, so that we can avoid problems like #65, and fix issues like wechaty/puppet-padlocal#76 and wechaty/puppet-padlocal#68
thanks