Normally my code looks like this:
export const natsClient = new NatsAsyncApiClient()
This is code also generated, but generated by another library.
It's nice to have a generated NatsClient that we can use instead of having to install yet another library such as "nats" to connect to the nats server.
Normally my code looks like this:
export const natsClient = new NatsAsyncApiClient()
This is code also generated, but generated by another library. It's nice to have a generated NatsClient that we can use instead of having to install yet another library such as "nats" to connect to the nats server.