#Can i use sveltekit with ssr in tauri app
4 messages · Page 1 of 1 (latest)
so you'd either have to bundle a nodejs runtime (probably somehow compiled with pkg) with your tauri app, or host it remotely (loosing access to the IPC)
Alright. So would you recommend to make api calls to an external server from the +page.svelte? the api requires a key
well, i guess there aren't any alternatives to that if you don't want to dig into rust