Book Image

Web Development with MongoDB and NodeJS Second edition

Book Image

Web Development with MongoDB and NodeJS Second edition

Overview of this book

Table of Contents (19 chapters)
Web Development with MongoDB and NodeJS Second Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
12
Popular Node.js Web Frameworks
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 www.nodejitsu.com and register for a free account. After providing your e-mail address, username, and password, you will be presented...