server/server.ts

Deno server entry point for zzz.

Single entry point for both dev mode (gro dev via gro_plugin_deno_server) and production (zzz daemon start). Uses the shared create_zzz_app factory for the Hono app, then binds with Deno.serve and handles daemon lifecycle.

Declarations
#

view source

start_server
#

server/server.ts view source

(): Promise<void>

Start the zzz server using Deno runtime.

Creates the full backend with providers, WebSocket, and HTTP RPC endpoints via create_zzz_app, then serves with Deno.serve.

returns

Promise<void>

Depends on
#

Imported by
#