Portable AllegroServe(tm)
betadesoi, doublec, kevinrosenberg, ljosa, neonsquare, nhabedi, pvaneynd, rudi
Description
A free and portable Common Lisp Webserver.Portable AllegroServe is a variant of AllegroServe(tm) with an explicit emphasis on portability between Lispsystems and Operating Systems. You can find the original AllegroServe at http://opensource.franz.com
Portable AllegroServe(tm) Web SiteUser Ratings
User Reviews
-
I used portableaserve to build a web interface to my Lisp scripts for compiling and building the C code I must maintain at work. I have now a web site that has a compile button on it that I can push from any computer. I also used portableaserve as a web client library, so that my web interface also provides buttons to send pre-scripted http: requests to _other_ computers to do things with those computers (like upload/download my compiled code and reboot). I did not implement the servers on the other computers but took advantage of features they already presented via web pages. Also I do some regular web page serving, since it's such a snap.