Sunday, March 25, 2012

anode = Windows Azure + node.js (PaaS)

anode@microsoft

anode is an experimental platform for rapidly prototyping web apps on Windows Azure.
anode is built by Microsoft entirely with node.js
...
Currently there are no plans to release anode as a service,
but we are pleased to share the modules we have created as part of the project.


Microsoft has recently announced option to host node.js projects on Azure.
My understanding is that this does not require a web role, just a worker role,
since node.js runs as a windows service.
Deploying a role on Azure is creating a VM. It takes some time.

Alternative for hosted applications is to just upload and run program.
Similar to shared hosting, more or less.
"anode" is an experiment to host node.js apps on Azure.

It is an open source project (MIT license),
and apparently using GitHub for deployment of projects.
github.com/anodejs

anode: An Experimental node.js Platform for Windows Azure
Video @ Microsoft Channel 9

Windows Azure + Node.js => anode : An Experiment
blog post by Peter Laudati (Microsoft NJ)

No comments: