How to send the blob in real time?

0

Is there any way to send the blob to the server in real time (streaming)? I looked for sockets but I did not have good results ...

    
asked by anonymous 01.06.2014 / 21:44

1 answer

1

Use WebSockets to connect to the server and perform binary transfer. Note that not all browsers accept WebSockets binary mode. A good start to learning WebSockets is using Node.js. Maybe I can help you more about this if you better specify your question.

    
20.06.2014 / 01:32