rupl / bustashape

Collaborative, real-time artboards
https://bustashape.art
MIT License
5 stars 3 forks source link

Saved rooms on the client-side #41

Open rupl opened 8 years ago

rupl commented 8 years ago

It's possible to save the live state of a room (not an SVG or raster) using SW (#28) and load it up during a future visit. Instead of just injecting into the DOM, the client-side playback could issue socket commands so that someone else could join and "catch up" to where you left off.

There's much to discuss before making this happen, so I'm just jotting this down before I forget.