I am developing a community page using Next.js and Socket. How can I use socket to support sending and receiving images, videos, audio, and documents
i have implemented the functionality of the send image like this using socket.io here is my code block of that.