fastify-threads
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

fastify-threads

NPM version js-standard-style

A Fastify plugin that exposes threads.js functionality

Requirements

  • Node.js v14+

Install

$ npm install fastify-threads
# install using npm

$ yarn add fastify-threads
# install using yarn

Usage

Using is as simple as requiring and registering it:

const fastify = require("fastify");
const threads = require("fastify-threads");

const app = fastify();

app.register(threads);

Now you have access to all threads.js functions.

Package Sidebar

Install

npm i fastify-threads

Weekly Downloads

1

Version

2.0.0

License

MIT

Unpacked Size

9.03 kB

Total Files

10

Last publish

Collaborators

  • phr3nzy