I am new in here,and I wrote this code but it gives error in console :'ws://127.0.0.1:4502/Broker' failed: Error in connection establishment: net::ERR_CONNECTION_REFUSED.Can anybody help me ? I only try samples from internet but they don't work.
$(function () {
ws = new XSockets.WebSocket("ws://127.0.0.1:4502/Broker");
}