DEV Community

Discussion on: 5 ways to make your codebase withstand the test of time

Collapse
 
squgeim profile image
Shreya Dahal

That book looks interesting. How are you handling inter-domain communication?

Thread Thread
 
larribas profile image
Lorenzo Arribas

In our case, we have a combination of synchronous RPC calls (where one domain can call another) and asynchronous event listeners (one domain can react to what happens around it).