生态系统
fastify-accepts
to have accepts in your request object.fastify-accepts-serializer
to serialize to output according toAccept
headerfastify-apollo
Run an Apollo Server with Fastify. (GraphQL)fastify-auth
Run multiple auth functions in Fastifyfastify-bankai
Bankai assets compiler for Fastifyfastify-bearer-auth
Bearer auth plugin for Fastifyfastify-cookie
Parse and set cookie headersfastify-env
Load and check configurationfastify-formbody
Plugin to parse x-www-form-urlencoded bodiesfastify-graceful-shutdown
Shutdown Fastify graceful asynchronouslyfastify-helmet
Important security headers for Fastifyfastify-hemera
Fastify Hemera plugin, for writing reliable & fault-tolerant microservices with nats.iofastify-jwt
JWT utils for Fastify, internally uses jsonwebtokenfastify-leveldb
Plugin to share a common LevelDB connection across Fastify.fastify-mongodb
Fastify MongoDB connection plugin, with this you can share the same MongoDb connection pool in every part of your server.fastify-multipart
Multipart support for Fastifyfastify-nats
Plugin to share NATS client across Fastify.fastify-orientdb
Fastify OrientDB connection plugin, with this you can share the orientdb connection in every part of your server.fastify-postgres
Fastify PostgreSQL connection plugin, with this you can share the same PostgreSQL connection pool in every part of your server.fastify-react
React server side rendering support for Fastify with Nextfastify-redis
Fastify Redis connection plugin, with this you can share the same Redis connection in every part of your server.fastify-register-timeout
Register plugin with a timeoutfastify-sse
to provide Server-Sent Events withreply.sse( … )
to Fastifyfastify-swagger
Swagger documentation generator for Fastifyfastify-websocket
WebSocket support for Fastify. Built upon websocket-streampoint-of-view
Templates rendering (ejs, pug, handlebars, marko) plugin support for Fastify.