Can anyone direct me to a tutorial as to how javascript JSON is transfered to Rust and vice versa? #12447
Unanswered
LeafWarrior
asked this question in
Q&A
Replies: 1 comment 1 reply
-
did you see https://v2.tauri.app/develop/calling-rust/ ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys. Specifically, I've been looking for a way to transfer data from from frontend to backend and vice versa with my tauri desktop application.
Example:
Taking a bunch of many user inputs from front end through an HTML form and saving them in my SQLITE database and another functionality to retrieve data from the database and displaying it to frontend.
The data could range from 1 to 1,000 depending on the number of records so specifying each one as a single parameters is unrealistic. I have to pass an object with unknown number of data.
Someone told me to use JSON but I've been looking for tutorial on how Javascript and backend communicates with JSON to no avail FOR 4 DAYS!!!!! Syntaxes and examples would be nice. Maybe how it works too if the information is available.
Can someone direct me to a tutorial online or at least give me syntaxes pretty please?
Beta Was this translation helpful? Give feedback.
All reactions