From 6a5143c455c6217bc3315b811ffd172ef2a481ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BCl=20P=C3=A9rez?= Date: Sun, 16 Aug 2015 00:31:56 +0200 Subject: [PATCH] Added remaining clients implementations to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c3b537b267..2fd3f31044 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,11 @@ There are several client language bindings for NATS. For a complete and updated - [Java - Spring](https://github.com/mheath/jnats) - [Node.js](https://github.com/nats-io/node-nats) - [Ruby](https://github.com/nats-io/ruby-nats) +- [Lua](https://github.com/DawnAngel/lua-nats) +- [PHP](https://github.com/repejota/phpnats) +- [Python](https://github.com/mcuadros/pynats) +- [Scala](https://github.com/tyagihas/scala_nats/) +- [Haskell](https://github.com/ondrap/nats-queue) ## License