restinio
restinio copied to clipboard
C++ REST frameworks benchmark (including this one)
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
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.