Why do REST APIs so fast?

REST APIs are stateless in nature. It means server doesn't store any state about the client session on the server side. Client session is stored on the client.

Comments

Popular posts from this blog

Types of Architects

Basic measurements

Search html table contents based on its td using Jquery