tekhedd / Interspecific

This repository moved to https://gitlab.com/derbyinsight/Interspecific
https://gitlab.com/derbyinsight/Interspecific
Other
1 stars 0 forks source link

Moved

This repository is now at https://gitlab.com/derbyinsight/Interspecific

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:

Features

Available on NuGet

https://www.nuget.org/packages/Interspecific/

Versions

The 2.x versions may be considered stable, and will not incorporate any breaking changes. Stable branch maintenance is currently in the master branch.

History

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.

Contact

Submit bug reports and enhancements to Interspecific's Github Issues section.

License

This project is licensed under the Apache License, V2.0. Please see the LICENSE file at the root of this repository for details.