Hello

I tested the HelloWorld example with success :
http://www.ape-project.org/wiki/index.php/Tutorial:Hello_world
starting HelloWorld a second time will send message received by the
first HelloWorld

my goal now is to replace this second HelloWorld by a simple
application (not running in a web browser)
sending messages that are received and displayed by the first
HelloWorld thanks to the code :
                //4) Intercept receipt of the new message.
                client.onRaw('data', function(raw, pipe) {
                    console.log('Receiving : ' +
unescape(raw.data.msg));
                });

How can I make the pipe link ?

thanks in advance

Jean-Marie

-- 
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/

Reply via email to