In Java I've been able to embed* the jetty server in my apps, but is there an equivalent embedded* server technology for .Net?
Open source (FLOSS) would be preferred if possible.
*by embedded I mean a lightweight web server app that could be packaged with my application and run on a user's local desktop machine to provide a web service locally.
The closest equivalent to Jetty I've found so far is Nancy, described as:
An even more lightweight option is Kayak (Update: project looks dead as of 2014-01-18), which its documentation describes as:
and both Nancy and Kayak are MIT licensed.