scsh-users
[Top] [All Lists]

Scheme HTTP server

To: scsh@martigny.ai.mit.edu
Subject: Scheme HTTP server
From: shivers@ai.mit.edu (Olin Shivers)
Date: 27 Mar 1996 16:00:11 -0500
Organization: Artificial Intelligence Lab, MIT
Reply-to: shivers@ai.mit.edu
   From: "John O. Schneider" <jos@zuken.com>
   Newsgroups: comp.lang.lisp

   I'm now wondering if anyone has seen an HTTP server written in Scheme
   and possibly other Scheme programs addressing HTML parsing.

   My interest is in creating a scheme based or scheme enabled HTTP server 
   that will communicate to a Scheme enabled HTTP client.

I have written an HTTP server in Scheme. You can obtain the sources by
following the "contributed code" link in the scsh home page:
        http://www-swiss.ai.mit.edu/scsh/

The server is designed to be very extensible. The source is designed to
be comprehensible. It comes with documentation. The separate modules of
code (URL parser, etc.) may be of separate use for other apps. It runs
on top of scsh for system services (such as sockets). It has CGI support.
        -Olin

<Prev in Thread] Current Thread [Next in Thread>