0.0.1 • Published 5 years ago

nestjs-api-gateway v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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.