RESTful web service
REST is a simpler alternative to SOAP and WSDL, using HTTP for web services.
It enables seamless communication between networked devices, crucial for the Internet of Things.
JSON is becoming the preferred format for data returned by RESTful services.