How to create a video, audio chat system in rails, ruby ​​or using node

I want to create a video / audio chat application for my one of the social apps. There is some kind of library in java or ruby ​​or node.js that can help us create an application for audio / video chat.

Or any suggestion / technical article that will help us create a video chat application.

+4
source share
2 answers

The xmpp protocol is a good start. There are many server implementations where some support video conferencing. There is a lot of support for various languages, including ruby, java, and even the base implementation for node (http://github.com/astro/node -xmpp) if this is your thing.

http://www.xmpp.org

0
source

Try Raydash.com, it has a rail plugin for video chat.

You can find the plugin on github

0
source

All Articles