Open In App

Difference between Restless Webservice and Restful Webservice

Here, the two terms are mostly similar to each other but they have some significant differences. But before that, we need to understand what is REST. REST stands for REpresentational State Transfer. It was introduced by Roy Fielding the man behind HTTP (HyperText Transfer Protocol). He made REST so that we can make the best use of HTTP. It performs actions using based on transfer protocols such as HTTP-post, get, put, delete.

REST is also termed as an Architectural Style for web services and has mainly three components –



Rest Services also have the following principles:

Article Tags :