CrowCpp / Crow

A Fast and Easy to use microframework for the web.
https://crowcpp.org
Other
3.12k stars 345 forks source link

Is there a list of projects that use crow? #880

Closed xia-stan closed 2 weeks ago

xia-stan commented 2 weeks ago

I'm interested to see who's using Crow, their applications, etc. This information would help me, and others, who are evaluating Crow's use in production environments.

gittiver commented 2 weeks ago

As far as I know there is no such list. The only thing which goes into that direction is: https://github.com/topics/crow

xia-stan commented 2 weeks ago

Gotcha. What I'm looking for is something along the lines of what Oat++ provides: image Not a huge deal for me or my use-case at the moment, but figured it might broaden the user base. I've found Crow to be the easiest to use C++ implementation.

gittiver commented 2 weeks ago

I've found Crow to be the easiest to use C++ implementation.

That's why I try to maintain it. :)

witcherofthorns commented 2 weeks ago

hi @xia-stan, i have already implemented and launched my service on Crow 1.2.0, everything works fine, including CORS and websockets. In the near future, if everything goes well with the project, I will definitely inform everyone about it. I'm currently planning to implement (hobby project) another platform/app and Crow is a great fit for it 👌 Thanks to everyone for Crow and contributions to the project ✨