run
Start the HTTP server and begin listening for requests. Uses @hono/node-server
to serve the Hono application with all registered agents.
Parameters
host
Override the configured hostname.
port
Override the configured port.
Returns
Promise<void> — Resolves after starting the HTTP server.
For custom server setups — such as embedding the agents into an existing Hono application —
use getApp() to retrieve the underlying Hono app and pass its fetch handler to
your own @hono/node-server serve() call instead of using run().