the problem of front-end(html/js) and back-end(java) interaction #2404
-
Hello everyone. I have a project that includes front end(The front end is a web page written by html, css, js) and back endback end is a business system written in java), and the front and back ends use ‘ajax’ for interaction. If I use tauri to package the front-end files, does the interaction between the app.exe and the back-end need to be rewritten using tauriAPI? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Please edit your question and explain the actual architecture of your "back ends". |
Beta Was this translation helpful? Give feedback.
-
I successfully tested tauri to interact with rust, and js to access webapi. |
Beta Was this translation helpful? Give feedback.
I successfully tested tauri to interact with rust, and js to access webapi.