cheetah

secure × simple × light





Sneak Peek

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

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

app.serve()

Please read our guide to learn more.

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

We don't benchmark cheetah against other modules ourselves, but there are some well-written resources that might be worth checking out:

  1. denosaurs/bench
  2. Im-Beast/http_benchmarks

Contributing

We appreciate your help! 💕

To contribute, please read our contributing guidelines first.