lcrehlingen / photofinish.lcrehlingen.de

Realtime frontend for photofinish images from OSV ScanOVision
https://photofinish.lcrehlingen.de
MIT License
1 stars 0 forks source link

Live Update #2

Closed nimarion closed 10 months ago

nimarion commented 1 year ago

Show new images live without reloading

nimarion commented 1 year ago

File watching is implemented using chokidar and sending a socket io event to all connected clients for the corresponding competition. Browser issues a full page reload atm. Socket io should push the new data in the event so the client can add/remove/update without a reload