What are the possibilities to interact with local devices or services running on a client where a WiseJ web app is used ?
I’m evaluating ways to access and collecting data from peripheral devices connected to the client and import them into my WiseJ application…
What I understood (so far) the only way would be some JavaScript executed on client out of my WiseJ app ?
Hi Tobias, in addition to what Paul wrote:
We have the self-hosting options available for Wisej server based on OWIN/Katana. It means that you can package a Wisej application as a Windows service for easy deployment with local hardware access. The same Wisej application can also be run as a desktop app by using Wisej Desktop. This can be used to have Wisej interact with local hardware resources.
iOS and Android hardware interfaces are available as part of Wisej Mobile.
Best wishes
Thomas
Hi Tobias
Wisej is very versatile
1. On regular browser – you can reach only the hardware info exposed by the browser through a javascript api.
2. On desktop or server – all local hardware should be reachable by .net code
3. On mobile – Wisej mobile extension, avalible only for TP, technology partners. https://app.gitbook.com/@iceteagroup/s/mobile/
HTH
Regards
Please login first to submit.