I want to start the development of a web server using the Scheme language, but I need to have the basics knowledge of the web server, using the sockets and a little about the optimizations.
+1
A:
The basics of the HTTP protocol can be seen in the RFC document located at Hypertext Transfer Protocol -- HTTP/1.1
Hamza
2010-06-04 17:15:44
+1
A:
I would also look at Implementation and Use of the PLT Scheme Web Server which describes somebody building one.
Romain Hippeau
2010-06-04 17:50:51
Thanks very much!
Nathan Campos
2010-06-04 20:12:56