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 29749 33993 32603 33287 33561 33993
canary v1.0.0-canary.1 30683 34999 33449 33818 34039 34999
A basic RPS benchmark conducted with oha.

Contributing

We appreciate your help! 💕

To contribute, please read our contributing guidelines first.