<https://lh4.googleusercontent.com/-UPNV71g5vLQ/UBrN-rErlKI/AAAAAAAAABE/rAJjDZQMdeg/s1600/apee.png>
hi,
i'm testing APE and sometime, the same code is operating and other not
operating.
when can it reason??
code:
//1) Load APE Client and auto join testChannel
var client = new APE.Client();
client.load({'channel': 'testcha'});
//2) When client is loaded, connect to APE Server with a random name
client.addEvent('load', function() {
client.core.start({'name': 'Agustin'});
});
client.addEvent('ready', function(){
console.log('estoy conectado');
});
client.addEvent('userJoin', function(user, pipe){
console.log('the user '+ user.properties.name + 'join in channel' +
pipe.properties.name);
});
attached an image
I also tried this example and does not work
http://www.ape-project.org/wiki/index.php/Tutorial:Color_changer
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/