I have an angular application with javascript bundle, images, pdf, docx (size of 10MB) the number of users who will download those files are 100k, unfortunately, most of those users are concurrent. so there is a total download of 1TB from the website which make it very slow. my issue is with the big number of concurrent users.
i want to use external file hosting so the website can run faster.
I need To know what is the best (cost-bandwidth) alternative file hosting.
and if there any file hosting to just serve raw files.
update i already did some steps to enhance performance-----> -using gzipper to compress files. -seperated the application into smaller modules.
You can use CDN servers like cloudfront, Cloudfare which are nowadays cheap and best for concurrent users.