Skip to content

Examples

Runnable examples live in the repository examples/ folder.

ExampleDescription
standalone-workerWorker without HTTP
expressExpress + health check
fastifyFastify server
honoHono server
node-httpRaw Node.js http
docker-k8sContainer deployment notes
nextjs-standaloneNext.js custom server
pm2-clusterPM2 cluster mode

Run an example

bash
npm run build
cd examples/express
npm install
npm start

Send Ctrl+C to trigger graceful shutdown.