@pulsur/gateway
v0.6.0
Published
Pulsur gateway orchestration helpers for Node.js
Maintainers
Readme
@pulsur/gateway
Gateway orchestration helpers for Pulsur applications.
const { createGateway } = require("@pulsur/gateway");
const gateway = createGateway({ upstream: "http://localhost:3000" });
gateway.use(async (ctx, next) => next());