Hi,

You could send a message directly to a user I think, but it's usually much 
simpler just to use a channel for each conversation. You could create those 
channel only when needed to avoid aging many unused channels.

For the second question, you can use http request in server side code. I found 
this example : 
https://groups.google.com/d/msg/ape-project/itDxElfyOIs/0PBGuuGGy4oJ


  - Louis

Le 2014-08-23 à 06:09, Tamás Sztanka-Tóth <[email protected]> a écrit :

> Hi!
> 
> I have recently started to setup a chat application on django, using APE.
> 
> My idea was, to make channels between every two user, but clearly, this can 
> slow down the server a lot. Is there any other solution for sending private 
> messages?
> 
> Another issue is security. How is it possible to check server-side if the 
> user connecting to an APE channel, is authenticated in django? 
> 
> Thanks
> 
> -- 
> -- 
> 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/
> 
> --- 
> You received this message because you are subscribed to the Google Groups 
> "APE Project" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.

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

--- 
You received this message because you are subscribed to the Google Groups "APE 
Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to