From f7a95ad61c0d6e4e8ac0af3a834291751bf217a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Dragsb=C3=A6k?= Date: Thu, 18 Aug 2022 15:20:09 +0200 Subject: [PATCH 1/2] Add chopstick.ts ts first web framework --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aec4f8..b9686d6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ Bun is an incredibly fast JavaScript runtime, bundler, transpiler and package ma ### Frameworks - [Bao.js](https://github.com/mattreid1/baojs) - 🥟 A fast, minimalist web framework for the Bun JavaScript runtime. -- [Oily.js](https://github.com/ariesclark/oily.js) - A blazingly fast Bun.js filesystem router, with an unpleasantly smooth experience! +- [Chopstick.ts](https://github.com/sp90/chopstick.ts) - 🥢 A Typescript first web framework running on Bun +- [Oily.js](https://github.com/ariesclark/oily.js) - A blazingly fast Bun.js filesystem router, with an unpleasantly smooth experience! - [bun-bakery](https://github.com/Kapsonfire-DE/bun-bakery) - Bun-Bakery is a web framework for Bun. It uses a file based router in style like svelte-kit. No need to define routes during runtime. - [Hono](https://github.com/honojs/hono) - Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast. - [kingworld](https://github.com/SaltyAom/kingworld) - Fast, and friendly Bun web framework. From 4bf915cff1debe2583880eb6df80f57180bbfe9a Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 15 Sep 2022 12:05:40 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9686d6..68ee461 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,6 @@ Bun is an incredibly fast JavaScript runtime, bundler, transpiler and package ma ### Frameworks - [Bao.js](https://github.com/mattreid1/baojs) - 🥟 A fast, minimalist web framework for the Bun JavaScript runtime. -- [Chopstick.ts](https://github.com/sp90/chopstick.ts) - 🥢 A Typescript first web framework running on Bun - [Oily.js](https://github.com/ariesclark/oily.js) - A blazingly fast Bun.js filesystem router, with an unpleasantly smooth experience! - [bun-bakery](https://github.com/Kapsonfire-DE/bun-bakery) - Bun-Bakery is a web framework for Bun. It uses a file based router in style like svelte-kit. No need to define routes during runtime. - [Hono](https://github.com/honojs/hono) - Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast. @@ -74,6 +73,7 @@ Bun is an incredibly fast JavaScript runtime, bundler, transpiler and package ma - [Appetit](https://github.com/Glatek/bun-appetit) - Create universal web applications following the PRPL pattern, with web components. - [Colston.js](https://github.com/ajimae/colstonjs) - Fast, lightweight and zero dependency framework for bunjs 🚀. - [nbit](https://github.com/sstur/nbit) - A nano-sized, zero-dependency, strongly-typed web framework for Bun. +- [Chopstick.ts](https://github.com/sp90/chopstick.ts) - 🥢 A Typescript first web framework running on Bun ### Libraries