I need to transfer mp3 or mp4 from the node.js server and watch it on the html5 page. I am trying to use socket.io to speed up the connection, and I hope this will reduce the delay that I use simple http. I configured socket.io in my project, both on the client (mobile web application) and on the server, but I canβt understand and cannot find on the Internet how to send data correctly and put it in a tag.
source share