Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It looks like the compute situation in Node.js can be helped with a server side web workers implementation .. with the workers doing no IO and only computes. Any thoughts?


Already exists. Do whatever you want in a webworker, using (very nearly exactly) the same API as you would in an HTML5 client:

https://github.com/pgriess/node-webworker


Neat! .. I should've googled before posting :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: