Web App Network Architecture
Web App MVC Architecture
REST
- Representational State Transfer
- Application state and functionality are abstracted into resources
- Each resource may be referenced with a global identifier (URI over HTTP)
- Resources share a uniform interfaces
- Note
REST URIs and HTTP actions
/
#