- I am trying to understand what is the right tools for creating an app with text, audio and video exchange. As server-side tool i want to use node.js.
- There is a lots of examples which shows you client-side code, but what about server-side? I know, that for WebRTC server is needed only for signaling purposes, but i cant find a descriptive giude helping me to find out how to say:”Hey, here is this guy, he wants to talk to you, so here’s his IP” or something simmilar.
- How to make sure that i am establishing direct conection? How to establish the most performant kind of connection? I know that there is some NAT traversal protocols, but how i can explicitly use/enable them?
- Can i create distributed Skype-like network by connecting many-to-many peers and having some signaling/auth servers? Or maybe use some peers as servers for signaling only?
I am trying to understand what is the right tools for creating an app
Share
Found almost all of the answers 🙂