November 2017
Beginner to intermediate
398 pages
8h 42m
English
On the nodejs side, we will use express package to create our HTTP server. We will also need the reify package so that we can require files that uses the import/export syntax inside nodejs (which doesn't support it natively).
npm i -S express reify
For now, we will focus on the development part.
Read now
Unlock full access