josdejong/workerpool

Support binary data

オープン

#20 opened on 2017/03/04

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)JavaScript (164 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (2,307 個のスター)
PR merge metrics
 (平均マージ 21d 16h) (30d で 3 merged PRs)

説明

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.

コントリビューターガイド