Creating an API

Learn how to create an API to extend web server functionalities and services.

We'll cover the following...

Your web server is pretty limited for now, handling only one route and always returning the same string. Let’s create your own little API by publishing some data in JSON ...