audreyt / node-webworker-threads

Lightweight Web Worker API implementation with native threads
https://npmjs.org/package/webworker-threads
Other
2.3k stars 149 forks source link

Browser support #147

Closed cozzbie closed 7 years ago

cozzbie commented 7 years ago

Can this be used in a browser?

audreyt commented 7 years ago

No, but the API is compatible so you can run the worker code in a browser context.

cozzbie commented 7 years ago

Thanks.

the1mills commented 7 years ago

@cozzbie

you could probably share code, this library of course is just mirroring the HTML5 WebWorker API