Search code examples
jquerycometcollaborationetherpad

JQUERY COMET for Real-Time multi-user Note Taking


I'm interest in learning how to use jquery comet to create real-time multi-user note taking like etherpad used to offer.

Can anyone offer any tips/tutorials/plug-ins... to point me in the right direction?

Thanks


Solution

  • You can start by reading the etherpad source code here and looking into the APE project which is a Comet server that let's you code in javascript. It's very powerful and has a few nice examples.