HTML5 Web Workers in NodeJS?

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.

You can use the child processes, they solve similar problems.

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