Add NATS clients to readme.

This commit is contained in:
Jonathon Klobucar
2013-10-18 22:04:29 -07:00
parent da2a40a878
commit 071b017744

View File

@@ -78,6 +78,16 @@ pid_file: "/tmp/gnatsd.pid"
```
## Nats client libraries
There are several client language bindings.
- [Go](https://github.com/apcera/nats)
- [Java](https://github.com/tyagihas/java_nats)
- [Java - Spring](https://github.com/mheath/jnats)
- [Node.js](https://github.com/derekcollison/node_nats)
- [Ruby](https://github.com/derekcollison/nats)
## License
(The MIT License)