DIY Webserver Using PureMVC++
To test out my newly ported PureMVC++ implementation I decided to write an example webserver. I’ve always wanted to write one, and I didn’t realize just how easy it is (to make a VERY rudimentary version).
The server parses your http request and then spits it back out at you, with some nice html.

That’s it! Source code is here:
http://github.com/schell/PureMVC-Plus-Plus/tree/master/example/httpserver/