Bilan de "poc-sveltekit-custom-server" pour exécuter des tâches "cron" dans un projet Monolith en SvelteKit :
#Sveltekit
J'ai découvert la méthode officielle de #SvelteKit pour accéder aux variables d'environnement
https://notes.sklein.xyz/2025-06-24_0022/
Cela fonctionne parfaitement b…
Even for small projects, while it might work, I wouldn't want the context switching personally. Especially if the backend uses some weird templating language for generating the html snippets. I'd much rather use a fullstack framework like #SvelteKit where your endpoint is just a load function that returns some data (automatically serialized and made available to the page script), or create a proper API in another language that returns some JSON.