From 62071637132a3e0c1ac86956afccdd1ea17fbcbe Mon Sep 17 00:00:00 2001 From: jay Date: Thu, 2 Feb 2023 11:10:09 +0300 Subject: [PATCH] Mention Bun branch in README (#49) * Mention Bun branch in README * Merge Bun mention with Deno mention, as requested --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a446462..2196dd2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Gluon - **Tiny bundle sizes** - <1MB using system Node, <10MB when bundling it - **Chromium *and Firefox* supported as browser engine**, unlike any other active framework - **Minimal and easy to use** - Gluon has a simple yet powerful API to make apps with a Node backend -- **Also supports Deno** (experimental) - Deno is also being worked as an option (developer choice) in replacement of NodeJS for the backend, [check out the `deno` branch](https://github.com/gluon-framework/gluon/tree/deno) +- **Deno and Bun support** (experimental) - Support for Deno and Bun are being worked on as alternatives to NodeJS for the backend (developer choice), [see the `deno` branch](https://github.com/gluon-framework/gluon/tree/deno) and [the `bun` branch](https://github.com/gluon-framework/gluon/tree/bun) - **Fast build times** - Gluon has build times under 1 second on most machines for small projects - **Actively developed** and **listening to feedback** - new updates are coming around weekly, quickly adding unplanned requested features if liked by the community (like Firefox support!) - **Cross-platform** - Gluon works on Windows, Linux, and macOS (WIP)