Fully multithreaded WebServer class
Our world now a days wouldn’t be posible without the Internet. More and more devices get a web interface. Some available to the end user as a webpage the other as webservices (SOAP eg.). To aid in creating this web interfaces I created a multithreaded webserver class for .NET Micro Framework.
It’s very easy to use but provides a great deal of flexibilty. To see how to use it and for more details go to the project page, here you can download the class and see the source of the example program.
Hope you like it. Comment’s are greatly appricated!
nice – there is also an interesting library called Ajax.NET M from michael schwarz, including webserver with ajax capabilities:
http://weblogs.asp.net/mschwarz/archive/2008/03/05/ajax-net-m-the-net-micro-framework-ajax-library.aspx
Yes,
I’ve seen it. It’s indeed very interesting! Thanks for mentioning it!
I’ve written this class becouse I want to try implement a simple SOAP based webservice..