I would like to send an image between two clients. I am using nodejs and socketio.
Basically i want to achieve this functionality -
"There are two clients, connected to a nodejs sever. Both clients should be able exchange images and server should not store it anywhere. More specifically it should be in the physical memory of server only"