I am moving a small server from Scala to C # (to Mono) and should get a very simple REST interface. I am trying to figure out the easiest (but reliable) way to do this.
For reasons that I will not be logging in, it is not recommended to use web servers such as Apache, Nginx, etc. Yes, I could manually encode something while listening to sockets, process an HTTP request, process streams, etc ... but it hopes there are libraries or frameworks that can handle this already.
Any suggestions?
Ken faulkner
source share