gluon-framework / gluon

A new framework for creating desktop apps from websites, using system installed browsers and NodeJS
https://gluonjs.org
MIT License
3.1k stars 76 forks source link

Mention Bun branch in README #49

Closed jaymakes11 closed 1 year ago

jaymakes11 commented 1 year ago

I've been looking far and wide for a way to write desktop apps using Bun instead of Node or Deno as the backend (because the app I'm working on has performance as a mission-critical feature). Still may end up going the Tauri route with Rust, but having to learn Rust is a pain.

The fact that Gluon is working on a Bun implementation (even if it's still experimental) is a huge draw. Mentioning it in the README is a no brainer!

I copied the wording/structure to match that of the Deno mention, as this seemed most logical.

CanadaHonk commented 1 year ago

Thanks for the PR! Trying to avoid too many points, could you add it in the same item as Deno as another sentence on the end?

jaymakes11 commented 1 year ago

Thanks for the PR! Trying to avoid too many points, could you add it in the same item as Deno as another sentence on the end?

No problem!

Sure! Done!

CanadaHonk commented 1 year ago

Thanks!