Page 1 of 1

HTTP Server

Posted: Thu Jun 14, 2012 5:11 pm
by Ffenixw0rks
This is simple HTTP web server with multithreading.

It's fully working. Using port 80 :o

And it's not mine, just seen tut and compiled it.

Also source code included.

Re: HTTP Server

Posted: Thu Jun 14, 2012 5:31 pm
by Skillful
What actually is this?
Anything similar to WAMP/XAMPP?

Re: HTTP Server

Posted: Thu Jun 14, 2012 5:38 pm
by Ffenixw0rks
Skillful wrote:
What actually is this?
Anything similar to WAMP/XAMPP?
Yes, it's actually the same but simplier.
It will send any file requested by your browser. Just like other web server.
Also it displays basic info about request and connections.