Hi guys,<br><br>I am a front-end developer, starting with django with some php in the belt.<br><br>I am looking for a framework for doing a long polling service where :<br><br>clients would connect to a soecific &#39;channel&#39; and wait for a response<br>
<br>Where a client admin would push a response only to clients connected to the same channel<br><br>It&#39;s a bit like a chat where everyone listening and only one is talking with multiple channels<br><br><br>I am a bit lost in the twisted doc, I know that twisted do a LOT of thing, and was wondering, if twisted is appropriate for this task, <br>
and do you have a book to recommend for people like me (by that I mean that I will not be using low level api&#39;s)<br><br>Thank you!<br>