Answer the question
In order to leave comments, you need to log in
Why doesn't socket.io work on a domain?
212.86.108.252 - everything works fine here
https://bitcoinup.xyz/ - it doesn't work here
Code:
var socket = io.connect('ws://212.86.108.252:2020', {rememberTransport: false});
Answer the question
In order to leave comments, you need to log in
var socket = io.connect('wss://212.86.108.252:2020', {rememberTransport: false});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question