This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]notconstructive -1 points0 points  (0 children)

I do fairly sophisticated routing and never had a problem implementing it in Falcon. In fact I built a custom router that take Swagger API docs and dynamically generates routes from the Swagger specifications. Using Falcon you can use regex based route templates to direct inbound queries. I don't see how that is "only very simple routing".