josdejong/workerpool

Support binary data

Offen

#20 geöffnet am 04.03.2017

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (164 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (2.307 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 21T 16h) (3 gemergte PRs in 30 T)

Beschreibung

Web workers can pass binary data, but this doesn't work in workerpool.

the stdio option for child processes was added a bit ago, and allows creation of the ipc channel, which can then be leveraged for sending binary data.

additionally there's the new cluster native module which automates a lot of this.

i'd love the workerpool API available on top of either one of these approaches so i can have a robust solution that works on both web and node.

Contributor Guide