serve
Start the NCMGET HTTP API server powered by Hono.
Usage
Options
Examples
Start with defaults
Starts the server at http://0.0.0.0:3000.
Custom port
Starts the server at http://0.0.0.0:8080.
Custom host and port
Starts the server at http://127.0.0.1:8080.
Enable logging
Logs each incoming request to the console.
Output
When the server starts, it displays the listening address:
Available Endpoints
Once running, the following REST endpoints are available:
See HTTP Server for detailed endpoint documentation.
