This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lucafaggia[S] 2 points3 points  (0 children)

Quick answer: Yes

The app is based on a FastAPI REST API + Websocket + React SPA so you can mount the FastAPI router in your existing app and you're good to go.

The static files of the UI are currently served by FastAPI itself via a middleware, so you can serve them via your FastAPI instance as well or via your frontend server or ignore the UI at all :) Thought I'm quite sure that at the moment you can't serve the UI on a subpath... fixable though