Home > Projects > Fully multithreaded WebServer class

Fully multithreaded WebServer class

December 15th, 2008 Elze Leave a comment Go to comments

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!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • NuJIJ
  • Technorati
  • Yahoo! Bookmarks
Categories: Projects Tags: , , ,
  1. snupi
    December 17th, 2008 at 10:28 | #1

    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

  2. December 17th, 2008 at 10:43 | #2

    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..

  1. No trackbacks yet.