jgauffin / griffin.networking

Networking library for .NET
http://blog.gauffin.org/2012/05/griffin-networking-a-somewhat-performant-networking-library-for-net/
GNU Lesser General Public License v3.0
108 stars 35 forks source link

Feature Request: Support OWIN #20

Open thunder7553 opened 10 years ago

thunder7553 commented 10 years ago

Hello!

Do you have any plans to support OWIN? It would be really great to have a self hosted server that runs on Windows XP without needing administrative rights. Currently I only found solutions that require .NET 4.5 (which is not available on XP) or rely on HttpListener.

Markus