Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

boywithkeyboard-archive/cheetah1

Repository files navigation



cheetah

🛡️ secure × 💎 simple × 🪶 light


Warning

cheetah is currently not maintained.


Sneak Peek 👾

import cheetah from 'https://deno.land/x/cheetah/mod.ts'
import { z } from 'https://deno.land/x/zod/mod.ts'

const app = new cheetah()
  .post('/', {
    body: z.object({ // < scheme validation
      name: z.string()
    })
  }, async c => {
    const body = await c.req.body()

    return `Hey, ${body.name}!` // < response body
  })

app.serve() // < launch app

❔ 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.

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy