Link to squaremo's version that uses futures as well

This commit is contained in:
Michael Klishin 2015-08-07 16:28:07 +03:00
parent 76d252e7be
commit 1f6dc30d44

View File

@ -12,7 +12,8 @@ The following ports are available:
* [Erlang](./erlang)
* [Go](./go)
* [Haskell](./haskell)
* [JavaScript (with Node and amqp-node)](./javascript-nodejs)
* [JavaScript (with Node and amqp-node)](./javascript-nodejs) (using callbacks)
* [Javascript (with Node and amqp-node)](https://github.com/squaremo/amqp.node/tree/master/examples) (using promises/futures)
* [Java](./java)
* [Java (with IntelliJ IDEA)](./java-idea)
* [PHP (with php-amqplib)](./php)