Ask HN: Where to learn about real-time collaborative systems

8 points by gfr ↗ HN
I am interested in learning about real-time collaborative web applications: how they are designed, what problems need to be addressed, etc. I have tried looking around but find it hard to get the information I am looking for.

Can someone point me to some resources that I could read further?

4 comments

[ 4.7 ms ] story [ 19.6 ms ] thread
Read the code to etherpad now that it's freely available.
For some hands-on experience you could try this book: "Professional XMPP Programming with JavaScript and jQuery" ISBN: 978-0-470-54071-8 Highly recommended!
One thing that I found useful was poking my head around Erlang and RabbitMQ. It's a messaging system based on Erlang. You could also check out PubSubHubbub for push notifications which is probably similar to what you're looking for.

As someone had mention, Etherpad is out there and soon Google Wave. For a Twitter clone, there's Statusnet.ca