developit / web-worker

Consistent Web Workers in browser and Node.

Home Page:https://npm.im/web-worker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for MessageChannel and MessagePort

gerdstolpmann opened this issue · comments

These two classes are actually part of the web worker story, and you quickly need them when two workers want to communicate autonomously (w/o parent). They also exist in node, but a again in a little bit different way.