Talking to other services : RabbitMQ in Danet
Last time we ended on a promise : the day a second service, quite possibly not written in TypeScript, needs to consume your messages, you want a real broker. Today we plug one in.
Last time we ended on a promise : the day a second service, quite possibly not written in TypeScript, needs to consume your messages, you want a real broker. Today we plug one in.
A new package turns a Danet controller into a real gRPC service : same injector, same guards, same exception filters, its own port.
One CLI to rule them all.
Your API is public, and someone is going to hammer your login route until something gives. Ten requests a minute, one guard, one gotcha : ttl is in milliseconds.
Your API runs on your machine. Today we put it on the internet : one command first, then a GitHub Action so you never type it again.