Deploy sails.js to Windows Azure Website
问题 I'm following this guide on installing a node.js application on Azure: http://www.windowsazure.com/en-us/develop/nodejs/tutorials/create-a-website-(mac)/#header-0 Is it possible to get a sails.js app running without having to instantiate a Virtual Machine? 回答1: As of right now sails requires an npm install -g on the box which would require either a virtual machine or a cloud service with a startup script. The link you are showing if for a deployment model where you don't get any access to