AFAIK meteorjs uses node-fibers, but their github page states that it is server side & v8 only (or is it not ?).
How does meteorjs implement nonblocking, synchronous like api on the client side?
Is it compatible with other browsers than chrome?
I would be very grateful if someone could point me to pure JS implementation of fibers, or explain how do they work (do they have own event loop?).
Any link to a github project of working client side fibers implementation will be also appreciated!
It's XMAS after all :)