nestjs-api-gateway

0.0.1 • Public • Published

Nest JS API Gateway

NestJS API Gateway is an open source TypeScript API Gateway that uses the NestJS Framework and architecture patterns to implement a simple and reliable gateway proxy for your web services.

Powered by NestJS and http-proxy-middleware (implementation of http-proxy).

Installation

$ npm i nestjs-api-gateway

Running the gateway

# development 
$ npm run start
 
# watch mode 
$ npm run start:dev
 
# incremental rebuild (webpack) 
$ npm run webpack
$ npm run start:hmr
 
# production mode 
$ npm run start:prod

Test

# unit tests 
$ npm run test
 
# e2e tests 
$ npm run test:e2e
 
# test coverage 
$ npm run test:cov

Credits

License

Nest is MIT licensed.

/nestjs-api-gateway/

    Package Sidebar

    Install

    npm i nestjs-api-gateway

    Weekly Downloads

    0

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    7.86 kB

    Total Files

    18

    Last publish

    Collaborators

    • getfigure7