Running Node.js on Azure Web App

前端 未结 2 455
天涯浪人
天涯浪人 2020-12-11 14:04

I am trying to run a very simple node.js server on an Azure Web Appp to serve a single page application. The server will serve up static pages, and will always server \'inde

2条回答
  •  旧巷少年郎
    2020-12-11 14:34

    I can see duplicated code in your code above. Remove the code after var server = app.listen(3000); then follow the steps in article https://azure.microsoft.com/en-us/documentation/articles/web-sites-nodejs-develop-deploy-mac to finish depoly your KOA to azure.

提交回复
热议问题