mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-05-12 05:04:42 +00:00
7 lines
335 B
Markdown
7 lines
335 B
Markdown
# MeshChatX Android App
|
|
|
|
This directory contains the Android app build configuration using Chaquopy to embed the Python MeshChatX server.
|
|
|
|
## Architecture
|
|
|
|
The app uses a **WebView** to display the existing Vue.js frontend. The Python server runs in the background via Chaquopy and serves the web interface on `https://127.0.0.1:8000`. |