Skip to content

Framework Agnostic

Compare
Choose a tag to compare
@jkyberneees jkyberneees released this 14 Dec 12:08
· 241 commits to master since this release
b65b602

fast-gateway now supports any connect-like HTTP framework that is compatible with the following signature:

server[HTTP_METHOD](pattern, [middleware1, middleware2,], handler)

For more details, see basic-express.js example in the demos folder.