Show HN: Real-time Collaboration Made Easy
Dynajot (http://www.dynajot.com) aims to be an extremely low friction way to create real-time collaborative applications. With a single javascript include, the library syncs DOM nodes for multiple users across browsers.
You can view the code on Github here: https://github.com/rabidsnail/dynajot-sync
2 comments
[ 5.6 ms ] story [ 17.4 ms ] threadSo you sync the DOM right? Wouldn't it make more sense to sync at the "model" level? I'm assuming most applications are generated from some model as follows:
in that case syncing the DOMs would not sync the models of the two applications.