[Web-SIG] NWSGI 1.0 Released

Jeff Hardy jdhardy at gmail.com
Sun Dec 28 01:36:18 CET 2008


I'm very pleased to announce the release of NWSGI 1.0. NWSGI is an
implementation of the WSGI specification (PEP 333) for IronPython. It
is implemented as an ASP.NET HttpHandler and is supported on IIS 6 and
IIS 7 (and should work on any other ASP.NET-capable web server). NWSGI
allows the integration of Python applications with existing ASP.NET
facilities such as caching, sessions, and user management.

NWSGI 1.0 can be downloaded from
http://www.codeplex.com/NWSGI/Release/ProjectReleases.aspx?ReleaseId=18995.
More details are available at
http://jdhardy.blogspot.com/2008/12/nwsgi-10.html

- Jeff


More information about the Web-SIG mailing list