d******e 发帖数: 117 | 1 想开发个基于C++的server支持restful query | T********i 发帖数: 2416 | 2 我有。自己写的。异步的。
抱歉,不是开源的。
【在 d******e 的大作中提到】 : 想开发个基于C++的server支持restful query
| N*****m 发帖数: 42603 | 3 casablanca
【在 d******e 的大作中提到】 : 想开发个基于C++的server支持restful query
| p*u 发帖数: 2454 | | l***n 发帖数: 29 | 5 如果只是要client端的话,这个C++ REST SDK不错,跨平台,支持ios, android.
https://casablanca.codeplex.com/ | p*u 发帖数: 2454 | 6 Casablanca has client-side HTTP; its server side tries to tackle every HTTP
feature, like alternative back-ends, 100-continue and HTTP upgrade.
Casablanca's abstractions are very tightly coupled: it may be difficult and
too hacky to add support for alternative back-ends (FastCGI, HTTP/2.0...)
later. Its asynchronous support is based on packaged tasks. All abstractions
are portable from the beginning.
Casablanca provides an HTTP request router (and some other useful
abstractions), uses a passive style (here is my handler, call it every time
an event occurs).
【在 l***n 的大作中提到】 : 如果只是要client端的话,这个C++ REST SDK不错,跨平台,支持ios, android. : https://casablanca.codeplex.com/
|
|