How to add video chat capability to my rails application?

Posted by zhtphoenix on Stack Overflow See other posts from Stack Overflow or by zhtphoenix
Published on 2010-05-27T09:52:21Z Indexed on 2010/06/06 9:22 UTC
Read the original article Hit count: 299

Filed under:
|

I've been googling about how to accomplish oneline chat for rails application and I've implemented a text chat version using Juggernaut. But for video chat, I only find flash&red5 might be a solution for me, but it's flash and java, which I'm relatively not good at. Is there a better solution?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about videochat