Styrow.dev
Question 32 of 59

What is messaging in RESTful Web services?

Question

What is messaging in RESTful Web services?

Answer

RESTful web services use the HTTP protocol as a communication tool between the client and the server. The technique that when the client sends a message in the form of an HTTP Request, the server sends back the HTTP reply is called Messaging. These messages comprise message data and metadata, that is, information on the message itself.