chat-nodejs
chat-nodejs copied to clipboard
problem
Hi Udi, I was reviewing your great chat https://github.com/uditalias/chat-nodejs node, when I run this on my pc I see this screen http://prntscr.com/2bfb6e after entering a user, this screen has been a long time so I hope your help, thanks
Same here, just hangs on 'Connecting...'
You need to configure the serverAddress in public/scripts/chat.io.js line 15
serverAddress = 'http://example.com:8080',
If you change default port ( 8080 ), you need to modify server.js line 8
@uditalias Same here. It just hangs on "Connecting" when I run it at my localhost:8080
Hi, i have the same problem as above. Even after changing server address to:
serverAddress = 'http://185.8.239.101:8080',
still can't connect...
So my app is running on: http://185.8.239.101:8080 the final address which is called looks like this:
http://185.8.239.101:8080/socket.io/?EIO=3&transport=polling&t=1411398710974-1
if i try paste this address to browser i get this:
{"code":0,"message":"Transport unknown"}
Still don't know what am i doing wrong. :/
Issue resolved. Please refer to: https://github.com/airless/chat-nodejs I think there was some issue with the versions of express, nodejs and with serverAddress. Thanks to @airless :+1:
@vincurekf did you find a solution? I am having this same issue and I removed the serverAddress variable part
it still hangs.
I am having the same issue, It still hangs on 'Connecting..'
It is hanging