Node.js is a JavaScript-based environment that allows developers to build server-side applications and APIs. It supports all kinds of databases (relational and non-relational), and when paired with the right database, can power a variety of different data use cases. We will look at some important database characteristics, explore a couple of different types of databases, and finally learn how to connect a database to your app.
Table of contents
Working with Node.jsChoosing the right database for your Node.js applicationHow to connect your database to Node.jsSpin up a database for free with FaunaSort: