Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elegir framework para declarar los endpoints #26

Closed
ManuelJNunez opened this issue Oct 15, 2020 · 1 comment
Closed

Elegir framework para declarar los endpoints #26

ManuelJNunez opened this issue Oct 15, 2020 · 1 comment
Assignees
Milestone

Comments

@ManuelJNunez
Copy link
Owner

ManuelJNunez commented Oct 15, 2020

Algunos frameworks son:

  • Express
  • NestJS
  • Koa
  • Hapi
  • etc.
@ManuelJNunez ManuelJNunez added this to the Siguientes pasos milestone Oct 15, 2020
@ManuelJNunez ManuelJNunez changed the title Elegir librería para programar la API REST Elegir framework para declarar los endpoints Dec 4, 2020
@ManuelJNunez
Copy link
Owner Author

ManuelJNunez commented Dec 4, 2020

Voy a elegir NestJS por varios motivos:

  1. Toma todas las ventajas de usar decoradores en TypeScript.
  2. Los conceptos de arquitectura de Angular han inspirado varios conceptos de NestJS. Si se ha aprendido Angular anteriormente (como es mi caso), NestJS resultará muy familiar.
  3. Separa muy bien la lógica de negocio de todo lo demás gracias a los conceptos de controller, service y module.
  4. Usa express por defecto (aunque también se puede usar Fastify), el cual es un framework HTTP muy robusto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant