Nils K
Nils K
That's great to hear. Can't wait for a new video :)
@u-fischer have you worked on your branch since then or can recommend a more featureful solution (/package)?
Is this already in the works or just some future project?
Okay thanks for the information - I did not knew how vast the scope of this is
Should this also target global modules like `python -m http.server` or `serial.tools.miniterm`?
Would you accept a PR for adding them to this example or is that out of scope for this repo?
Still a relevant feature proposal
As rust can compile to web assembly and flutter can target the web definitely sounds feasible. This would also enable getting rid of the link to the trello roadmap which...
> use `add_api_route` instead of `mount` like `frontend_router.add_api_route('/', index_fallback)` because `add_api_route` create Route object internally and mount method not overrided by fastAPI its come from starlette Thanks, but that does...
> mount method need ASGI app not Route object, if you try with ASGI app it is work Yes but if I mount an ASGI app on `"/"` of an...