DEV Community

Cover image for Part 3: Techniques for Application Integration with NestJS and NATS

Part 3: Techniques for Application Integration with NestJS and NATS

John Biundo on February 12, 2020

John is a member of the NestJS core team Part 3: Solving the Message Incompatibility Problem In Part 2 of this series, we described the...
Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
johnbiundo profile image
John Biundo

Thanks! I'm working on some more advanced stuff. Stay tuned! I hope to have some more articles in the next week or so.

Collapse
 
Sloan, the sloth mascot
Comment deleted
 
johnbiundo profile image
John Biundo

Awesome! Glad it helped you out! Feel free to share any of your additional learnings as you work on this. I think there's a ton of potential for building NATS services in Nest.

Thread Thread
 
Sloan, the sloth mascot
Comment deleted
 
johnbiundo profile image
John Biundo

Easiest is to build a simple example and publish a repo.

Collapse
 
johngoldsmith profile image
John

Thanks for taking the time to write these articles. They're really well written and provide not only Nest-specific implementations, but also information applicable to any architecture.
Looking forward to Part 4!

Collapse
 
pavelvoronin profile image
Pavel Voronin

Very nice content! Thanks a lot! Looking forward to Part 4 too )

Collapse
 
alereca profile image
alereca

This can't be more useful for my use case . Thank you! Hope you can address events in a hybrid architecture. Also, it would be amazing if you wrote an article of this quality about hybrid nestjs applications (HTTP, gRPC and RabbitMQ for example)

Collapse
 
0x2c6 profile image
Farhad Eyvazli

You rock. Please continue to write :) I've learn and understood a lot since yesterday.

Collapse
 
lucasantoniooficial profile image
Lucas Antonio

I saw your post it helped me a lot!

Could you tell me about Jetstream from Nats in NestJS how would you implement it using the clientProxy itself or some other way?