Skip to content
Chris Petersen edited this page Mar 16, 2016 · 2 revisions

Launches the website in the table on the specified port.

Parameter Description
table Website table
port Network port

Example

> (define db (website->table "example-website"))
> (website-serve db 8080)
#<thread #3>

Clone this wiki locally