jQuery Deferreds for server-side use
Hi all,
My reasoning for the strip: jQuery is so popular, that it would be nice to be able to use the same deferred API server-side, without the required overhead of jsDOM. I recall seeing some threads that may have frowned upon creating a server-side-only version of jQuery, but I could see in the future having a 'jq-node' version of the library that contains the utility functions that are not DOM-dependent. While there are other implementations of deferreds, promises, futures, whatever, the popularity of jQuery basically guarantees that its implementation will be popular.
Anyway, I'm very new to deferreds, and have not done much work with the jQuery source itself, and would love opinions!