Files
TechradarDev/radar/2021-07-01/nats.md
Daniel Pötzinger bcf1ead9b3 documentation: Add tags to all featured blibs (#139)
* documentation: add tags to all featured blips
2022-11-18 11:39:23 +01:00

893 B

title, ring, quadrant, featured, tags
title ring quadrant featured tags
NATS assess tools true
architecture
devops

NATS is a cloud native messaging and stream-data system for modern distributed software systems. Two design-goals were simplicity 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 in embedded-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 bring a great flexibility.