Background
Following user feedback on a Reddit thread about JSS running on a phone, the "runs on a phone" claim deserves proper documentation.
Scope
A new guide at jss.live/docs/guides/jss-on-android covering the three-stage path:
-
Today — proof of concept via Termux (works now)
- Resource footprint (~125 MB, less than a Chrome tab)
- Install steps (
pkg install nodejs-lts && npm install -g javascript-solid-server)
- Run, persistence (battery optimization, wake-lock, Termux:Boot), storage
- Public access via
--tunnel
-
Coming — native APK (in development)
-
Long arc — full OS via postmarketOS
Status
Documentation work is in progress in the docs repo (JavaScriptSolidServer/docs). Includes:
- Three-stage guide with image of JSS running on Android
- SVG architecture diagram for the native APK
- Expanded
--tunnel section with comparison vs. ngrok / Cloudflare Tunnel / Tailscale
Refs
Background
Following user feedback on a Reddit thread about JSS running on a phone, the "runs on a phone" claim deserves proper documentation.
Scope
A new guide at
jss.live/docs/guides/jss-on-androidcovering the three-stage path:Today — proof of concept via Termux (works now)
pkg install nodejs-lts && npm install -g javascript-solid-server)--tunnelComing — native APK (in development)
libnode.so(nodejs-mobile) + WebViewLong arc — full OS via postmarketOS
Status
Documentation work is in progress in the docs repo (
JavaScriptSolidServer/docs). Includes:--tunnelsection with comparison vs. ngrok / Cloudflare Tunnel / TailscaleRefs