React Native one to one conversation using socket.io
问题 i currently have a react native app with nodejs express Sequelize as my backend and postgres as my database. So, on my posts screen next to each post, i have a text input and a button where the current user can send the user of the post an initial message. Once the button is pressed, a conversation between these 2 users about this post is created in my database and stored in my conversation table and an entry of the message sent is also stored in my messages table. I have implemented