Skip to main content


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 or join our Discord to learn more.





Release Schedule ๐Ÿ—“๏ธ

We strictly adhere to SemVer and post updates weekly.

  • โ—† current (e.g. v0.1.0)

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

  • โ—‡ canary (e.g. v0.1.0-canary.0)

    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.


Contributing ๐Ÿ˜˜

We appreciate your help! ๐Ÿ’•

To contribute, please read our contributing guidelines first.