Open heapwolf opened 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.
socket:network
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.
Both Electron Fiddle and Codepen provide a way to share code, we can enable the same with p2p. using the
socket:network
module.