Live data from Hacker News

Open Source Hangout using WebRTC with collaborative editing

hackview.sdslabs.co.in

1–5 of 5 posts

Re: Open Source Hangout using WebRTC with collaborative editing

#5
post #4

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

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