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.