Open Source Hangout using WebRTC with collaborative editing
hackview.sdslabs.co.in
Open Source Hangout using WebRTC with collaborative editing
1–5 of 5 posts
Re: Open Source Hangout using WebRTC with collaborative editing
#2This was the winning entry for the Yahoo IIT-D Hackathon last year (Aug). Source code is available at https://github.com/sdslabs/hackview/
Re: Open Source Hangout using WebRTC with collaborative editing
#3This was the winning entry for the Yahoo IIT-D Hackathon last year (Aug). Source code is available at https://github.com/sdslabs/hackview/
Nice!
Re: Open Source Hangout using WebRTC with collaborative editing
#4This appears to use ShareJS for collaborative editing. Like Google Wave, ShareJS sends all operations through a server, so that part isn't WebRTC.
Re: Open Source Hangout using WebRTC with collaborative editing
#5This 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).