HTTP trip, custom backend
I was reading about this main idea of SSR, that it skips one step by fetching data and sending it from the backend instead of frontend
So what if I want to have my own backend, then when route changes my
createServerData$
sends a request to my other backend instead of straight to database and thats an additional trip (? if I got it right)
So the question is
If both SolidStart project and my custom Rest Api are on the same server, but different port, is it a big deal? Should I use SolidStart as my main backend if I want it to be as fast as possible?
Thank you1 Reply