globaleaks / APAF

Anonymous Python Application Framework
33 stars 15 forks source link

Apaf Built in browser as a native UI on Win32 #32

Open fpietrosanti opened 12 years ago

fpietrosanti commented 12 years ago

Apaf should provide a built-in browser functionality that, after application startup, open a window-less browser UI to the APAF web application management interface.

This functionality maybe provided trough an existing platform support.

The embedded browser UI would provide to the end-user the look and feel of a native UI application, by providing directly access to the localhost available Apaf application.

The embedded browser technology to be used, should, whenever possible, use the platform's support, for example:

Such embedded browser should guarantee that:

it just act as UI for apaf application.

By following this approach the design of APAF application will be just done as a standard web applications, without the need for the developer to learn "desktop specific" UI languages.