Is there native support for promises in current versions of Node.js?
Node.js uses the V8 engine. This JavaScript engine is also used by Chrome, and Chrome 32 has na
Although promises are not natively in node.js (yet). The IO.js fork of node.js has them natively. See: http://davidwalsh.name/es6-io