NATS acts as a central nervous system for distributed systems such as mobile devices, IoT networks, enterprise microservices and cloud native infrastructure. Unlike traditional enterprise messaging systems, NATS provides an always on ‘dial-tone’.
Install the NATS client
go get github.com/nats-io/nats
Install the NATS service
go get github.com/nats-io/gnatsd
Run the NATS service
gnatsd -D -V
https://nats.io
https://github.com/nats-io/nats
https://godoc.org/github.com/nats-io/nats
http://www.slideshare.net/Apcera/simple-solutions-for-complex-problems
http://bravenewgeek.com/dissecting-message-queues
http://danielwertheim.se/nats-what-a-beautiful-protocol
Basic Examples
Chat Client
Services
All material is licensed under the Apache License Version 2.0, January 2004.