Common Lisp/External libraries/Portable Allegro Serve

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Portable AllegroServe is a portable version of AllegroServe, a web server written in Common Lisp, by Franz Inc. Dynamic language webservers are typically very good at serving up dynamic pages. In AllegroServe, it is often more natural to generate pages on the fly than actually serve up a file.

Example: A Simple Page[edit | edit source]

Example: Make Your Own MythWeb[edit | edit source]

Further Reading[edit | edit source]

Other Options for Webserving in Common Lisp[edit | edit source]