DEV Community

Discussion on: I have created Sveltegram an Instagram clone in Sveltekit and Nodejs

Collapse
 
psenne profile image
psenne

I don't understand how you're using sveltekit. It just looks like a tradition node/express backend and svelte frontend with routing. SvelteKit has SSR and server routing. Am I missing something?

Collapse
 
harshmangalam profile image
Harsh Mangalam

I understand you are looking for server routes insides same sveltekit app so that it easily deployed by platform like vercel as cloud function. But i always seperate server so that i can get more flexibility and simply use ssr features in frontend api call .