Difference between Offline and Remote Hybrid application

0
0

Hi Team.

Great Job on the release of 3.5! Kudos!

I just have a question, what is the exact difference between offline and Remote hybrid application?

Here is a use case: I want to build and android application that will be accessing some Remote APIs, should I build an offline hybrid application or remote?

Regards

 

  • You must to post comments
0
0

Hi Sam,

The difference between local (offline) and remote (online) is the hosting location of the Wisej.NET application.

In a local or offline setup, the application is configured to run entirely without a connection to a remote web server (expect possible via API calls as you’ve mentioned). All of the UI, application logic, etc. is managed on the device itself. This is possible using EmbedIO, a cross-platform embedded web server for Android and iOS.

In a remote or online setup, a constant connection to a remote web server is required. The constant connection ensures all of your application logic, UI, etc. will be hosted on the remote web server and not running on the local device. Typically, deployment of this application will be through IIS, Kestrel, or some other reverse proxy.

Please let me know if anything isn’t clear!

HTH,

Levie

 

  • Sam Baraka
    Thank you, this is helpful.
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.