Nathan Campos
Nathan Campos

Reputation: 29497

Resources To Start a Web Server

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.

Upvotes: 0

Views: 92

Answers (3)

Romain Hippeau
Romain Hippeau

Reputation: 24375

I would also look at Implementation and Use of the PLT Scheme Web Server which describes somebody building one.

Upvotes: 1

Hamza
Hamza

Reputation: 2413

The basics of the HTTP protocol can be seen in the RFC document located at Hypertext Transfer Protocol -- HTTP/1.1

Upvotes: 1

Fernando Briano
Fernando Briano

Reputation: 7757

These could be good starting points:

Upvotes: 1

Related Questions