🚨 AtomicJar is now part of Docker 🐋! Read the blog

Documentation

Go Node.js

Description

NATS is an open-source messaging system that enables applications to securely communicate across any combination of cloud vendors, on-premise, edge, web and mobile, and devices.

Examples

natsContainer, err := nats.RunContainer(ctx, testcontainers.WithImage("nats:2.9"))
const container = await new NatsContainer().start();