- Describe the Web-Request-Response-Cycle
- client sends an HTTP request to access a resource on a server
- the server sends a response to the client, indicating if the request was fullfilled or there was an error
- source: medium.com
- Explain what a “server” is, as it relates to the WRRC
- hardware or software that responds to client by carrying out HTTP requests
- What does it mean to “deploy” an application?
- running/hosting an app on a server
- Server - can be either hardware or a software application that responds to client requests
- Pub/Sub - publish/subscribe - asynchronous service-to-service messaging for serverless / microservice architectures. Can be used for event-driven architectures. Useful in messaging for distributed, cloud-based applications.
- source: aws
- WRRC - Web Request Response Cycle