REST - Representational State Transfer is intended to evoke an image of how a well-designed web application behaves.
- Facts of REST
- REST is not a standard/protocol its an architectural style
- REST is protocol agnostic
- JSON is not part of REST
- HTTP is also not part of REST
- 6 REST Constraints
- Client - Server Architecture : Client and server are separated and can evolve separately.