a fancy name for the CRUD support of a (web) server
- for the client-server model
- implemented by typically web servers though HTTP(S), with data formatted in HTML, JSON or etc.
- treats server resources as OOP-style objects that can be CRUDed
- a resource object can be a single item or a collection (as in OOP)
- use client-side cache and server-side resources, not suspensive states (as with a “State Diagram”)