DEV Community

Discussion on: ⚔️ Cross micro frontends communication 📦

Collapse
 
chandramuralis profile image
Murali Srinivasan

Is there any better way to securely communicate a short data between two separate Angular Applications that don't run in the browser at the same time.
For example, send some JSON data from example.com/firstAngularapp to example.com/OtherAngularApp ?

Collapse
 
luistak profile image
Luís Takahashi

For sure if they're at the same domain you can use localStorage or any relevant web storage/db to sync that data