Anything that listens on a port and returns an http.Server can be
considered a "RunnableApplication." This matches the API of most common
Node.js server frameworks, such as Express and Koa.
If your framework does not support this API explicitly, a simple wrapper
should be easy enough to write to satisfy this interface.
Anything that listens on a port and returns an http.Server can be considered a "RunnableApplication." This matches the API of most common Node.js server frameworks, such as Express and Koa.
If your framework does not support this API explicitly, a simple wrapper should be easy enough to write to satisfy this interface.