GithubHelp home page GithubHelp logo

boywithkeyboard-archive / cheetah1 Goto Github PK

View Code? Open in Web Editor NEW
194.0 3.0 1.0 1.7 MB

A framework for the modern web. (NO LONGER MAINTAINED)

Home Page: https://cheetah.mod.land

License: Apache License 2.0

TypeScript 100.00%
cheetah deno javascript typescript framework router cloudflare fast cloudflare-workers deno-deploy secure-by-default modern

cheetah1's Introduction



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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.