Examples
Runnable examples live in the repository examples/ folder.
| Example | Description |
|---|---|
| standalone-worker | Worker without HTTP |
| express | Express + health check |
| fastify | Fastify server |
| hono | Hono server |
| node-http | Raw Node.js http |
| docker-k8s | Container deployment notes |
| nextjs-standalone | Next.js custom server |
| pm2-cluster | PM2 cluster mode |
Run an example
bash
npm run build
cd examples/express
npm install
npm startSend Ctrl+C to trigger graceful shutdown.