Express is a perfect choice for a server when it comes to creating and exposing APIs (e.g. REST API) to communicate as a client with your server application . Previously you have already implemented one Express route, which sends a “Hello World!”, that you have accessed via the browser and cURL.