Wednesday, 2 October 2013

How nodejs based on videochat works

How nodejs based on videochat works

I'm trying to develop a webcam video chat using nodejs, so I have got one
computer capturing the webcam on a video tag, mounting every frame on a
canvas, catching the image from the canvas and sending this image via
socket, another person connected to the socket recieves the image and
mounts it on a img tag.
I don't know how node js works, so I would like to know if the server of
node js is transporting all the traffic or it is sended directly to the
client?
thanks

No comments:

Post a Comment