What's new? | Help | Directory | Sign in
Google
django-evserver
Simple Django server based on LibEvent
  
  
  
  
    
Join project
Project owners:
  majek04

django_evserver is simple http server for Django applications. It's based on libevent library. The main advantage of django_evserver is that it provides methods of preempting django views. You can render a site in several chunks, each of them can be handled by different django view.

Using this idea it's possible to use django_evserver as comet server for django applications.

Yes! Now you can write comet applications in django!