--- title: HTTP Server sidebar: label: Server order: 2 --- import SchemaInfo from '../../../../components/SchemaInfo.astro'; The `http.server` module emits a message for every HTTP request that is made to the server. ### Example Start an HTTP server listening on port 3000 ```yaml - id: httpServer type: http.server params: port: 3000 ```