tdv

Results 4 comments of tdv

Hi. I think, the sample https://github.com/tdv/nanorpc/tree/master/examples/pure_core will fit quite well for your requirements. There is almost all you need. Consider the piece ```cpp auto executor = [srv = std::move(server)] (nanorpc::core::type::buffer...

Hi @paulocoutinhox Having read your text, I've completely realized your pain having lack of "reflection" in C++. I had the same. There was not, is not and will not be...

Yeah, if you have chosen Protobuf for packing/unpacking a ready to send string has been prepared by nanorpc is will work almost out of the box. In this case you...

Hi, @paulocoutinhox I mentioned in a few posts above, you can use any type including nested and std containers but you can't use types with user's constructors. Take a look...