#Best way to share types between projects using NATS

2 messages · Page 1 of 1 (latest)

plucky hollow
#

I have N-number of nestjs services. They are using NATS.

I am looking for a good way to share the MessagePattern, the payload and the response. Like for HTTP there is swagger and openapi-generator, but how can I do this with the MQ-features?

storm meteor
#

I know there's AsyncApi, I think there's a community member who has a nest integration