#How SvelteKit endpoints are handled

13 messages · Page 1 of 1 (latest)

zealous juniper
#

Hi there!

Does SvelteKit server routes are handled as a Cloudflare Worker? (I mean do I need to pay attention to Node-dependent libs when writing SvelteKit server routes)

SvelteKit server routes doc: https://kit.svelte.dev/docs/routing
Using SvelteKit functions on Cloudflare Pages doc: https://developers.cloudflare.com/pages/framework-guides/deploy-a-svelte-site/#functions-setup

Svelte is an increasingly popular, open-source framework for building user interfaces and web applications. Unlike most frameworks, Svelte is …

warped pumice
zealous juniper
warped pumice
#

Pages Functions are Workers, but for Pages. They support most of the stuff that Workers support, including D1, R2, KV bindings, etc.

zealous juniper
warped pumice
zealous juniper
zealous juniper
warped pumice
#

Off the top of my head