4IRL / urls4irl

Sharing URL's with friends.
3 stars 0 forks source link

Short Term Polling to Update UTub to Avoid Stale Data #241

Open GPropersi opened 2 months ago

GPropersi commented 2 months ago

Implement polling on the frontend to update a selected UTub's HTML with the latest data.

This will prevent stale data from staying in a user's UTub.

Long term solution: Implement WebSocket to have server emit events to frontend when a UTub is updated.