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: