Skip to content

fabrix-app/spool-cluster

Repository files navigation

spool-cluster

Gitter NPM version Build Status Test Coverage Dependency Status Follow @FabrixApp on Twitter

Conventional Commits

📦 ClusterSpool

A Spool to extend Fabrix with Clustering worker threads

Install

$ npm install --save @fabrix/spool-cluster

Configure

// config/main.ts
import { ClusterSpool } from '@fabrix/spool-cluster'
export const main = {
  spools: [
    // ... other spools
    ClusterSpool
  ]
}

Configuration

You can easily extend the cluster

// TODO

Usage

Use spool-cluster to standardize Joi cluster

// TODO

About

📦 ClusterSpool - worker threads for Fabrix apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published