Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more

Introduction

serverless inspired by Svektekit router, based on deno and hono

Use

deno run -A https://deno.land/x/uapi/start.ts ./example

example directory tree

example/
β”œβ”€β”€ static
β”‚   └── +index.ts
β”œβ”€β”€ +resources.ts
β”œβ”€β”€ +index.ts
└── foo
    β”œβ”€β”€ [rest]
    β”‚   └── +index.ts
    β”œβ”€β”€ [...rest]
    β”‚   └── +index.ts
    β”œβ”€β”€ +index.ts
    └── bar
        └── +index.ts

Todo

  • Resource Limit
  • /edit webdav support
  • /debug support