I need to write a client-server application in C ++ using the ZeroMQ double-click template. The client must make RPC calls for the functions specified on the server interface. I wonder if for this purpose there is an original and commercially usable library / structure for this purpose, especially in C ++. I did some Google search, and it looks like something is written in python, but I prefer something in C ++, which comes in handy when using ZeroMQ, if possible. Any suggestions / recommendations are appreciated. Thanks.
F. Aydemir
source share