From c403e075e638dad2eccb94a776263adb9cf0b794 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Wed, 4 Jan 2023 10:51:29 +0000 Subject: [PATCH] readme: tweak features --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbeb94d..f361b84 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,10 @@ - **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) - **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!) -- **Lower memory usage** - compared to most other frameworks Gluon should have a slightly lower average memory usage by using browser flags to squeeze out more performance +- **Cross-platform** - Gluon works on Windows, Linux, and macOS (WIP) ![Gluworld Screenshot showing Chrome Canary and Firefox Nightly being used at once.](https://user-images.githubusercontent.com/19228318/210174682-b261dba0-8b3c-4ca0-8093-aeeb9fdbc52d.png)