标签: javascript heroku xmlhttprequest
哟!
io.configure(function () { io.set("transports", ["xhr-polling"]); io.set("polling duration", 10); }); socket = new io.Socket();
哟我有一个部署到heroku的聊天应用程序,当我向网址发送请求时我完成了所有配置我无法得到任何对heroku的响应..状态正好等待但是当我尝试在localhost时它只会工作正常