Stiffstream / restinio

Cross-platform, efficient, customizable, and robust asynchronous HTTP(S)/WebSocket server C++ library with the right balance between performance and ease of use
Other
1.15k stars 93 forks source link

C++ REST frameworks benchmark (including this one) #101

Open guteksan opened 4 years ago

guteksan commented 4 years ago

Hi, I have prepared comparison of 6 popular C++ REST frameworks, including this one. Hope you will find it useful.

https://github.com/guteksan/REST-CPP-benchmark

seghcder commented 3 years ago

Thanks, @guteksan ... it's great to see Restinio included in the benchmarks and overall do quite well.

I'm not sure Restinio deserves 1/5 for a dependency that's nearly 5 years old though.

I switched from Pistatche because a) no stable "release" or release tags, b) unable to run natively with Windows.

I tried CPP ReST SDK but had issues with Boost and decided it is a beast. And the framework seemed quite large and complicated for getting a server going... it seems more focused on client topics.

Crow hasn't had a release since September 2017 it seems?

I've added an issue re framework maintenance here https://github.com/guteksan/REST-CPP-benchmark/issues/5 ... I think that's another key criterion for choosing a framework.