Plugin loaders

Plugin loaders

Lower-level Hono factories exported from manicjs/plugins.

Plugin loaders (manicjs/plugins)

Advanced building blocks when you assemble servers manually.

import { apiLoaderPlugin, fileImporterPlugin } from 'manicjs/plugins';

Exports

Most apps rely on createManicServer to invoke apiLoaderPlugin automatically (Server).


See also

On this page