API

Building a REST API with Node and Express

Imagine you already have a working site. Let’s say your site starts to become more popular over time. If you build your site without thinking it will be popular later on, you will start to respond more slowly to requests. Active users will wait for you to reply to the previous user. At this point, let’s start to explain exactly what Node.js is, how it works, for what purposes it is…
Read more