Posts by Diêgo Teixeira • 1 point
1 post
-
0
votes0
answers48
viewsQ: Socket.io in React.js. When a socket is sent, can I retrieve the sent object through the socket id?
I am using socket.io on my system so that every time a user registers appear in real time on my screen. For this I am saving the socket in the mongoDB database, but it saves not only the connected…