[Mono-list] MIS server.

Miguel de Icaza miguel@ximian.com
24 Jan 2002 01:55:43 -0500


Hey everyone,

   Dick Porter checked into CVS today the socket support in Mono
together with a sample test program called `mis' (the test program is in
mono/mono/tests) and it is a very simple web server, to run it, compile
your class libraries, install them, and then from Linux you can run:

	mint mis.exe --root $HOME/public_html

   That will run a mini web server in port 8000 that you can browse.  It
is pretty cool ;-)

   Congrats to Dick on the Socket work!

Miguel.