Open ghost opened 10 years ago
How does this work exactly? Is it basically "browser remote desktop" or do we need to implement API?
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.
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
Looking into using TogetherJS to implement collaborative features.