#How should I handle passing large amounts of data between the backend and frontend?

3 messages · Page 1 of 1 (latest)

wanton oar
#

I wanted to build a music player with tauri, mainly for my convenience, I ended up deciding to handle the music playback on the rust backend side, I have never coded anything in rust and I'm learning on the go, in order to pass data to the frontend (e.g. playback info, metadata, the list of songs indexed, etc.) should I build a proper API/websocket system or is there a better standard?

weak arch
wanton oar