September 2017
Intermediate to advanced
450 pages
11h 24m
English
Even if a web application is a single-page application (SPA), we will very likely need a backend web server to serve the SPA files and secure API services for our SPA. In this chapter, we will examine recipes to set up an Express.js web server as the backend for our MEAN stack web application. We will cover how to add routing for our server and serve our Angular application and other common backend needs, such as logging and handling cookies.
In this chapter, we will cover the following recipes:
Read now
Unlock full access