This repository is now at https://gitlab.com/derbyinsight/Interspecific
Interspecific is a .NET 4.5 embedded HTTP/REST server with a focus on simplicity and a secondary focus on performance.
Sockets are handled by a fork of MediaBrowser/SocketHttpListener. The API is the same as standard HttpListener-based implementations, but it has several advantages:
https://www.nuget.org/packages/Interspecific/
The 2.x versions may be considered stable, and will not incorporate any breaking changes. Stable branch maintenance is currently in the master branch.
Interspecific started as a fork of Scott Offen's Grapevine. It attempts to retain the Grapevine goal of simplicity, while making adding some complexity to the core engine to make client code even simpler, improve efficiency, and manage worst case failure modes under heavy load conditions in production deployments.
Submit bug reports and enhancements to Interspecific's Github Issues section.
This project is licensed under the Apache License, V2.0. Please see the LICENSE file at the root of this repository for details.