UNPKG

express-gateway

Version:

A microservices API gateway built on top of ExpressJS

7 lines (5 loc) 135 B
const path = require('path'); const gateway = require('express-gateway'); gateway() .load(path.join(__dirname, 'config')) .run();