-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
[Discussion] who is using nestia
in production?
#203
Comments
I am using nestia in prod |
what do you think of swagger code gen |
The swagger code gen means something like this? |
I'm currently testing it in production, I have no url to provide as it's all in private But for what I could see Nestia is really helpful for what the controller decorator provide, such as data type transformation/validation I'm still not sure about the sdk for swagger as currently there is some lib that create DTO with Swagger decorator all extracted from your db schema (in my POV that seem as a more secure way of keeping the docs updated as there is no human manipulation) and the sdk look painful to maintain for docs Except for the swagger part that is personnal, when configured nestia can't be push to production without manual modification In production we don't install the package in devDendencies, and you have to run the in my POV If you have some information about any of the point I wrote, I would be happy to discuss about it, maybe it's only me that missed some step in your documentation |
I'm looking for a swagger code gen too. But in the other direction: Generating swagger spec from your typescript types. |
Some tools provide swagger generating tools, as prisma community do |
@samchon we with big team are rewriting the whole Backend using Nestia. Code is not an opensource thugh. We're facing some limitations and bugs, but successfully found solutions for most of them. So we decided to continue |
If solved some limitations and bugs, please report those bugs or share some knowhows please. |
I am looking into using this in Production as well, however, the only issue I am running into is the requirement for explicit return types on Controller Methods when generating swagger docs. Due to us using a query builder that automatically handles return type inference for us we avoid having to manually create response types for each controller. For me to get the team on board it would be easier if the explicit return type wasn't required. |
Upgrade to v3.9.0 patch, then However, |
Support #203: allow implicit type when generating swagger file.
Thank you!! |
If you're using
nestia
in production level, can you introduce me?It would better if you are pasting production homepage URL with logo image.
The text was updated successfully, but these errors were encountered: