CodeMyst / pastemyst-v2

8 stars 4 forks source link

[maybe] real time multi user editing #29

Closed CodeMyst closed 4 years ago

CodeMyst commented 4 years ago

suggestion by muro

Dmunch04 commented 4 years ago

WebRTC is an option (P2P). A good library for such, could be https://peerjs.com/

CodeMyst commented 4 years ago

Maybe even add error checking and autocomplete for some languages?

Dmunch04 commented 4 years ago

Yeah that would be very cool. For auto-completion, something like https://codemirror.net/demo/complete.html could be used as demo?

Dmunch04 commented 4 years ago

Perhaps something that could also be added sometime, could be a simple chat, so you can easily communicate while editing

CodeMyst commented 4 years ago

too much work would be needed for this, pastemyst shouldn't try to do everything.