iron_mq_node
iron_mq_node copied to clipboard
Support Promise/A+ pattern.
Please support Promise/A+ pattern, especially because Node.js 0.12's generators is coming out soon so we'll be able to use it with co or similar.
I started this promise-style wrapper project, iron-promise, because the official client doesn't support this yet. I think it's good to put a link to this derivative project so others can find it, but most ideally you will implement this feature in the official library.
If possible, please also consider dropping pythonic API and clean them up to look more like JS. (check default settings in JSHint/JSLint)
+1 for supporting promise and making the code conform to conventional javascript style (e.g. camel casing)
+1
@pilwon - when did you fork out? github doesn't show your repo as a tracked fork of iron_mq_node
2 years later... i guess you're not going to support promises?