Hi Rafa,

For now, local-storage is the only true cross-browser solution. If you 
stack includes a server, you can use WebSockets. This allows you to 
communicate between more as just tabs on the same computer.  Another 
alternative is webrtc peer-to-peer, you don't need a server for this. 
When only targeting the local computer cross-tabs on the same browser, you 
can also use service-worker.  
There are a few more, but the ones I mentioned all have good browser 
support.   

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to