REST (Representational State Transfer)
Meaning
An architectural style for designing networked applications.
Usage Examples
- RESTful APIs use HTTP methods to perform CRUD operations.
 - REST APIs are stateless and can be easily scaled.
 - Resources in REST are identified by URIs.
 - JSON and XML are commonly used formats for RESTful responses.