hprose / hprose-cpp1x

Hprose 2.0 for C++ 1x
MIT License
44 stars 21 forks source link

How to use hprose-cpp1x ? #5

Open a12167984 opened 7 years ago

a12167984 commented 7 years ago

can't find any help file for this c++, so i have no idea of how to make a demo, how to use the downloaded file...

laoye commented 7 years ago

this project has not finished yet!

timotheecour commented 7 years ago

@laoye so there's currently no way to have a C++ hprose server, is that correct? (https://github.com/hprose/hprose-cpp/issues/2 wasn't very clear) @yesme2000

laoye commented 7 years ago

@timotheecour yes, the runtime type info in c++ is too weak, so it's hard to call server function dynamically.

xiaoyur347 commented 7 years ago

@a12167984 for build, you can follow the steps in .travis.yml(https://github.com/hprose/hprose-cpp1x/blob/master/.travis.yml). for examples, you can follow the tests like https://github.com/hprose/hprose-cpp1x/blob/master/hprose/rpc/asio/test/HttpClientTest.cpp