Windows Azure and Node.js
February 14, 2012 Leave a comment
In essence, Node.js is a server-side JavaScript environment that uses an asynchronous event-driven model to communicate between components. The intent is to create highly-scalable interactive applications. It has been compared to the Ruby Event machine but supports interaction as a language construct.
Although (as of this writing) fairly new, Node.js has been embraced by the developer community who have written thousands of modules to do common tasks.
Is it supported in Windows Azure? Why yes it is!
- Windows Azure Node.js Developer Center
- Windows Azure PowerShell Cmdlets for Node.js
- Windows Azure Node.js SDK
- Peter Laudati posts “Get Started with Node.js + Windows Azure: Resources”
- Dhananjay Kumar posts: “Creating Hello World Windows Azure Node.js Web Application”
Other online resources for Node.js include:
Keen to hear your experiences installing and configuring on the platform. Please send me your experiences.