8 ms·
I didn't reimplement because of promises. Neither amqp.node nor node-amqp provided the direct access that I wanted. The promise vs callback is a minor point a
by bakkerthehacker 12y ago
I didn't reimplement because of promises. Neither amqp.node nor node-amqp provided the direct access that I wanted.
The promise vs callback is a minor point as they are both equivalent with promises having a slightly higher overhead. But yes, I do hate promises.