0.3.1 • Published 2 years ago

caddie v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

caddie

A minimalist web framework that does nothing but be fast.

First, you need to install Bun to use this framework.

Then, you can install caddie easily using Bun's package manager:

bun install caddie
import { Caddie } from "caddie";

const app = new Caddie();

app.get("/", (req) => new Response(req.method));

app.start();

Warning: This is under construction and is currently a beta. Do not use in production.

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago