pgriess / node-webworker

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

CoffeeScript support for node-webworkers #27

Open perezd opened 13 years ago

perezd commented 13 years ago

I've added a very simple pre-compilation step to the webworker-child.js file. This change does not require you to have coffeescript installed or use it at all, but if you have it installed and are using it, it will precompile the files for you and act normally.

Enjoy!