I need help understanding what the advantage of using an asynch framework is. Suppose I want to develop a simple chat web app. Why cant I write python code in the Django fra
You could use WHIFF instead of either :). Check out http://aaron.oirt.rutgers.edu/myapp/gfChat/nucularChatRoom which uses a javascript polling loop with json to check for server updates. You could probably do something similar in Django, but I don't know how because I gave up on Django.
btw: I'm hoping to move this demo onto the google app engine as a more complete service when my life calms down a bit.