mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +00:00
382 B
382 B
title, sidebar
| title | sidebar | ||||
|---|---|---|---|---|---|
| HTTP Server |
|
The http.server module emits a message for every HTTP request that is made to the server.
- type:
http.server - params:
- port: TCP port to listen for HTTP requests on
Example
Start an HTTP server listening on port 3000
- id: httpServer
type: http.server
params:
port: 3000