Is there any way to send files from html file client to node.js server and node.js server to html file client with socket.io?
I tried to convert the image to base64 and send it, but it doesn’t work. Is there any built-in socket.io thing to send files? I tried searching the web, but no results that really worked.
3