|
|
|
|
|
by Chabs
2803 days ago
|
|
What is the rationale behind going for from-full-scratch instead of packaging a copy of ASIO with the library? Beating properly-used ASIO performance is going to be a massive uphill battle, especially in multithreaded scenarios. On that note, benchmarks against a simple ASIO http server are a must if performance is your #1 stated goal. |
|
However performance is not the only thing oatpp has. Among with other features oatpp provides ObjectMapping layer. ObjectMapping layer enables you to do cool stuff like: - autodocument endpoints see https://medium.com/oatpp/c-oatpp-web-service-with-swagger-ui...
- easily implement custom protocols (I will write article about this later)