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.
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
Post a Comment