josdejong/workerpool

Support binary data

Open

#20 建立於 2017年3月4日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (164 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (2,297 star)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南