Client exports

All declared functions under this namespace become available to the server if they are allowed in the server side.

Example

var client = new Eureca.Client({..});
client.exports.alert = function(message) {
      alert(message);
}