-
WebService Tut
Anyone know where i can find a lil C++ example of a HTTP server.
A friend i know asked how hard it would be to create a HTTP server ... and i thought it'd be kewl to learn how to make a HTTP server.
So i was wondering if anyone has come across an example of one?
Just to get a basic idea...Plus it would help me learn C++ and winsocks/Sockets(If it uses it.)
-
Re: WebService Tut
Depends on the underlying network library, really.
A young but promising network library, ASIO, contains a simple HTTP server among its examples.
http://asio.sourceforge.net/
The example is here:
http://asio.sourceforge.net/boost-as...e/http/server/