cmastudios / drawbin

Draw an image in your browser and share it instantly
https://cmastudios.github.io/drawbin/
0 stars 0 forks source link

Add Real Time Collaboration #10

Open ghost opened 10 years ago

ghost commented 10 years ago

Looking into using TogetherJS to implement collaborative features.

cmastudios commented 10 years ago

How does this work exactly? Is it basically "browser remote desktop" or do we need to implement API?

ghost commented 10 years ago

You just add a few snippets of HTML/JS for a basic implementation, and then for more advanced features, such as persistence, additional code is needed. They have comprehensive documentation available, as well as a specific integration example you might wanna take a look at.

cmastudios commented 10 years ago

Where exactly does all the data get sent? Mozilla servers? We don't need our own web server for it right? This sounds awesome; I almost want to make my own Google docs now. Maybe like cloud9 but less stupid (collaborative coding).

Sent from my Xperia™ ion on AT&T

Mark Castle notifications@github.com wrote:

You just add a few snippets of HTML/JS for a basic implementation, and then for more advanced features, such as persistence, additional code is needed. They have comprehensive documentation available, as well as a specific integration example you might wanna take a look at.


Reply to this email directly or view it on GitHub: https://github.com/cmastudios/drawbin/issues/10#issuecomment-37560458