Hey all just a quick note about some news on node-fibers. Thanks to the work of @japj, node-fibers is now runnable under Windows. Now you can use fibers on pretty much any platform.
Semi-related: node-fibers now includes a binary for Windows, OS X, and Linux in both 32 and 64-bit x86 architectures; this simplifies the install process greatly. For other platforms node-gyp will be invoked at install time to build a version of fibers just for you.
Check it out for yourself:
npm install fibers
npm test fibers
More information at:
Please report any bugs to the github project, thanks!