Software Development for a Cloud Computing: IaaS, PaaS, SaaS, DaaS, AWS, Azure, Cloud Foundry, Heroku
 
Tag: <span>javascript</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.

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.