Making asynchronous (node.js) in Meteor

Some questions about Meteor and node.js:

Meteor is based on node.js, but can we do node.js IN meteor? (or use it with meteor?)

I would like to combine the power of two and make this (for exemple): http://www.youtube.com/watch?v=EqWD1WGrdjw, in/coupled with meteor...

Is this possible?

I'm assuming you want to do async stuff. You need to use Fibers (node-fibers) inside Meteor. There are great screencasts from cmather explaining them:

  1. http://www.eventedmind.com/posts/nodejs-introducing-fibers
  2. http://www.eventedmind.com/posts/nodejs-using-futures