A Simple HTTP Server

An article on creating a Simple HTTP Server with IronPython and the HttpListener class:

Simple HTTP Server in IronPython

This article also touches on various parts of the .NET framework, including text encoding, asynchronous callbacks, URI and XHTML escaping, and creating a simple Windows Forms dialog.

Comments

Popular posts from this blog

IronPython Tools for Visual Studio CTP3

An IronPython on Silverlight Collection

Ironclad 0.8 Released: Python C Extensions from IronPython