Summary
Let us summarize the things that we have learned in this chapter. MeteorJS provides support to develop applications for the Web, Android, and iOS. A single source can be built to serve both the Web and mobile platforms. MeteorJS uses Cordova to create mobile builds(.apk
or .ipa
). MeteorJS allows us to use Cordova plugins like the usual MeteorJS package. We can test run an application both in the emulator or real devices, and MeteorJS provides enough support to run an application with ease. We can debug applications using browsers. Finally, we have plenty of packages in the MeteorJS ecosystem to support mobile application development.
I hope you find the chapter informative and helpful. In the upcoming chapter, we are going to learn whatever is left to know about MeteorJS application development.