Reputation: 316
I have implemented a private chat system and public chat room for my website.
I would like to send send images, audio and video as well to get real time communication between users
WebRTC just seems to be out of my scope for now.
I need help regarding having communication(audio, images, video) using node.js and socket.io
Upvotes: 4
Views: 5430
Reputation: 539
Check this tutorial as starting point to implement what you need : http://net.tutsplus.com/tutorials/javascript-ajax/how-to-create-a-resumable-video-uploade-in-node-js/
Upvotes: 4