0.3.1 • Published 11 months ago

caddie v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
11 months 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

11 months ago

0.3.0

11 months ago

0.2.9

11 months ago

0.2.8

11 months ago

0.2.7

11 months ago

0.2.6

11 months ago

0.2.5

11 months ago

0.2.4

11 months ago

0.2.3

11 months ago

0.2.2

11 months ago

0.2.1

11 months ago

0.2.0

11 months ago

0.1.9

11 months ago

0.1.8

11 months ago

0.1.7

11 months ago

0.1.6

11 months ago

0.1.5

11 months ago

0.1.4

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago