Skip to content

HTTP Server

The http.server module emits a message for every HTTP request that is made to the server.

  • typehttp.server
  • params:
    • port: the port for the HTTP server to listen on

Start an HTTP server listening on port 3000

- id: httpServer
type: http.server
params:
port: 3000