Hi I was wondering what the best way would be to push new data to the frontend that gets generated from my rust code.
For example, imagine you have a function that listens to new updates from a particular websocket (for example an email/messaging service). How would I then pass that to the frontend without having a user to manually invoke a tauri command func?