Common Lisp/External libraries/Portable Allegro Serve
Appearance
This page or section is 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.
Example: A Simple Page
[edit | edit source]Example: Make Your Own MythWeb
[edit | edit source]Further Reading
[edit | edit source]- http://portableaserve.sourceforge.net/ The Portable AllegroServer Homepage
- http://allegroserve.sourceforge.net/ The Franz AllegroServe Homepage
Other Options for Webserving in Common Lisp
[edit | edit source]- 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