Common Lisp/External libraries/Portable Allegro Serve
From Wikibooks, open books for an open world
|
|
A reader has identified this page or section as an undeveloped draft or outline. You can help to develop the work, or you can ask for assistance in the project room. |
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.
Contents |
[edit] Example: A Simple Page
[edit] Example: Make Your Own MythWeb
[edit] Further Reading
- http://portableaserve.sourceforge.net/ The Portable AllegroServer Homepage
- http://allegroserve.sourceforge.net/ The Franz AllegroServe Homepage
[edit] Other Options for Webserving in Common Lisp
- http://www.fractalconcept.com/asp/BIE7/sdataQ05ccqEX9vZvDM==/sdataQuvY9x3g$ecX mod_lisp - An Apache module for interfacing with Common Lisp
- http://common-lisp.net/project/araneida/ Araneida
This page may need to be