net-mesh 0.23.0

High-performance, schema-agnostic, backend-agnostic event bus
Documentation
1
2
3
4
5
6
7
8
9
# Net Environment Configuration
#
# Redis backend (optional)
# Start Redis: docker run --name redis -p 6379:6379 -e ALLOW_EMPTY_PASSWORD=yes bitnami/redis:latest
REDIS_URL=redis://localhost:6379

# NATS JetStream backend (optional)
# Start NATS: docker run --name nats -p 4222:4222 nats:latest -js
JETSTREAM_URL=nats://localhost:4222