You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to implement both the client and server generation feature for the crow cpp webserver.
Describe the solution you'd like
It would be great to be able to generate the client API and also have a server generation feature for Crow webserver.
Describe alternatives you've considered
I considered using Pistache as an alternative, but the following benchmark shows deadlock on low concurrency, which is not good for my use case : https://github.com/guteksan/REST-CPP-benchmark
CppRestSDK is exceedingly hard to use for my use, and performs not really well.
Additional context
I can contribute to development if possible.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I want to implement both the client and server generation feature for the crow cpp webserver.
Describe the solution you'd like
It would be great to be able to generate the client API and also have a server generation feature for Crow webserver.
Describe alternatives you've considered
I considered using Pistache as an alternative, but the following benchmark shows deadlock on low concurrency, which is not good for my use case : https://github.com/guteksan/REST-CPP-benchmark
CppRestSDK is exceedingly hard to use for my use, and performs not really well.
Additional context
I can contribute to development if possible.
The text was updated successfully, but these errors were encountered: