Ways to interact with the local devices or services

Answered
0
0

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 ?

  • You must to post comments
Best Answer
0
0

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

  • You must to post comments
0
0

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

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.