Tinyfox is a high-performance WEB server developed in accordance with the OWIN protocol to support a variety of OWIN applications, and the 2.3.2 version has been officially released, http://www.linuxdot.net/.
Features of Tinyfox:
1, cross-platform: support Windows, Linux and other common operating systems, while the Linux platform compiled with "standalone version", this version does not need to install mono can also run;
2, ultra-light weight: clear function, easy to operate, no need to install. Developers can even package their applications with Tinyfox and deploy them directly to client servers.
3, High performance: network communication layer based on LIBUV implementation, is a complete asynchronous, non-blocking, event-driven model, the upper code has been highly optimized;
4, Support WebSocket: Developers can easily use Tinyfox to develop a variety of performance-based WebSocket protocol, powerful interactive applications;
What is Owin:
OWIN is an open source standard, full name "open Web Interface for. Net", which is an interface between Web servers and. NET Web application definitions to enable decoupling between Web servers and. NET Web applications. Details on the OWIN agreement are detailed in http://www.owin.org.
Tinyfox v2.3.2 officially released, cross-platform. NET OWIN Web Server