Posts

Showing posts from February, 2019

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.