Alias for serve(). Starts the Hono HTTP server and begins listening
for requests.
Optional host and port overrides.
Host to bind the server to. Falls back to the constructor’s host option.
Port to listen on. Falls back to the constructor’s port option.
Promise<void> — Resolves once the server is running.