Tuesday, January 5, 2016

RESTful web services - What are the advantages of statelessness in RESTful Webservices?

Following are the benefits of statelessness in RESTful web services −
  • Web services can treat each method request independently.
  • Web services need not to maintain client's previous interactions. It simplifies application design.
  • As HTTP is itself a statelessness protocol, RESTful Web services work seamlessly with HTTP protocol.

No comments:

Post a Comment