socketsupply / unionstudio.app

Support Repo
1.23k stars 43 forks source link

Add sharing #64

Open heapwolf opened 8 months ago

heapwolf commented 8 months ago

Both Electron Fiddle and Codepen provide a way to share code, we can enable the same with p2p. using the socket:network module.

heapwolf commented 7 months ago

Works in all the happy paths. Needs testing for all the corner cases, like if a user modifies the repo outside of the editor, is it able to recover from weird git states.