Is there any swagger-like to nestjs microservices?
The @nestjs/swagger lib only accepts normal nestjs applications, not microservices.
Is there any swagger-like to nestjs microservices?
The @nestjs/swagger lib only accepts normal nestjs applications, not microservices.
OpenAPI (aka Swagger) is specifically made for REST applications. If you're looking for documenting your Microservices, you can use something like Async API. There's a community package for NestJS as well that's currently in the works. You can watch the project for updates.