Replies: 1 comment 3 replies
-
|
That would require building a patched nodejs exe for android first, you could try... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to package the application as an android executable?
pkg only lists alphine, linux, macOS and windows as its target platforms, but there are no mentions of android platforms such as android and iOS
This could be useful for deploying embedded node servers on mobile devices without including an entire node executable. Other bundlers such as bun or deno offer no support or require patches for such
Beta Was this translation helpful? Give feedback.
All reactions