slidescript/examples/net-http.ss
2021-04-07 14:50:42 -07:00

10 lines
237 B
Scheme
Executable File

#!/usr/bin/slidescript
# SlideScript example, start a disposable http server
#
# Function nethttp "<portvalue>" "<forkvalue>"
# fork values:
# * 0 = do not fork to background
# * 1 = fork to background
nethttp "8080" "0"