About

Avatar von Ben Bajorat
  • Nats JetStream with NestJS

    Nats JetStream with NestJS

    In the first blog post of this series, we learned how to send serialized data from a React frontend to a NestJS backend with Axios and Cap’n Proto. This blog post will focus on propagating the received data from service to service in a Kubernetes environment using NestJS clients coupled with a Nats JetStream message bus.  I…