pgriess / node-webworker

A WebWorkers implementation for NodeJS
BSD 3-Clause "New" or "Revised" License
646 stars 84 forks source link

replaced exports.Workers with module.exports #22

Closed kilianc closed 13 years ago

kilianc commented 13 years ago

so whe can require a worker in thy way:

var Worker = require('webworker');

i think this is much cleaner / smarter for monoclass files

pgriess commented 13 years ago

Thanks, Kilian.