Nest.js Microservice with Encore #1630
LenghakHok
started this conversation in
General
Replies: 2 comments 1 reply
-
You can if you want to: https://encore.dev/docs/ts/how-to/nestjs |
Beta Was this translation helpful? Give feedback.
0 replies
-
I really love the awesome http and database performance which encore.ts provides, meanwhile I also love the nestjs's brilliant decorators, so is it possible to keep the controllers of nestjs and mix with your query validators, but only replace the express? And also expect to leverage the GraphQL Module in nestjs app, so we don't need to build a raw API endpoint. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi! I was wondering how can we leverage the features of Nest.js to effectively build and manage microservices within the Encore framework? What are some best practices for ensuring scalability and maintainability in such an architecture, and how do Nest.js's built-in features, like dependency injection and modularity, enhance this process?
Beta Was this translation helpful? Give feedback.
All reactions