Summary
Finally, we are at the end of this chapter and also at the end of this book. Let's summarize what we have learned in this chapter.
As MeteorJS is a young framework, there are not many specific patterns or best practices to follow, just the fundamental software principles.
There are some tried and tested best practices that might work for a few and might not for some others. They are no hard rules, but the best practices can be bent if they were to yield what exactly we are looking for.
There is a not-so-popular application pattern for MeteorJS applications, which is the package pattern. MVC is again available, but it is in an arguable state. So make use of MVC as per your understanding and need.
MeteorJS provides ES2015 support out of the box now from its 1.2 release.
The MeteorJS community is vast and there are many exclusive sites where we can look for help and learning materials.
There are a number of promising applications being built using MeteorJS. It is time to use it for your next...