Summary
Will MeteorJS application scale? You know the answer. With the right tools and techniques, obviously it will. Let us summarize all that we have learned so far in this chapter.
To deploy a MeteorJS application, we have to build it using meteor
bundle
or demeteorizer. An app must be bundled against a proper Node.js version and platform.
MongoDB must be installed and the required environment variables must be set to connect the MongoDB to a MeteorJS application.
Mup and MDM are noticeable deployment tools available to deploy a MeteorJS application.
We can use Nginx and meteor cluster to load balance and scale MeteorJS applications.
It is good to opt out external MongoDB solutions if we are skeptical about MongoDB setup and security.
As a whole, definitely, a MeteorJS application can hit production without any blocks.
I hope you enjoyed the chapter. In the next chapter, we will learn to develop applications for a mobile platform using MeteorJS.