Posts and projects tagged with golang
-
NATS Account Server (work) 2019-04-26
NATS 2.0 will provide a multi-tenant security model that uses Accounts, configured by JSON Web Tokens, to configure server access. Rather than forcing administrators to hard code account information in the configuration, the NATS server can load account JWTs from a URL. In April ...
-
Solving Problems with NATS (work) 2019-02-09
In January of 2019 I wrote a 2 day programming class on NATS. The goal of the class was to teach our customers how to solve problems with NATS. The course is designed for developers who want to write distributed applications. It is structured around a series of common distributed ...