Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more


cheetah

secure Γ— simple Γ— light





Sneak Peek

import cheetah from 'https://deno.land/x/cheetah@v0.13.0/mod.ts'

const app = new cheetah()
  .get('/', () => 'Hello World')

Deno.serve(app.fetch)

Release Schedule

We strictly follow SemVer and release updates in two channels:

  • β—† current

    The current channel is dedicated to stable releases and is safe for use in production.

  • β—‡ canary

    The canary channel is meant for pre-releases that lack features for a stable release or contain features that are still a prototype. These releases are not suited for production and only meant for testing purposes.

Benchmark

Channel Avg Max p75 p90 p95 p99
β—† current v0.13.0 29769 34458 33115 33720 34076 34458
β—‡ canaryv1.0.0-canary.0 31246 35226 34351 34643 34824 35226
A basic RPS benchmark conducted with oha.

Contributing

We appreciate your help! πŸ’•

To contribute, please read our contributing guidelines first.