Hacker News new | ask | show | jobs
by fsaintjacques 3587 days ago
What's missing to get client/server stub in pure C?
1 comments

gRPC core libraries for C++ are written in pure C. We need to extend these to use a pure C implementation of Proto and create a C based generated API. We have experimented with this and some users have also tried it. We are looking to add this in future and also welcome contributions.