ccrraaiigg / caffeine

Livecode the Web!
https://caffeine.js.org
MIT License
126 stars 6 forks source link

online snapshot repo support #25

Open ccrraaiigg opened 5 years ago

ccrraaiigg commented 5 years ago

It should be easy to copy a Squeak snapshot from a web browser's IndexedDB database to a backed-up online space, and to select and run snapshots from that space. Then we can provide a failsafe way for mobile users to snapshot their Squeak object memories somewhere off the device.

ccrraaiigg commented 3 years ago

Integrating https://github.com/RobinLinus/snapdrop, connecting all Caffeine instances on the same network, similar to AirDrop. This will allow any Caffeine instance to read and save snapshots on another Caffeine instance's IndexedDB filesystem (subject to user approval). It will also be useful for WebRTC-based remote messaging.