nestjs / awesome-nestjs

A curated list of awesome things related to NestJS 😎
10.7k stars 945 forks source link

Add nestia #133

Closed samchon closed 3 years ago

samchon commented 3 years ago

Resource type (required)

If your contribution is NOT a GitHub repository, then you can skip the next titles, except "Rules".

Description (required)

Automatic SDK generator of NestJS developed backend server for the client developers.

With the Nestia, backend developer doesn't need any extra dedication for delivering Rest API to the client developers, like writing swagger.json comments. The client developers can call the backend server API just by calling the SDK library functions with await symbol, re-using the interfaces what you've defined.

Link (required)

https://github.com/samchon/nestia

Rules (required)

juliandavidmr commented 3 years ago

Thanks for your contribution

samchon commented 3 years ago

Wow, thanks for fast acceptance