> where can I read more about fibers + template? Fibers doesn't tied to template, it just makes async calls looks like sync https://github.com/laverdet/node-fibers/
If this helps, here are two samples working with MongoDB, first is async second with fibers https://github.com/alexeypetrushin/mongo-lite/blob/master/examples/example.js https://github.com/alexeypetrushin/mongo-lite/blob/master/examples/exampleSync.js -- 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
