8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d252e commit 1f6dc30Copy full SHA for 1f6dc30
README.md
@@ -12,7 +12,8 @@ The following ports are available:
12
* [Erlang](./erlang)
13
* [Go](./go)
14
* [Haskell](./haskell)
15
- * [JavaScript (with Node and amqp-node)](./javascript-nodejs)
+ * [JavaScript (with Node and amqp-node)](./javascript-nodejs) (using callbacks)
16
+ * [Javascript (with Node and amqp-node)](https://github.com/squaremo/amqp.node/tree/master/examples) (using promises/futures)
17
* [Java](./java)
18
* [Java (with IntelliJ IDEA)](./java-idea)
19
* [PHP (with php-amqplib)](./php)
0 commit comments