System Design, Architecture, and Trade-offs in Building a Video Upload Service
https://open.substack.com/pub/nikhilkhandelwal/p/oop-in-javascript-ultra-simple-with?r=1yg8z6&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true
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.
https://open.substack.com/pub/nikhilkhandelwal/p/oop-in-javascript-ultra-simple-with?r=1yg8z6&utm_campaign=post&utm_medium=web&showWelcomeOnShare=true
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.