在已部署的Azure网站上运行node.js中的node.js时,我会得到以下字符串
Express server listening on port \\.\pipe\d9797e42-9e1f-421c-91b9-3d86496eaeb8
这是什么,如何确定我的站点实际运行在哪个端口上?
发布于 2014-08-26 20:45:46
应该在80端口运行。
似乎是来自服务器的内部指令
https://stackoverflow.com/questions/25514750
相似问题