feat(nest): Support Fastify in NestJS Application Generator #30893
vrxj81
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
Been having the same issue, will we get an update on it? Currently I have a new project and get stuck from error to error manually fixing all the changes necessary |
Beta Was this translation helpful? Give feedback.
1 reply
-
Any update on that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What problem does this feature solve?
Currently, the Nx NestJS application generator scaffolds applications using Express by default. Developers who prefer Fastify for its performance and low overhead have to manually reconfigure their applications.
Proposed Solution:
Add a --framework option (or similar) to the NestJS application generator that allows choosing between express and fastify. If fastify is selected:
-Scaffold the main file (main.ts) with Fastify bootstrap code.
Additional Context:
Motivation:
Beta Was this translation helpful? Give feedback.
All reactions