HTML5 Web Workers in NodeJS?

html, node.js, web-worker

Solution

Now there is https://github.com/audreyt/node-webworker-threads which appears to be actively maintained.

Problem

Anyone knows what the status of Web Worker support in NodeJS is? I found a two year old implementation, node-webworkers, but it didn't run with the current build of NodeJS.

Original source