Backend Integration with Node Express

In this chapter we will have a look into solving common problems when combining Angular.js with the Node.js Express framework. The examples used in this chapter are based on a Contacts app to manage a list of contacts. As an extra we use MongoDB as a backend for our contacts since it requires further customization to make it work in conjunction with Angular’s $resource service.

Table of Contents

  1. Backend Integration with Node Express
  2. Consuming REST APIs
  3. Implementing Client-Side Routing