Reputation: 11
gRPC with C++ server and nodejs client
I learning gRPC and wonder that we can write code for c++ server and nodejs client
Upvotes: 1
Views: 744
Reputation: 152
Yes you can. The main idea behind gRPC is the language independent protocol. There are several supported languages. On the website they show "hello world" examples for each language as well as more in depth tutorials. Try to go from there.
Upvotes: 1