Skip to content

Latest commit

 

History

History

nats

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

NATS

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’.

Installation

	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

Links

Documentation

https://nats.io
https://github.com/nats-io/nats
https://godoc.org/github.com/nats-io/nats

Posts and Articles

http://www.slideshare.net/Apcera/simple-solutions-for-complex-problems
http://bravenewgeek.com/dissecting-message-queues
http://danielwertheim.se/nats-what-a-beautiful-protocol

Code Review

Basic Examples
Chat Client
Services


All material is licensed under the Apache License Version 2.0, January 2004.