amit-2000 / react-redux-social-media

0 stars 0 forks source link

server address of codeial #1

Open SharmaTanish opened 3 years ago

SharmaTanish commented 3 years ago

In our Codeial Webapp, the server address for the web socket for chat is not working now.

The server address I have :- http://54.237.158.65:5000

But it is not working now. This is what we used in this line in chat.js component. this.socket = io.connect('http://54.237.158.65:5000');

But you haven't implemented the chat functionality, so unable to see the address! Hence I am asking you to tell me the correct server address of codeial (if you know), so that my app works fine as it was working previously during the course.

I will also add the chat functionality in your project if it works fine!

Thank you Regards Tanish

SharmaTanish commented 3 years ago

@amit-2000