新足迹

 找回密码
 注册

精华好帖回顾

· [Karen‘s Kitchen Time] 橙香细腻,弹性十足海绵卷。 (2008-8-14) Tiger_Karen · 我也谈IT找工经历 (2005-2-10) qunlbao
· ************提车了, 小虎虎 神行者2 ************* (2013-4-2) Bluesnow_t · E&E -- 馅饼! 啊! 馅饼! (2008-7-5) 闲夏采薇
Advertisement
Advertisement
查看: 1216|回复: 2

Windows Azure supports node.js [复制链接]

发表于 2011-12-21 09:04 |显示全部楼层
此文章由 典 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 典 所有!转贴必须注明作者、出处和本声明,并保持内容完整
http://www.readwriteweb.com/cloud/2011/12/windows-azure-adds-nodejs-supp.php
http://blogs.msdn.com/b/windowsazure/archive/2011/12/16/node-js-in-windows-azure-to-the-cloud-and-beyond.aspx

Node.js in Windows Azure, To the Cloud and Beyond!

Microsoft’s Windows Azure platform as a service (PaaS), now supports Node.js, the popular server-side JavaScript framework.
That is newsworthy because Node.js allows web developers who use JavaScript on the client side to apply their programming know-how to build fast server-based web applications.
The news, which had been telegraphed a few months ago, is part of an overall Windows Azure update announced Monday. It’s also part of Microsoft’s push to make Windows Azure attractive to programmers outside its existing .NET installed base.

“We said from the beginning that we wanted Azure to be the best place for .NET developers and the best place for non-.NET developers,” said Doug Hauger, GM for Windows Azure.
Azure has won good reviews for its scale and support of multiple languages, but many developers, even in the .NET world, deploy their apps on other cloud infrastructure. And, support for multiple languages has become table stakes for PaaS providers from Salesforce.com’s Heroku to VMware’s Cloud Foundry.
As part of this update, Microsoft also brings promised support for the Hadoop big data framework to a limited number of Azure users, Hauger said in an interview. Interested customers must submit a short form to be admitted to the limited preview, but access will be broadened over time, Hauger said.
Photo courtesy of Flickr user D.Begley

[ 本帖最后由 典 于 2011-12-21 08:07 编辑 ]
Advertisement
Advertisement

发表于 2011-12-21 09:04 |显示全部楼层

How to use

此文章由 典 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 典 所有!转贴必须注明作者、出处和本声明,并保持内容完整
http://www.windowsazure.com/en-u ... ls/getting-started/

Developing for Windows Azure is easy when using the available tools. This guide assumes you have no prior experience using Windows Azure. In less than 45 minutes, you will have an application that uses multiple Windows Azure resources up and running in the cloud.

You will learn:
•How to create a new Windows Azure Node.js application using the Windows PowerShell tools.
•How to create a web application using Node and the Windows Azure Libraries for Node.js.
•How to use NPM to install 3rd party packages.
•How to use the Windows Azure Node SDK to access Windows Azure table storage.
•How to run your Node application locally using the Windows Azure compute emulator
•How to publish and re-publish your application to Windows Azure.

发表于 2011-12-21 09:08 |显示全部楼层
此文章由 典 原创或转贴,不代表本站立场和观点,版权归 oursteps.com.au 和作者 典 所有!转贴必须注明作者、出处和本声明,并保持内容完整
http://www.readwriteweb.com/clou ... dds-nodejs-supp.php

Hosted JavaScript certainly was in Microsoft's original plans, but JavaScript that runs as a host, was not. For a company that has historically been incapable of turning on a dime, though, it's executing a pretty impressive course change with Azure. Last June, the company helped the Joyent open source team to port its Node.js stand-alone JavaScript server to Windows. And yesterday, Microsoft announced it has completed its addition of Node.js support to Azure, meaning that any developer can launch a server-based JavaScript app from Microsoft's cloud in minutes.


Though Azure has its own, "wizard-like" way of deploying apps that's more familiar to long-time Windows developers, that's a new dance entirely for folks in the open source realm. So yesterday, Microsoft published a set tutorials featuring two methods to deploy a Node.js application in Azure, the second of which features the tools and frameworks with which Node.js devs are already familiar, including Express.

发表回复

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Advertisement
Advertisement
返回顶部