0.3.1 • Published 1 year ago

caddie v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

0.3.0

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago