PWA solution
#81
-
I was wondering if utilising the Side Service method works for PWA applications? |
Beta Was this translation helpful? Give feedback.
Answered by
fortuna
Oct 5, 2023
Replies: 1 comment
-
Progressive Web Apps don't have control of the network stack, so they can't really leverage the SDK. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ehsan-g
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Progressive Web Apps don't have control of the network stack, so they can't really leverage the SDK.
However, you may be able to package a web app in an native app, which in turn can be integrated with the SDK.
See https://github.com/Jigsaw-Code/outline-sdk/tree/main/x/examples/outline-connectivity-app for an example.