Book Image

OpenShift Cookbook

By : Shekhar Gulati
Book Image

OpenShift Cookbook

By: Shekhar Gulati

Overview of this book

Table of Contents (19 chapters)
OpenShift Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Running OpenShift on a Virtual Machine
Index

Chapter 9. OpenShift for Node.js Developers

This chapter presents a number of recipes that will help you get started with Node.js web application development on OpenShift. The specific recipes of this chapter are:

  • Creating your first Node.js application

  • Configuring Node supervisor options

  • Managing Node.js application dependencies

  • Using the use_npm marker

  • Enabling hot deployment for Node.js applications

  • Creating and deploying Express web applications using Node.js and MongoDB cartridges

  • Working with Web Sockets

  • Using CoffeeScript with OpenShift Node.js applications