Tagged Questions
3
votes
1answer
636 views
Spawning WSGI example (practical approach to WSGI)
I'm trying to understand how WSGI works. I know I could read the specs, but I'd still want to know how do I create a spawning application? A complete "hello world".
Could someone show me an example?
...