System Design, Architecture, and Trade-offs in Building a Video Upload Service
having trouble understanding what the purpose of a frontend server is in this architecture ?
The front-end server is responsible for all the client interaction. Think of it like an API Gateway. It handles the uploads, retries etc. I hope that helps.
having trouble understanding what the purpose of a frontend server is in this architecture ?
The front-end server is responsible for all the client interaction. Think of it like an API Gateway. It handles the uploads, retries etc. I hope that helps.