> the example of mongo query nested callbacks (like in the tests of node-mongo-native) is just way too messy I was feeling exactly the same when I saw this samples. After Ruby it looked like I should write a lot more code to do the same things. :)
I tried to solve it and created mongo-model http://bit.ly/yaumij It uses Fibers and completely eliminates (well, almost) callbacks, I'm using it, but it's new and there still may be errors. By the way, there's also Aced CoffeeScript http://maxtaco.github.com/coffee-script/ It doesn't depend on Fibers or Generators and seems to be interesting, but it's still very new and experimental. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
