Skip to content

tabirun/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tabi

No magic. No surprises. Minimal web framework for Deno.

JSR License

Tabi Mascot

Tabi (旅) means "journey" in Japanese. The shortest path between two points is a straight line. Tabi stays out of your way—no abstractions to fight, no magic to reverse-engineer, no surprises in production. Every build should be a stress free journey.

Quick Start

deno add jsr:@tabirun/app

Create main.ts:

import { TabiApp } from "@tabirun/app";

const app = new TabiApp();

app.get("/", (c) => {
  c.text("Hello, world!");
});

Deno.serve(app.handler);

Run it:

deno run --allow-all main.ts

About

No magic. No surprises. Minimal web framework for Deno.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages