Node.js video chat application

Pinky picture Pinky · Nov 14, 2012 · Viewed 22.5k times · Source

How would you implement a video chat application using node.js?

Any resources(tutorials, books, links) or a general gameplan/strategy would be greatly appreciated

Answer

Ash Blue picture Ash Blue · Dec 4, 2012

Right now there are two Node.js projects for video chat. Both are experimental, but I've heard they work quite well if you can get them running.

https://github.com/webRTC/webrtc.io-client => The current champ for chat.

https://github.com/kdomagal/Web-RTC => Only a demo app