Does anyone know of an HTTP Server library that works on the Compact Framework?
I am creating a remote test runner for Gallio. My plan is to create an HTTP Web Service server. I am comfortable creating the server myself, but I would prefer to use an existing HTTP server. Does anyone know of an HTTP server that is appropriate for building a web se开发者_StackOverflow社区rvice server. It would be ideal if it is open source.
Pat O
You could probably port Cassini to CF pretty easily.
I'm using RemObjects Internet Pack for .NET (and CF .NET). It's free and source code is included.
It contains a simple but working HTTP Server class. The webservices part you will have to code yourself.
If spending a lot of money is an option, checkout "Padarn" at http://www.opennetcf.com. It is supposed to give you a small footprint ASP.NET on your CE device.
精彩评论