Replies: 3 comments 3 replies
-
This is a framework to create web applications, I guess you could run a web server in a desktop, but this is not the point of Rocket, many other tools are better suited for that. |
Beta Was this translation helpful? Give feedback.
-
Hi @Raj2032, Related to your second topic tauri != rocket.rs. Please, mark the topic as answered. B. r |
Beta Was this translation helpful? Give feedback.
-
@Raj2032 Just to wrap it up what the others intended to say.
Rocket itself gives you a web endpoint to handle data, usually Rest APIs, some are rendering templates and forms with a semi to fully stateless client (meaning the client (browser, curl,...) only has the data needed to i.e. edit a form). It seems as frameworks like tauri do not use a full browser setup as you would write apps with stateful clients, both backend (local) and frontend (local) seem to keep some state to let the interaction flow be handled smoothly. If you need to write an non-local api, rocket would surely be a (if not the) choice to go with. I hope this clears things up a bit, if you have any other questions, just ask. If not I would like to kindly ask you to mark this discussion as Answered |
Beta Was this translation helpful? Give feedback.
-
Hi I have some questions regarding this project:
1
is applicable, then would I get native performance speeds and will it be lightweight?Beta Was this translation helpful? Give feedback.
All reactions