Audio and video conference with NodeJS
问题 I would like to build a web application that lets two peers see and hear each other using video and audio streaming with HTML5 and no plugins (except for IE, that I pretend to use getUserMediajs to use a flash fallback). I also want to transmit that data using NodeJS but I have no idea where to start. In an example: Peer A <---> Node JS <---> Peer B I'm interested in this Peer 2 Server 2 Peer approach instead of a Peer 2 Peer solution like PeerJS because: 1) I think it will be more compatible