Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tauri? #2

Open
rp1231 opened this issue Jan 26, 2024 · 4 comments
Open

Tauri? #2

rp1231 opened this issue Jan 26, 2024 · 4 comments

Comments

@rp1231
Copy link

rp1231 commented Jan 26, 2024

Would it be possible to create this with tauri?
That would give a pretty small binary >10mb.

@REVENGE977
Copy link
Owner

First time hearing about it. It seems to use Rust for the backend side, which I'm not familiar with, unfortunately.

@rp1231
Copy link
Author

rp1231 commented Jan 27, 2024

You can either use rust or html,css,js/ts for the backend as well.

@REVENGE977
Copy link
Owner

Can you provide resources on how to do so? I've looked it up, and Rust seems to be the only language supported for the backend officially. If it isn't possible to use TS/JS, I might actually just learn Rust to do it, because it seems to be a fun language to learn anyway.

@rp1231
Copy link
Author

rp1231 commented Jan 27, 2024

This is the link:
https://tauri.app/v1/guides/getting-started/setup/html-css-js

And this is the link to the javascript library:
https://tauri.app/v1/api/js/

It also has a cli that helps you quickly scaffold an app:
https://github.com/tauri-apps/create-tauri-app

You can join the tauri discord server as well which is a great place to search and ask questions.

If you're interested in learning rust, the best resource would be the official rust book:
https://doc.rust-lang.org/book/title-page.html

There's also :
https://github.com/rust-lang/rustlings
and
https://doc.rust-lang.org/rust-by-example/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants