Can Sveltekit be used to build a full backend? #11134
Replies: 1 comment
-
There are huge benefits for using sveltekit as fullstack framework. It's made for that use case. I've build several projects with sveltekit as a fullstack framework with tools like Lucia Auth, drizzle or prisma, Inlang and many more. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I hope you're all doing well. I've been exploring the possibility of using SvelteKit as a full backend for a web application, particularly when paired with Drizzle ORM and PostgreSQL. I'm intrigued by the idea of having a unified framework for both the frontend and backend, and SvelteKit seems like a promising candidate.
The application I am building is a payment gateway with a dashboard and an api that merchants can use to collect payments from their customers. API authentication will be handled with API keys. My questions are, would it be better to build a separate backend with specialized framework like Express or is Sveltekit capable? What differentiates Sveltekit from backend frameworks like Django?
Thank you all for your time and expertise!
Beta Was this translation helpful? Give feedback.
All reactions