Socket.io-client: SocketIOClient('http://localhost:3000'); is not working.

Created on 30 Oct 2017  路  1Comment  路  Source: socketio/socket.io-client

In ur doc, u mentioned SocketIOClient('http://localhost:3000'); but unfortunately it doesn't work. I have to mention ip instead of localhost.

>All comments

If you want use IP Address, You must use https , Example = https://Your_IP_Address:3000

Was this page helpful?
0 / 5 - 0 ratings