NODE.JS

websocket connection to failed unexpected response code 503

ssNi 2013. 10. 30. 15:15

io.configure(function () {

  io.set("transports", ["xhr-polling"]);

  io.set("polling duration", 10);

});


.js 파일에 삽입한다.