#Resful
#Rest
RESTFUL is not architecture
Rest is an architecture and restful is a service that implements this architecture.
🔅 There are 4 attribute for RestfulApi
1.client-server
Backend is server and frontend is client
and these are independent and scalable.
2. stateless
No data is stored on the server side and the server is never aware of the previous status of the client and does not face changes in the client server.
3.cacheable
Ability to cache response on the client side.
4.uniform interface
we can see method from url and Response hase satatus code for show detail to client.
✍️ fathollahi
@fullStackDevs
#Rest
RESTFUL is not architecture
Rest is an architecture and restful is a service that implements this architecture.
🔅 There are 4 attribute for RestfulApi
1.client-server
Backend is server and frontend is client
and these are independent and scalable.
2. stateless
No data is stored on the server side and the server is never aware of the previous status of the client and does not face changes in the client server.
3.cacheable
Ability to cache response on the client side.
4.uniform interface
we can see method from url and Response hase satatus code for show detail to client.
✍️ fathollahi
@fullStackDevs
#RPC
#GraphQL
#REST
#SOAP
SOAP vs REST vs GraphQL vs RPC
API Architectural Styles Comparison
The diagram above illustrates the API timeline and API styles comparison.
Over time, different API architectural styles are released. Each of them has its own patterns of standardizing data exchange.
You can check out the use cases of each style in the diagram.
🔗 Source link
@fullStackDevs
#GraphQL
#REST
#SOAP
SOAP vs REST vs GraphQL vs RPC
API Architectural Styles Comparison
The diagram above illustrates the API timeline and API styles comparison.
Over time, different API architectural styles are released. Each of them has its own patterns of standardizing data exchange.
You can check out the use cases of each style in the diagram.
🔗 Source link
@fullStackDevs
👍3❤2