-
Notifications
You must be signed in to change notification settings - Fork 7
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
Integrate with awilix-router-core #5
Comments
Hello @jeffijoe, I really liked the idea of |
Excellent, let me know if you get stuck. 😄 Also, you'll have to set the |
Hey @jeffijoe, sorry for the delay on that. I'm working on it and got stuck in the |
Feel free to make the tests more Express-friendly. 😄 |
Hey @talyssonoc — I've been working on a routing abstraction to make routing + dependency resolution super streamlined. The core package is
awilix-router-core
which does not cater to any specific HTTP framework.Here's an example usage and reference implementation I did for the
awilix-koa
package.All the builder + decorator stuff resides in
awilix-router-core
, all you need to do is register the result withapp.get|post|...
as seen in the reference implementation.Would you be willing to work on this? If you need any help or if something could be more clear, please let me know.
Thanks again for maintaining
awilix-express
! 😄The text was updated successfully, but these errors were encountered: