#Can i use sveltekit with ssr in tauri app

4 messages · Page 1 of 1 (latest)

signal lagoon
#

Not really as there is no server nor a nodejs runtime in tauri apps

#

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)

steady brook
#

Alright. So would you recommend to make api calls to an external server from the +page.svelte? the api requires a key

signal lagoon
#

well, i guess there aren't any alternatives to that if you don't want to dig into rust