-
As above, can I use expressJS to serve a website inside my app and consume the website in the same app's WebView? |
Beta Was this translation helpful? Give feedback.
Answered by
staltz
Feb 12, 2024
Replies: 1 comment
-
In theory, yes it should work. I haven't tested specifically |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
staltz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In theory, yes it should work. I haven't tested specifically
express
so I can't testify that it isn't without quirks or obstacles. But I can testify that you can run an HTTP server from nodejs-mobile such that a webview (or even browser connecting to localhost) can consume it.