Chat-application
Chat-application copied to clipboard
can send image
I have made some changes to the server and client that the user can send images now. The images are not going to store in any database and they are not also going to store on the server also. What is happening is that the image we provide is going to convert in a string base64 and that string is going to be emitted in socket.io. I don't have installed any node-packages for that. And sorry I don't have done any CSS because I don't have any idea. If you will send an image, the image will directly pop on all user's screens. Please send feedback if any issue is found.