如何解决spacebrew错误:服务器响应状态为426(需要升级)?

时间:2016-02-19 21:30:18

标签: node.js websocket

  1. 我克隆了Spacebrew repo
  2. 我安装了websocketforever模块(npm install wsnpm install forever-monitor
  3. 我开始使用Spacebrew(node node_server_forever.js
  4. 我在浏览器上访问了http://localhost:9000/http://localhost:9000/admin/index.html,页面显示为:
  5.   

    需要升级

    控制台上有两个错误:

    http://localhost:9000/favicon.ico
     Failed to load resource: the server responded with a status of 426 
     (Upgrade Required)
    http://localhost:9000/
     Failed to load resource: the server responded with a status of 426
     (Upgrade Required)
    

    我错过了什么吗?

1 个答案:

答案 0 :(得分:1)

管理界面不是由SB服务器托管的。这是一个静态页面。可以在http://spacebrew.github.io/spacebrew/admin/admin.html访问一个副本,该副本将尝试连接到端口9000上的localhost SB服务器。您可以提供查询字符串以连接到远程服务器或不同的端口:http://spacebrew.github.io/spacebrew/admin/admin.html?server=specialdoma.in&port=9999