/nestia

Make NestJS much faster and easier

Primary LanguageTypeScriptMIT LicenseMIT

Nestia

Nestia Logo

GitHub license npm version Downloads Build Status Guide Documents

Nestia is a set of helper libraries for NestJS, supporting below features:

  • @nestia/core: super-fast decorators
  • @nestia/sdk:
    • SDK generator for clients
    • Swagger generator evolved than ever
    • Automatic E2E test functions generator
    • Mockup Simulator for client applications
  • nestia: just CLI (command line interface) tool

Note

  • Only one line required, with pure TypeScript type
  • Enhance performance 30x up
    • Runtime validator is 20,000x faster than class-validator
    • JSON serialization is 200x faster than class-transformer
  • Software Development Kit
    • SDK is similar with tRPC, but much advanced
    • Mockup simulator like msw, but fully automated

nestia-sdk-demo

Left is server code, and right is client code utilizing SDK

Sponsors and Backers

Thanks for your support.

Your donation would encourage nestia development.

Backers

Guide Documents

Check out the document in the website:

🏠 Home

📖 Features

🔗 Appendix