Hi, I found APE as what I need to make a realtime chat on my new project. It's my first time using Comet so I have couple of questions.
My project is done with Django (Python). I need to make a chat for registered users. If I understand well it works in that way: In Django I make a usual view to process request for sending message. It accepts POST. To send new message I use AJAX request. After inserting message to database I must use inlinepush ( http://www.ape-project.org/wiki/index.php/Inlinepush)? inlinepush sends new message to all connected clients, right? Of course I need to write some JS Client code to make connection etc... Am I right? Will it be a proper usage of APE? Thanks for any suggestions. -- 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/
