0.6.0 • Published 1 year ago

express-api-gateway v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Express-Api-Gateway

Simples iniciativa para facilitar a criação de api gateway utilizando do framework express.

Contribua, caso ache legal esta lib.

Dependência

  • express
  • express-http-proxy

Exemplo de uso

const app = require("express")();
const ApiGateway = require("express-api-gateway");

const api = new ApiGateway(app);
api.setPath("/google").setUrl("https://www.google.com.br").builder();

api.setPath("/uol").setUrl("https://www.uol.com.br").builder();

app.listen(5000);
0.6.0

1 year ago

0.5.0

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.0

1 year ago