oskaritimperi / nimpb

Protocol Buffers for Nim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could this be used for gRPC?

skunkiferous opened this issue · comments

Is it currently possible, and/or what would be required, to use your Nim implementation of protobuf with gRPC?

"It just takes a lot of effort to create a gRPC library." So, I assume it means I cannot simply reuse there C++ gRPC library; one would need a Nim version of that too. Since I was looking for a RPC system with a "security review", as it will be used with "untrusted clients", I'll have to look for alternatives. I guess I could just have C++ classes generated for the schema, and try to run nimgen on them (not sure if nimgen handles C++, or only C). Thanks for the reply.

broken link above; it should be: https://github.com/oswjk/nimtwirp

/cc @skunkiferous @oswjk I wanted to mention this, which was just released for D, maybe it could be of help: