What are advantages of REST web services?

Technology CommunityCategory: API DesignWhat are advantages of REST web services?
VietMX Staff asked 3 years ago

Some of the advantages of REST web services are:

  • Learning curve is easy since it works on HTTP protocol
  • Supports multiple technologies for data transfer such as text, xml, json, image etc.
  • No contract defined between server and client, so loosely coupled implementation.
  • REST is a lightweight protocol
  • REST methods can be tested easily over browser.