backend solidstart or another backend.
Does solidstart make sense if a third-party backend (fastapi) is used?
I don't want to write backend in node js because I know fastapi(python) better.
What do you advise?
4 Replies
it can still make sense yes, if your third-party backend has endpoints returning data, rather than html
yes, my server only returns data
Is there an example?
this area is changing a bit right now. Previously i'd have used createRouteData, but maybe it's called something else now... not sure with the latest version
In my case there is no need to use trpc ?