You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A native app built with Tauri version 2 that spawns a Python sub-process (sideca
6
6
7
7
## Introduction
8
8
9
-
The example app uses Next.js as the frontend and Python (FastAPI) as the backend. Tauri is a Rust framework that orchestrates the frontend and backend(s) into a native app experience.
9
+
This example app uses Next.js as the frontend and Python (FastAPI) as the backend. Tauri is a Rust framework that orchestrates the frontend and backend(s) into a native app experience.
10
10
11
11
This template project is intended to demonstrate the use of single file Python executables with Tauri v2.
12
12
@@ -32,9 +32,9 @@ The use of "sidecars" is to allow developers to package dependencies to make ins
32
32
33
33
This should give you everything you need to build a local, native application that can use other programs to perform specialized work (like a server, llm engine or database).
34
34
35
-
- Launch and communicate with any binary or runtime written in any language. This example uses a single Python executable.
35
+
- Launch and communicate with any binary or runtime written in any language. This example uses a Python executable.
36
36
37
-
- Communicate between frontend (javascript) and a spawned server via http.
37
+
- Communicate between frontend (javascript) and backend (Python) server via http.
38
38
39
39
- IPC communication between frontend (javascript) and Tauri (Rust) framework.
0 commit comments