Mention Bun branch in README (#49)

* Mention Bun branch in README

* Merge Bun mention with Deno mention, as requested
This commit is contained in:
jay 2023-02-02 11:10:09 +03:00 committed by GitHub
parent 650d21f105
commit 6207163713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)