Skip to main content


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.