Mounting ASGI apps #160
Replies: 3 comments 6 replies
-
Hi @dantownsend, thanks for your kind words! |
Beta Was this translation helpful? Give feedback.
-
Yeah, that's probably will be a good feature and promising, since it will allow us to cut off applications and potentially with different asgi frameworks into smaller parts, we can create an item in the backlog regarding this one. |
Beta Was this translation helpful? Give feedback.
-
@dantownsend mount support is coming to BlackSheep, too! 🌞 Here a screenshot of Piccolo Admin running under BlackSheep (still unpushed changes..): |
Beta Was this translation helpful? Give feedback.
-
Is there a way to mount ASGI apps at a route? If not, this would be a nice feature.
In FastAPI and Starlette you can do this, which is a nice way of integrating third party apps into your own.
For example, I wrote this admin GUI, which is intended to be mounted within other ASGI apps.
It's not a deal breaker, as there are work arounds, but would be nice to have if it's easy to add.
Also, congrats on the project - I came across it the other day, and the docs are great.
Beta Was this translation helpful? Give feedback.
All reactions