Files
MeshChatX/android/README.md
T
2026-04-16 02:40:24 -05:00

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`.