pgriess / node-webworker

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

Socket folder clean-up #41

Open kschzt opened 12 years ago

kschzt commented 12 years ago

Hi,

Just a couple commits to clean-up the sockets after the worker is done.

This also removes a dependency on websocket-client (that commit can also be removed).

Best regards,

Jak