Node.js & Express.js Series | Chapter 8 | Introduction to API & RESTful API

API stands for Application Programming Interface — it is a mediator that allows the applications to communicate {between/to/among} each other.

An API helps us to make the code separation between client and server. This way the server is never exposed to the client. APIs can make the development easier..

Let’s understand about it in detail in the below video.

Add a Comment

Your email address will not be published.