Book Image

Web Development with MongoDB and Node.js

By : Jason Krol
Book Image

Web Development with MongoDB and Node.js

By: Jason Krol

Overview of this book

This book is designed for developers of any skill level that want to get up and running using Node.js and MongoDB to build full featured web applications. A basic understanding of JavaScript and HTML is the only requirement for this book.
Table of Contents (14 chapters)
12
12. Popular Node.js Web Frameworks
13
Index

Deploying your application


Now that you have your project set up as a local GitHub repository, its time to take that code and get it online! The following sections will each cover the process of deploying your application to a few different popular cloud-based hosting providers.

Feel free to explore and experiment with each as most have free or relatively inexpensive plans. Each provider has its strengths and weaknesses, so I'll leave it up to you to decide which to stick with for your particular needs. The services that we cover aren't presented in any particular order.

Note

Note that for the purposes of this chapter, I will consistently name my app imgploadr; however, your app name needs to be different and unique. Wherever I include imgploadr in this chapter, you should replace it with your own app's unique name.

Nodejitsu

To get started with Nodejitsu, first visit http://nodejitsu.com and register for a free account. After providing your e-mail address, username, and password, you will be...