#Use C++ as backend?
6 messages · Page 1 of 1 (latest)
Yeah, you can. Check out this example:
https://github.com/tauri-apps/tauri/tree/dev/examples/tauri-dynamic-lib
Hi! I recently asked this as well. I find that using C++ is a good way to make a backend, but learning Rust might be better long term. Keep in mind that which Rust beats C++ in:
- Security
- Size
- Speed
It's been pretty much deprecated unfortunately as a language, but is still valid to use. Just keep that in mind.
Well, i think the only leg that rust has up on C / C++ is really rust’s militant memory management. Size and speed are pretty much the same, assuming equally talented code authors.
I find Rust challenging to learn because its structure differs from what I'm used to in C++. The syntax can be frustrating, and I frequently encounter errors that seem nonsensical. Nevertheless, I'm determined to become proficient in Rust because I believe it's a language with a promising future.
That’s totally ok @west scarab