home

Verification

Checks used to confirm the TCP server and website are working.

snippet
  • bun testValidates request line parsing, header normalization, request completion, routing, and response serialization.
  • bun x tsc --noEmitEnsures the TCP server, parser, website, and helpers compile under strict TypeScript settings.
  • HTTP smoke testChecks GET /, GET /health, GET /about, and POST /echo against the running Bun server.
  • UDP smoke testSends a datagram to the Bun UDP listener and expects an ack response.