Skip to content

Summertime/MiddleStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MiddleStack

The really middleware web framework

Example

import {route, middlestack} from "https://deno.land/x/middlestack/mod.ts";;

Deno.serve(middlestack([
    route('GET', '/', async (req: Request) => {
        return new Response("Hello world!")
    }),
]))

About

The really middleware web framework

Resources

Stars

Watchers

Forks