-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make middleware for No.1 C/C++ web framework #40
Comments
I think https://github.com/an-tao/drogon is a good option which wins actix-web framework in bench and becomes the Top1. See it from here: https://www.techempower.com/benchmarks/#section=data-r19&hw=ph&test=composite It's also under active development |
@GopherJ great! Let's make a middleware for drogon first! |
i want to try it |
@KaranaLJX You can take up this issue, but before starting writing the code, let us know, what middleware are you going to code up and related to which framework. For reference you can take the inspiration from following organisation's middleware repos, |
Apart from drogon, this are some of the well-known web frameworks from which you can start working, I would prefer CppCMS, its very famous and easy to work with. |
@KaranaLJX, what's the status of this issue, have you achieved some progress on this? |
not yet |
I would like to work on this issue , A lil guidance from ur side will be highly helpful !! |
@EmperorYP7 @sheny1xuan plz give some advices |
Hi, I think we can pick one web framework in this list as a start. I don't know which one is best, but I think we can pick a framework with more active community, such as Crow, TreeFrog, Drogon etc. |
Drogon and oat++ are good candidates for us. |
Casbin has a tradition to make authz middlewares for web frameworks of that language (see: casbin/casbin-rs#93). We need to make some middlewares for the most popular C/C++ web frameworks (if there any cuz I even didn't have a name). The middlewares will be put into: https://github.com/casbin-cpp
The first question is:
what are the most popular C/C++ web frameworks?
The text was updated successfully, but these errors were encountered: