twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

MiddlewareAdapter

A WebHook connection adapter that is designed to work as a middleware for a connect compatible application rather than the built-in server.

Constructor

new MiddlewareAdapter(options)

Creates a middleware connection adapter.

ParameterTypeRequiredDefaultDescription
optionsMiddlewareAdapterConfignone
options.hostNamestringnone

The host name the root application is available under.

options.pathPrefixstringnone

The path your listener is mounted under.

options.portnumbernone

The port on which the root application is available.