I have 3 independent angular application running using MFE architecture. I want to communicate each other . What is the best approach to communicate between each other other than using local storage.
All these apps are running and managed by different repositories and deployed independently
I have tried different approach like local storage, library etc. but since all the applications are independently deployed its not working as expected.
so far I have found
Then listen it in the remote app