Hi all. Where might I find that spiffy new bug-free Twisted WSGI server?
On Mar 29, 2005, at 11:14 PM, Ian Bicking wrote:
Hi all. Where might I find that spiffy new bug-free Twisted WSGI server?
Part of web2. I am not so bold as to claim it is "bug free" yet, but one can always hope. twisted/web2/wsgi.py
demo.py has a little wsgi app in it that demonstrates that at least some stuff works. Run with: "twistd -noy twisted/web2/demo.py"
James