With WCF we can reply to SOAP request from an application hosting WCF runtime without IIS involved.
What if we want to extend this ability to serve other requests like the simple "REST".
We can actually turn this hosting runtime into a web server!
Tags
C#