Book Image

Learning Node.js for Mobile Application Development

By : Stefan Buttigieg
Book Image

Learning Node.js for Mobile Application Development

By: Stefan Buttigieg

Overview of this book

Node.js is a massively popular JavaScript library that lets you use JavaScript to easily program scalable network applications and web services. People approaching Node.js for the first time are often attracted by its efficiency, scalability, and the fact that it's based on JavaScript, the language of the Web, which means that developers can use the same language to write backend code. Also, it’s increasingly being seen as a modern replacement for PHP in web development, which relies on fast-paced data exchange. The growing community and the large amount of available modules makes Node.js one of the most attractive development environments. This book takes a step-wise and incremental approach toward developing cross-platform mobile technologies using existing web technologies. This will allow you to truly understand and become proficient in developing cross-platform mobile applications with Node.js, Ionic Framework, and MongoDB. The book starts off by introducing all the necessary requirements and knowledge to build a mobile application with a companion web service. It covers the ability to create an API from scratch and implement a comprehensive user database that will give you the opportunity to offer a mobile application with a personalized experience. Midway through the book, you will learn the basic processes to create a successful mobile application. You will also gain higher-level knowledge, allowing you to develop a functional and secure mobile application to ensure a seamless user experience for end users. Finally, the book ends with more advanced projects, which will bring together all the knowledge and expertise developed in the previous chapters to create a practical and functional mobile-application that has useful real-world features.
Table of Contents (16 chapters)
14
14. Creating an E-Commerce Application Using the Ionic Framework
15
Index

Summary


In this chapter, we worked directly with the Google Maps API in order to render the map and work with maps. While this is perfectly fine, we also recommend that you check out the module that can be found at http://angular-ui.github.io/angular-google-maps/#!/, which makes it even easier to work with Google Maps in AngularJS.

Apart from the navigation features that we covered here, there are of course a plethora of services offered by mobile devices. Fortunately, almost all of the services have a corresponding Cordova plugin, which will let you make use of these services. We recommend that you refer to the Cordova plugin registry, which can be found at http://plugins.cordova.io/#/, whenever you need to find one.

You can do much, much more with Google Maps than what we explored here. We highly recommend that you explore the developer's page for Google Map, which can be found at https://developers.google.com/maps/, to get a better view of the available possibilities regarding Google Map...