Framework Agnostic
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.