A cool tool for collaboration with just javascript TogetherJS
This excellent JavaScript utility allows for real time collaboration with minimal effort in implementation. Each user within the shared page has their mouse displayed as it moves, changes form values, clicks around the page, etc. As TogetherJS promises: just copy and paste TogetherJS's JS library and HTML snippet into your site or app to give it out-of-the-box collaboration tools and features:
That's it. Kaboom!! You are ready for real time collaboration with your team-mates.
via togetherjs.com
Pull in TogetherJS
Create a function which lets the user start TogetherJS
$(function () {
$("#start-togetherjs").click(TogetherJS);
});
Or this
That's it. Kaboom!! You are ready for real time collaboration with your team-mates.