Corvusoft / restless

Corvusoft's Restless framework brings asynchronous RESTful client functionality to C++11 applications. http://www.corvusoft.co.uk
Other
19 stars 5 forks source link

Is restless an active project? #20

Open sdulloor opened 3 years ago

sdulloor commented 3 years ago

I am on the lookout for a high performance async http client. Restbed has apparently deprecated support for http client. The restless project appears to be dormant (broken examples link), and last commit more 2 years ago. Is this project still active?

Client functionality will be extracted from the Restbed framework, this decision has been made due to conflicting concepts on the client/server side i.e A HTTP Session has differing properties depending on the which side of the communication channel you find yourself. Additionally this will aid in simplifying required APIs on each end, leading to a more self documenting codebase. To follow the latest progress please review the Restless project.

normalscene commented 3 years ago

Hi, I also have the same question - almost. Is this project an active one?