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

Extending Abobe Flash Player and AIR with Python and Ruby

Should Python Projects Support IronPython and Jython?

Further Adventures of the Debugger