Embedded C# web server? [closed]
The closest equivalent to Jetty I’ve found so far is Nancy, described as: a lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono. Nancy is designed to handle DELETE, GET, HEAD, OPTIONS, POST, PUT and PATCH requests Nancy was designed to not have any dependencies on existing frameworks. Built with the .NET … Read more