Files
TechradarDev/radar/2021-01-01/nats.md
jochen weber 648c4d0ac5 asses nats
2021-06-21 08:28:39 +02:00

872 B

title, ring, quadrant, featured
title ring quadrant featured
NATS assess languages-and-frameworks true

NATS is a cloud native messaging and stream-data system for modern distributed software systems. Two design-goals design-goals were simplizity and performance. These are adopted by selecting golang for the server implementation and reducing the memory footprint for both: server- and client-side. The server-side provides simple and efficient horizontal scaling (e.g. deploying it inside kubernetes) and the small client-footprint allows us to use it im embedd-systems, edge-computing and IoT devices e.g. for command and controll use-cases. Also the long list of existing integrations and the plugin-systems brings a great flexibilty.