websocket
和forever
模块(npm install ws
和npm install forever-monitor
)node node_server_forever.js
)http://localhost:9000/
或http://localhost:9000/admin/index.html
,页面显示为:需要升级
控制台上有两个错误:
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)
我错过了什么吗?
答案 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