fastify-plugins

Mono Repository for Fastify Plugins

Downloads
923
Stars
0
Committers
2

@kakang Fastify Plugin

This is the mono-repository contains the fastify plugins used in my personal or work projects. You may found some of them useful.

Here is the list of the plugins,

  • @kakang/fastify-config
    Using env-schema to read environment file, then provides
    environments in sync and plugin to register for fastify.config.
  • @kakang/fastify-cronjob
    Inspired by josk to provide de-centralized cronjob runner.
  • @kakang/fastify-mongodb
    Similar to @fastify/mongodb but provide some handy utilities.
  • @kakang/fastify-multipart
    Generic interface for fastify multipart handling, it can use
    one of the famous tools (e.g. busboy, formidable) or create
    your own. The backing storage is not limited to file writing.