Skip to content

IsCoffeeTho/toastiebun

Repository files navigation

ToastieBun

Unit Test

git | npm | wiki

ToastieBun is an express like bun based http server framework.

Toastie (The Cat)

Installation

bun install toastiebun

Usage

// index.ts

import toastiebun from "toastiebun";

const app = new toastiebun.server();

app.get("/", (req, res) => {
	res.send("Hello from Toastiebun");
})

app.listen("127.0.0.1", 8000);

Hello from Tostiebun

Development

# Unit Tests
bun test

# Mock Server @ http://localhost:3000
bun start :: 3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published