Project Description
NWSGI is a .NET implementation of the Python WSGI specification using IronPython. It is implemented as an ASP.NET HttpHandler.
- Introduction
- Tutorials
- Compatibility
Progress
Support for WSGI has been implemented and has been lightly tested with Paste ( http://pythonpaste.org), and has run a simple CherryPy application successfully. However, running larger applications and frameworks will require some improvements to IronPython (there are some bizarre edge cases that it doesn't handle) as well as .NET native versions of some Python libraries (especially the database libraries).
|