How easy is it to change the app object I'm fastHTML from starlette to another package #743
Answered
by
pydanny
Karthik777
asked this question in
Q&A
-
I've been following Robyn which is a rust based web server which boasts some amazing performance metrics. The API seems almost similar to starlette. I think I can have that and just use fastHTML to get UI parts, but a cleaner way would be to extend FastHTML class from. The Robyn app rather than Starlette. But I don't know what I don't know. Is it doable, any gotchas to think of? |
Beta Was this translation helpful? Give feedback.
Answered by
pydanny
Jul 5, 2025
Replies: 1 comment
-
It might be possible but it's probably not a trivial project. It is an interesting problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Karthik777
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It might be possible but it's probably not a trivial project. It is an interesting problem.