abusing old mjpeg support in browsers to have realtime svg streams :3
btw, that isnt a gif, that is a realtime "live stream" of a generated svg with the current unix time, no client side js required
(updates every 5 seconds)
been meaning to post how i made this possible but wasnt sure how to fix that firefox seems to be the only browser that can reliably display these cursed mjpeg/svg streams (probably due to some Transfer-Encoding: chunked crap but i need to do more research)
tldr: the svgs are generated on a server then sent to the client in realtime by abusing old mjpeg support in browsers (more like multipart/x-mixed-replace support but mjpeg is like the only thing that ever used it so whatever)
