httpd ( port -- http-server )


Vocabulary
http.server

Inputs
portan integer


Outputs
http-servera http-server


Word description
Starts an HTTP server on the specified port number.

Notes
For more flexibility, use <http-server> and fill in the tuple slots before calling start-server.

Definition