Cross Domain Messaging with easyXDM Javascript Library
For security reasons, most often developers do not wish pages from different domains to be able to communicate but this is required sometimes. And then, developers discover that there is no proper way to do so – the current standards and the current technologies are built to disallow it.
easyXDM (cross domain messaging) is meant to reduce the amount of work needed for cross-site communication.
easyXDM is a Javascript library that enables developers to easily work around the limitation set in place by the Same Origin Policy, in turn making it easy to communicate and expose javascript API’s across domain boundaries.
1 Response
[...] This post was mentioned on Twitter by esarfraz and esarfraz, Frontend.Pro. Frontend.Pro said: Cross Domain Messaging with easyXDM Javascript Library – http://bit.ly/abSIP1 [...]