ajax
apache
async
asynchronous
bash
c
comet
computer
django-evserver
event
evserver
fapws
framework
how-to
libevent
linearlogic
linux
orbited
perl
programming
python
seaside
server
stateful
twisted
uncommonweb
windows
|
insert-magazine
[0 users on Ohloh] |
This is a project of polish open-source computer internet magazine
|
django-evserver
[0 users on Ohloh] |
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!
|
django-stateful
[0 users on Ohloh] |
What is it?A revolutionary approach to web applications using django. Code your views using linear flow logic, maintaining the state across requests. Similar to UnCommon web, Seaside and Borges
Since its just another django app, you can still write some views in the traditional style, and use all the features of django web framework.
the other home of this project is http://woobiz.com.ar/en/articles/stateful-django
The kind of code you end up writing:A counter:
class ...
