Tag Archives: messages
Setting up your first Socket
The first thing you should do to familiarize yourself with the library is to set up a simple easyXDM.Socket class, which will allow cross domain communication with messages going both from the consumer to the provider, and the other way … Continue reading →
Posted in Getting started
|
Tagged begin, communication, cross site, cross-domain, how-to, introduction, javascript, messages, messaging, rpc, socket, string, text, transport
|
35 Comments
Sending and receiving messages
The base functionality delivered by easyXDM is to, without any server-side dependencies, pass string based messages between two domains in a fast, reliable and secure way.
Posted in Examples/How-to's
|
Tagged communication, cross-domain, javascript, messages, messaging, rpc, transport
|
11 Comments