PLT Web Server: Embedding Interface

To use the Web server inside another PLT-Scheme program, require the Web server module:

(require (lib "web-server.ss" "web-server"))

Google

This provides one main function:
serve : configuration [nat] [str] -> (-> void)
(define (serve configuration port ip-address) ...)