Alternative packages for multi-threading in Nodejs
Updated :
Dec. 7, 2023
piscina
Github stargazers
3659
Github forks
92
Commits
196
Code contributors Contributors
25
A fast, efficient Node.js Worker Thread Pool implementation
Created
April 8, 2020
Updated
Dec. 3, 2023
License
other
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
TypeScript
Issues
26
bree
Github stargazers
2747
Github forks
76
Commits
408
Code contributors Contributors
21
Bree is a Node.js and JavaScript job task scheduler with worker threads, cron, Date, and human syntax. Built for @ladjs, @forwardemail, @spamscanner, @cabinjs.
Created
July 8, 2020
Updated
Nov. 21, 2023
License
mit
Github repo
Type
Template
Platform
Node.js, Browser
Primary Language, based on Github DataLanguage
JavaScript
Issues
19
microjob
Github stargazers
2019
Github forks
55
Commits
316
Code contributors Contributors
11
A tiny wrapper for turning Node.js worker threads into easy-to-use routines for heavy CPU loads.
Created
Aug. 26, 2018
Updated
Jan. 28, 2021
License
mit
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
TypeScript
Issues
22
node-threads-a-gogo
Github stargazers
1413
Github forks
154
Commits
134
Code contributors Contributors
3
TAGG :: threads_a_gogo :: Simple and fast JavaScript threads for Node.js
Created
Nov. 22, 2011
Updated
Jan. 5, 2017
License
other
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
Issues
10
worker-threads-pool
Github stargazers
427
Github forks
26
Commits
16
Code contributors Contributors
1
Easily manage a pool of Node.js Worker Threads
Created
June 24, 2018
Updated
Oct. 14, 2018
License
mit
Github repo
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
Issues
3
node-worker-threads-pool
Github stargazers
282
Github forks
28
Commits
82
Code contributors Contributors
3
Simple worker threads pool using node's worker_threads module.
Created
Sept. 22, 2018
Updated
Feb. 11, 2023
License
mit
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
TypeScript
Issues
19
poolifier
Github stargazers
274
Github forks
11
Commits
4519
Code contributors Contributors
12
Fast and small Node.js worker_threads and cluster worker pool
Created
Jan. 17, 2020
Updated
Dec. 6, 2023
License
mit
Github repo
Primary Language, based on Github DataLanguage
JavaScript
Issues
15
thread-stream
Github stargazers
195
Github forks
20
Commits
162
Code contributors Contributors
17
A streaming way to send data to a Node.js Worker Thread
Created
March 5, 2021
Updated
Nov. 27, 2023
License
mit
Github repo
Primary Language, based on Github DataLanguage
JavaScript
Issues
15
thread-stream
Github stargazers
195
Github forks
20
Commits
162
Code contributors Contributors
17
A streaming way to send data to a Node.js Worker Thread
Created
March 5, 2021
Updated
Nov. 27, 2023
License
mit
Github repo
Primary Language, based on Github DataLanguage
JavaScript
Issues
15
noroutine
Github stargazers
112
Github forks
11
Commits
32
Code contributors Contributors
4
Goroutine analogue for Node.js, spreads I/O-bound routine calls to utilize thread pool (worker_threads) using balancer with event loop utilization. 🌱
Created
Oct. 23, 2021
Updated
April 29, 2023
License
mit
Github repo
Primary Language, based on Github DataLanguage
JavaScript
Issues
10
Homepage
nPool
Github stargazers
109
Github forks
15
Commits
159
Code contributors Contributors
1
A cross-platform thread pool add-on for Node.js and io.js.
Created
Aug. 11, 2013
Updated
Nov. 7, 2015
License
other
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
Issues
4
synchronous-worker
Github stargazers
74
Github forks
2
Commits
22
Code contributors Contributors
2
Node.js Workers, except on the same thread
Created
Dec. 21, 2020
Updated
June 20, 2022
License
mit
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
C++
Issues
3
nodejs-threadpool
Github stargazers
70
Github forks
21
Commits
12
Code contributors Contributors
1
基于nodejs worker_threads的线程池。耗时操作或nodejs没有提供异步模式的api(例如解密、同步的文件api)都可以在线程池中执行,业务代码只需要返回一个Promise或async函数给线程池库,至于业务逻辑做什么操作,其实都可以,比如setTimeout,异步操作,async await等
Created
Oct. 16, 2020
Updated
Oct. 26, 2022
License
mit
Github repo
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
Issues
1
node-procfs-stats
Github stargazers
66
Github forks
15
Commits
41
Code contributors Contributors
5
get detailed information about running process and threads on linux machines from node. more than ps/top/iostat alone
Created
Jan. 10, 2014
Updated
April 22, 2019
Github repo
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
Issues
1
lrt
Github stargazers
64
Github forks
0
Commits
124
Code contributors Contributors
1
Scheduler for long-running tasks inside browsers and Node.JS
Created
June 19, 2019
Updated
Sept. 7, 2022
License
mit
Github repo
Platform
Node.js, Browser
Primary Language, based on Github DataLanguage
TypeScript
Issues
6
node-webworker
Github stargazers
55
Github forks
1
Commits
51
Code contributors Contributors
2
Threads in Node.js with Web Worker
Created
Sept. 28, 2017
Updated
Dec. 15, 2017
License
apache-2.0
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
Issues
4
funthreads
Github stargazers
55
Github forks
7
Commits
80
Code contributors Contributors
4
🧵 A lightweight tool built on top of worker_threads, enabling multithreading.
Created
Aug. 4, 2018
Updated
Oct. 18, 2023
License
mit
Github repo
Primary Language, based on Github DataLanguage
JavaScript
function-threads
Github stargazers
55
Github forks
7
Commits
80
Code contributors Contributors
4
🧵 A lightweight tool built on top of worker_threads, enabling multithreading.
Created
Aug. 4, 2018
Updated
Oct. 18, 2023
License
mit
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
sync-threads
Github stargazers
39
Github forks
3
Commits
11
Code contributors Contributors
1
Perform async work synchronously in Node.js using worker threads
Created
Oct. 31, 2020
Updated
Nov. 1, 2020
License
mit
Github repo
Type
Module/library
Platform
Node.js
Primary Language, based on Github DataLanguage
JavaScript
Issues
1
async-thread-worker
Github stargazers
33
Github forks
7
Commits
65
Code contributors Contributors
1
An async/await abstraction for Web Workers (and `node:worker_threads`)
Created
Nov. 7, 2019
Updated
Oct. 31, 2023
License
mit
Github repo
Primary Language, based on Github DataLanguage
JavaScript
Issues
1