DecoRouter #1539
Closed
MrPigss
started this conversation in
Show and tell
DecoRouter
#1539
Replies: 1 comment 2 replies
-
Saw your post on reddit about this - fantastic stuff. 🌟 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DecoRouter is an extension to Starlette that let's you use decorators to generate routing tables.
This functionality used to be a part of Starlette but was deprecated and removed from documentation in 0.13.0.
Using DecoRouter can make it easier to migrate from things like Flask and FastApi. There are other pros to using decorators as described in the readme.
Check it out and let me know what you think.
Beta Was this translation helpful? Give feedback.
All reactions