在Windows Azure上托管现有的node.js应用程序 [英] Hosting existing node.js apps on Windows Azure

查看:61
本文介绍了在Windows Azure上托管现有的node.js应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以将现有的node.js应用程序移植到Windows Azure平台?我目前在Mac上进行开发,但需要在不久的将来将应用程序部署到Windows Azure.

Is it possible to port existing node.js applications to Windows Azure platform? I currently develop on my Mac but will need to deploy the application to Windows Azure in a near future.

推荐答案

是的,这很有可能.您可能还需要考虑进行更改,以在您的node.js代码使用本地文件系统的地方使用Azure Blob存储(如果需要).部署与任何其他Windows Azure应用程序非常相似,并且您具有用于node.js的Azure SDK,可以使用powershell cmdlet简化工作.

Yes it is very much possible. You may also need to consider to make changes to use Azure Blob storage where your node.js code is using local file system (if required). The deployment is very similar to any other Windows Azure App and one you have Azure SDK for node.js you can use powershell cmdlets to make your job easy.

下载Azure的Node.js SDK https://www.windowsazure.com/en-us/develop/nodejs/

Download Node.js SDK for Azure https://www.windowsazure.com/en-us/develop/nodejs/

在这里您可以学习将node.js应用程序部署到Azure的基础知识: https://www.windowsazure.com/zh-CN/开发/nodejs/tutorials/入门/

Here you can learn the basics to deploy node.js app to Azure: https://www.windowsazure.com/en-us/develop/nodejs/tutorials/getting-started/

这篇关于在Windows Azure上托管现有的node.js应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆