Hi all,
I have an iOS app that uses the App Services Swift SDK. I’m planning to make a web app for this as well, with a Vue front end.
Usually I would create a Vue front end connected to a Node + Express backend. However, while I have got the Node SDK working on the backend, I cannot see how it can manage sessions between front and back ends. This might just be because I’m less experienced on web!
Is it better to use the Web SDK on the front end directly, rather than create a backend with the Node SDK? I’m just hoping to find out which way is more natural based on how the SDKs are designed.
Thanks.