REST ARCHITECHER
REST- Representational -format json,xml
State -Data
\ Transfer- between client and server
Rest Guide Lines-
Client Server Architecture- Both the client and the server should be independent
Stateless- server should be stateless .No data should be stored in the server, we make the client as state management. [React].
Cacheable-
Layered System- layered architecture [3-tier layering], help in increasing scalability.
Uniform Interface-
Comments
Post a Comment