Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Tag: <span>node.js</span>

Cloud Foundry Supports of Node.js Node Package Manager

Learn how Cloud Foundry supports downloading and installing Node.js modules from the Node Package Manager (NPM) directly on the cloud without developers having to upload them. The normal process of creating a Node.js application requires a local installation of the node modules that essentially makes the application self-contained.

Deploy Node.js on Windows Azure

Learn how to deploy a node.js application to Windows Azure. Node.js is a platform built on Chrome’s JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

Node.js on Heroku

This video introduces Node.js and demonstrates how its non-blocking approach enables lean, scalable server applications. Node.js is an event-driven, JavaScript-based, high-performance I/O framework for server-side programming. It also shows how you can get started building your first Node.js app on Heroku.