REST
Representational State Transfer (REST) is an architectural style for designing networked applications based on stateless, client-server communication.
Representational State Transfer (REST) is an architectural style for designing networked applications based on stateless, client-server communication.
3-Tiered Architecture is a software design pattern that separates an application into three layers: presentation, logic, and data.