Sidebar Network

django-evserver Simple Django server based on LibEvent.

The Basics

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!

Project Homehttp://code.google.com/p/django-evserver/
Grab the Repository – svn checkout http://django-evserver.googlecode.com/svn/trunk/
 

Recent Commits

  • 2 was committed 7 months ago.
    Initial commit
  • 1 was committed 7 months, 2 weeks ago.
    Initial directory structure.