Javascript – Socket IO – appending messages to the correct location
I am creating a real time chat application, where users can chat with other users in real time. All users are stored in my MongoDB Database. I'm using React on the frontend, and node with express on the backend. When…