You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1073,10 +1073,18 @@ Deployment
1073
1073
----------
1074
1074
1075
1075
Once you are ready to deploy your app, you will need to create an account with a cloud platform to host it. These are not
1076
-
the only choices, but they are my top picks. Create an account with **MongoLab** and then pick one of the 4 providers
1077
-
below. Once again, there are plenty of other choices and you are not limited to just the ones listed below. From my
1078
-
experience, **Heroku** is the easiest to get started with, it will automatically restart your node.js process when it crashes, custom domain support on free accounts and zero-downtime deployments.
1076
+
the only choices, but they are my top picks. From my experience, **Heroku** is the easiest to get started with, it will automatically restart your node.js process when it crashes, custom domain support on free accounts and zero-downtime deployments. Additionally, you can create an account with **MongoLab** and then pick one of the 3 providers
1077
+
below. Once again, there are plenty of other choices and you are not limited to just the ones listed below.
0 commit comments