The current setup is a single-page Javascript+HTML application (SPA) and a Node/Express proxy. Both are hosted on a server and used in a WKWebview.
Is it possible to embed this setup inside a native app with WKWebview and skip the external server hosting? Specifically, could Nodekit be used to run a Node proxy on the phone, to be called by the SPA from webview? If not, is there any other way to achieve the same result?