Poolifier as Node.js thread/cluster pool

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • poolifier

    Fast and small Node.js worker_threads and cluster worker pool

  • Since that I am familiar with Java programming language, I immediately started to look for thread pool implementations just like are present in java. There was only one small and not exhaustive thread pool at that time, so I started to implement poolifier. I choosed to implement two thread pools, a fixed-size thread pool and a dynamic-size thread pool so that users could tune and choose which one fits better for their applications.

  • piscina

    A fast, efficient Node.js Worker Thread Pool implementation

  • piscina

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • node-worker-threads-pool

    Simple worker threads pool using node's worker_threads module.

  • SUCHMOKUO/node-worker-threads-pool

  • threads.js

    🧵 Make web workers & worker threads as simple as a function call.

  • threads.js

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts