Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

396
Vistas
How to Build a File/Resource Manager for an Express Application?

I'm wanting to build a section of a website where users would be able to upload files (e.g. game mods) and other users will be able to download them.

I want this to be able to scale and host thousands of files with thousands of users, so how would I go about creating this and what would be the best architecture for this? I'm building the backend with NodeJS and Express.

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

First, to scale, you need to separate the file storage from the API. You can use an Azure Storage Account, AWS S3 or another cloud storage solution.

Then, to minimize the scalability configuration on the backend, you can use Serverless Functions, available on all major cloud providers too.

If you need to maintain the convencional Express API, you can use a PaaS service for NodeJS, which will make the deployment easier.

You can make all that on-premises or in a VM too, but it will remove all the out-of-the-box benefits.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda