gigi81 / sharpfastcgi

C# fastcgi protocol implementation plus shome usage examples. A good example on how to self-host your web application without the need of iis or mono.
MIT License
32 stars 15 forks source link

HttpListener #2

Closed OhSoGood closed 12 years ago

OhSoGood commented 12 years ago

Hi,

Your readme speaks about “linking” fastcgi with an httplistener – that’s what I’m interested in, but I cannot see how to. Could you help me or give an example here? Or maybe do you mean instead that your #fastCGI (+ nginx for instance) could easily replace the httplistener?

gigi81 commented 12 years ago

Yes I meant that you can replace the httplistener with an instance of fastcgi + nginx (or your choice of web server).