[fpc-pascal] Browser and exe

Marcos Douglas B. Santos md at delfire.net
Wed May 24 14:14:31 CEST 2017


On Tue, May 23, 2017 at 11:02 PM,  <noreply at z505.com> wrote:
> On 2017-05-23 20:52, Marcos Douglas B. Santos wrote:
>> ...
>> I'm still thinking on these options:
>>
>> 1. NativeMessaging:
>> https://developer.chrome.com/extensions/nativeMessaging
>>
>> 2. to make an app that will be a local web server, after the user has
>> installed.
>> The web real app could make requests to http//localhost and have a
>> communication between them.
>
>
> Or a local chromium embedded/firefox embedded web browser that can talk to
> any native code you want, then the person does not need a web server running
> but will have to install the chromium embedded CEF dll's

Well, I didn't know about chromium embedded so, I have searched:
"The Chromium Embedded Framework (CEF) is a simple framework for
embedding Chromium-based browsers in other applications."

This is not I want, unfortunatelly.
I will explain:
You are thinking that my Desktop app (components) is the main app and
the Web app is only one more piece. No. The Web app is the main
application and it's not mine. My job is to make some especific
components that will be used for this Web app. But the problem is that
I need to be local access so, I need to install my app — and that
isn't a problem for the custumers — to provide these features for the
Web app.

Best regards,
Marcos Douglas



More information about the fpc-pascal mailing list