November 2019
Beginner
804 pages
20h 1m
English
As we said in the introduction of this chapter, we will be using NestJS as the base building block for the backend of the new version of LyricsFinder.
Let's quickly introduce NestJS and explain why we have chosen it over the numerous alternatives:

There are many ways to create backend applications based on Node.js. Of course, our goal is to leverage TypeScript wherever possible in the context of this book.
For instance, we could have used the standard Node.js SDK or the Express library (https://expressjs.com) to get higher-level abstractions. The first option would've been too involved ...
Read now
Unlock full access