File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Example Tauri v2 app using Python sidecar
2
2
3
- > [ !NOTE]
4
- >
5
- > <h3 >Tauri v1 example is also available:
6
- > <a href =" https://github.com/dieharders/example-tauri-python-server-sidecar " style =" color : #228be6 " >example-tauri-python-server-sidecar</a ></h3 >
3
+ A native app built with Tauri version 2 that spawns a Python sub-process (sidecar) which starts a FastAPI server.
7
4
8
5
![ Python] ( https://img.shields.io/badge/-Python-000?&logo=Python )
9
6
![ JavaScript] ( https://img.shields.io/badge/-JavaScript-000?&logo=JavaScript )
14
11
![ NextJS] ( https://img.shields.io/badge/-NextJS-000?&logo=nextdotjs )
15
12
![ Tauri] ( https://img.shields.io/badge/-Tauri-000?&logo=Tauri )
16
13
17
- A native app built with Tauri version 2 that spawns a Python sub-process (sidecar) which starts a FastAPI server.
18
-
19
- Tauri version 1 example can be found [ here] ( https://github.com/dieharders/example-tauri-python-server-sidecar ) .
14
+ > [ !NOTE]
15
+ >
16
+ > <h3 >Tauri v1 example is also available:
17
+ > <a href =" https://github.com/dieharders/example-tauri-python-server-sidecar " style =" color : #228be6 " >example-tauri-python-server-sidecar</a ></h3 >
20
18
21
19
![ logo] ( extras/sidecar-logo.png " python sidecar logo ")
22
20
You can’t perform that action at this time.
0 commit comments