Hacker News new | ask | show | jobs
by collint 4860 days ago
This appears to use ShareJS for collaborative editing. Like Google Wave, ShareJS sends all operations through a server, so that part isn't WebRTC.

https://github.com/josephg/ShareJS

1 comments

Yes. But server-side storage was necessary to keep the document stored somewhere (we use redis).