server/testing_server_node.ts

Node/bun-runnable test-binary adapter for the TS canonical zzz server.

Thin adapter over testing_server_core.ts: binds Deno.serve's counterpart @hono/node-server's serve() and @hono/node-ws's createNodeWebSocket(app) for the WS upgrade path. The shared core owns env loading, _testing_reset registration, daemon-info lifecycle, and shutdown coordination.

NEVER ship this in a release. See testing_server_core.ts for the production-safety contract.

Run with: gro run src/lib/server/testing_server_node.ts bun src/lib/server/testing_server_node.ts

Env vars: see testing_server_core.ts.

Declarations
#

view source

No declarations

Depends on
#