You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm really glad to see Falcon supporting ASGI - great job!
In some other ASGI frameworks (for example FastAPI, Starlette and BlackSheep) there is the ability to mount other ASGI apps at a certain route. For example:
It's nice because you can include third party ASGI apps within your own app - in my case it's Piccolo admin. It also lets you compose your app in interesting ways, by making it consist of smaller sub apps.
I wonder if you'd consider this in a future version of Falcon? Or if it's currently possible, and I'm unaware.
If you feel it's out of scope, please feel free to close this issue. Thanks.
The text was updated successfully, but these errors were encountered:
Hi @dantownsend !
Yes, we have already been discussing the ability to mount other WSGI/ASGI apps, partially to address a common feature request to emulate "blueprints" with Falcon's own apps, as well as mounting any generic app.
See also the routing discussion: #1818, as well as #1894.
I don't think we have a dedicated issue for this feature, so yours could serve as a starting point for the ASGI flavour 😉
Hi, I'm really glad to see Falcon supporting ASGI - great job!
In some other ASGI frameworks (for example FastAPI, Starlette and BlackSheep) there is the ability to mount other ASGI apps at a certain route. For example:
It's nice because you can include third party ASGI apps within your own app - in my case it's Piccolo admin. It also lets you compose your app in interesting ways, by making it consist of smaller sub apps.
I wonder if you'd consider this in a future version of Falcon? Or if it's currently possible, and I'm unaware.
If you feel it's out of scope, please feel free to close this issue. Thanks.
The text was updated successfully, but these errors were encountered: