Skip to content

Commit df6703a

Browse files
committed
add badges to readme
1 parent 7c7efd0 commit df6703a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
# Example Tauri v2 app using Python sidecar
22

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>
7+
8+
![Python](https://img.shields.io/badge/-Python-000?&logo=Python)
9+
![JavaScript](https://img.shields.io/badge/-JavaScript-000?&logo=JavaScript)
10+
![TypeScript](https://img.shields.io/badge/-TypeScript-000?&logo=TypeScript)
11+
![Rust](https://img.shields.io/badge/-Rust-000?&logo=Rust)
12+
<br/>
13+
![FastAPI](https://img.shields.io/badge/-FastAPI-000?&logo=fastapi)
14+
![NextJS](https://img.shields.io/badge/-NextJS-000?&logo=nextdotjs)
15+
![Tauri](https://img.shields.io/badge/-Tauri-000?&logo=Tauri)
16+
317
A native app built with Tauri version 2 that spawns a Python sub-process (sidecar) which starts a FastAPI server.
418

19+
Tauri version 1 example can be found [here](https://github.com/dieharders/example-tauri-python-server-sidecar).
20+
521
![logo](extras/sidecar-logo.png "python sidecar logo")
622

723
## Introduction

0 commit comments

Comments
 (0)