The real front-end application can't exist alone. It requires data in order to be alive. The data is stored in databases and retrieved by the servers.
In this part you will learn different aspect of communication between client and server. Its protocols, conventions and more.
- Be able to form and implement server endpoint
- Be able to send requests for data and process it on a client
- HTTP
- HTTP Request & Response
- HTTP Headers
- HTTP Codes
- Cookies
- REST
- REST Methods
- Convention
- Encoding
gzip
- Caching
- RPC (Remote Procedure Call)
XHR
Request- FormData request
- Request application type
GET
requestPOST
request
- CORS
fetch
- [HTTP2]
Implement checkout cart application.