tauri-apps / tauri

Build smaller, faster, and more secure desktop applications with a web frontend.
https://tauri.app
Apache License 2.0
79.59k stars 2.36k forks source link

[feat] Add bunjs support #8976

Closed Iovans closed 4 months ago

Iovans commented 4 months ago

Describe the problem

it would be awesome if you can use bun instead of nodejs, it may be faster and easier for the developer.

Describe the solution you'd like

add the bun cli to start a new project.

Alternatives considered

No response

Additional context

No response

amrbashir commented 4 months ago

We are not using Node.js at all, so we can't replace it with bun.

Tauri uses Rust as a backend and normal JS in the browser in the frontend, with plans to support different languages for the backend, see #4670.

You can however use bun as of now as a package manager for your frontend project.

Iovans commented 4 months ago

okay thank you for claring it!