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
I tried Node v0.11.12 with the --harmony flag, and it does not have native promises.
v0.11.13 and later with the --harmony flag does have Promise.