Skip to main content

Posts

Showing posts with the label Collaboration

Add Collaboration Features to your Website with a Line of Code

Tools like Google Docs include real-time collaboration features that let multiple people work on the same document or spreadsheet at the same time. Then you have screen sharing tools, join.me or Chrome Remote Desktop for example, where there’s a master presenter and remote viewers can follow along. TogetherJS  is a Mozilla project that brings similar collaboration features to your own website but without any coding. Once enabled, visitors to your website will be able to interact with each other on your site in real time. They’ll able to see each other’s cursor (like in Google Docs), the clicks are highlighted and the screen content stays synchronized. Visitors will also have the ability to text chat and audio chat (using  WebRTC ) with each other while staying on your website. All this and more with a line of code. Add TogetherJS to your own Website To get started, all you have to do is insert a little JavaScript snippet anywhere on your web page(s). There are several  co...