I have been reading through the forums and setup guides and did not
see how to do this but maybe there is a way?

Can I create an ape client that does not prefix *.ape.server.url?   I
would really prefer to just have a single session talk directly to the
server on port 6969 and accept messages.   It seems like the most
common use case, and lots of people stumble when it comes to hacking
up windows host information or having to tweak their own server DNS
entries.   Especially for initial dev work.

//Does something like this exist?   Or can I not create it for some
technical reason I am missing?
var client = new ApeSingleClient({
      url:   <defaults to current>,
      port: <defaults to 6969>,
      path: <defaults to root url/ape-jsf>
      channel, etc, etc
});

Or better yet instead of hacking up dns and url paths, could it not be
adding session information into the calls it is making?

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