Skip to content

Question about whether tauri will support webserver #2537

Answered by tcastelly
hanxiaohuivc asked this question in Q&A
Discussion options

You must be logged in to vote

Hello,

Tauri is a framework to embed Javascript web application in native "desktop" application. Rust is used as system language to communicate with your file system.

Maybe I don't understand correctly your project, please fix me if I'm wrong.
If you have a VueJS application with a REST api (or something else) to communicate with your backend. You can use Tauri to create a native application with your existing VueJS and continue to call your backend using the same queries.

"My question is, will tauri provide some way to package webservers to desktop?"
If by webservers you mean backend. It depends of you project. But yes you can release a native application with:

  • VueJS as client part
  • Rust…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hanxiaohuivc
Comment options

@tcastelly
Comment options

@hanxiaohuivc
Comment options

Answer selected by hanxiaohuivc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants