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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.