how to create a web server using CAsyncSocket in VC++(MFC)
-
HI..how to create a web server using CAsyncSocket in VC++(MFC)..plz help ...
-
HI..how to create a web server using CAsyncSocket in VC++(MFC)..plz help ...
tns_ranjith wrote:
how to create a web server using CAsyncSocket in VC++(MFC)
By implementing the HTTP protocol[^]. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
HI..how to create a web server using CAsyncSocket in VC++(MFC)..plz help ...
Start with a HTTP 1.0, the protocol is quite simple to implement (compared to HTTP 1.1). http://ftp.ics.uci.edu/pub/ietf/http/rfc1945.html[^]
My Webchat in Europe :java:
-
Start with a HTTP 1.0, the protocol is quite simple to implement (compared to HTTP 1.1). http://ftp.ics.uci.edu/pub/ietf/http/rfc1945.html[^]
My Webchat in Europe :java:
Here is a very old (circa 1996) article that describes how to write an HTTP/1.0 server using MFC: "Write a Simple HTTP-based Server Using MFC and Windows Sockets" by Dave Cook, February 1996 issue of Microsoft Systems Journal, at http://www.microsoft.com/msj/archive/S25F.aspx[^]
-
Here is a very old (circa 1996) article that describes how to write an HTTP/1.0 server using MFC: "Write a Simple HTTP-based Server Using MFC and Windows Sockets" by Dave Cook, February 1996 issue of Microsoft Systems Journal, at http://www.microsoft.com/msj/archive/S25F.aspx[^]