Cloud Native DevOps for Node.js Applications
This presentation explains how to build a Node.js-MongoDB container packaged application using Wercker and deploy it to the Oracle Container Cloud Service.
This presentation explains how to build a Node.js-MongoDB container packaged application using Wercker and deploy it to the Oracle Container Cloud Service.
Node.js is one of the most popular, up and coming runtimes and it is available on Engine Yard Cloud Platform. This video walks through the steps required to get a Node.js application running on Engine Yard Cloud.
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.
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.
Most people using Windows Azure are using ASP.NET and PHP, but Windows Azure is much more general than that. Steve Marx will show how he built a few web apps (including his blog) that run on Windows Azure and don’t use .NET or PHP. Server-side JavaScript, Ruby, and Python will …
This video is an interview of Ruben Daniels, CEO of Cloud9 IDE. The Cloud9 IDE is an online development environment that runs completely in the cloud, without any desktop apps or browser plugins to worry about.
As we plant our applications in the cloud we need to reorient our thinking from synchronous toward asynchronous programming. The reactive framework coming out Microsoft Live Labs is designed to help you make the transition.