Posts by Ícaro David • 11 points
2 posts
-
0
votes1
answer24
viewsQ: Error 'Typeerror: Cannot read Property 'room' of Undefined'
I’m developing a real-time chat application, using Reactjs on the front end and Node.js on the back end. I configured the Node server with Socket.io for the application. When entering the chat page…
-
0
votes2
answers56
viewsQ: Access-Control-Allow-Origin error with Nodejs and Reactjs application
I’m developing a real-time chat application, using Reactjs on the front end and Node.js on the back end. I have configured the Node server with Socket.io for the application. When entering the chat…