late @late

how to sveltekit with expressjs

Aug 13, 2022, 12:26 AM
7
View all Parent

comments

Highlighted comment

oh

use svelte to render into a html string and just send that overseas

idk google it

i did indeed google, is useless

oh i have an idea

read from your output directory using something like res.sendFile()

might wanna add rate limiting with that though