[Prev][Next][Index][Thread]

Re: Documentation for cl-http



The best way to get started understanding the server is to take a close look 
at the examples in http>examples>exports.lisp.  These demonstrate the HTML 
synthesis tools, as well as server features such as image-maps and authentication.
The best way to understand what's going on is to traverse the code.  You 
don't need to understand everything that's going on right away, but you can get
the general idea.  Creating web applications using the synthesis tools 
shouldn't require you to understand in detail the workings of the server.  Looking
at the code in http>server>html2.lisp should get you a long way.  Again, use the
examples in exports.lisp as a guide.  If you decide to hack the server, a class
browser is helpful (bambi's browser for mcl works well, available from ftp.mcl.com).
If you have an existing LISP system you want to interface to the web, the 
synthesis tools should allow you to put together an interface pretty easily.

Christopher Vincent
cvince@ai.mit.edu



Follow-Ups: References: