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
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