falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.53k stars 944 forks source link

How about cascade blueprint like in flask #855

Open vit1251 opened 8 years ago

vit1251 commented 8 years ago

When we make cascade application with API endpoint it may be very usable concept. How about implement this?

B1gG commented 3 years ago

It certainly can help to organise the structure and a way to separate concerns. I am struggling at the moment to define a structure where flask deals with the front end and falcon with the API and Deamons/services.