tags:

views:

287

answers:

2

Hi,

I just found out Luminotes (http://luminotes.com/) offers desktop version. I downloaded it and executed. When I execute it, Luminotes opens up a web-browser. It seems like that it uses its own internal webserver because URL shows http://localhost:6520/something@@#$

Is there a way to pack web language files into exe like Luminotes does?

+1  A: 

What you want is PHP-GTK.

Havenard
+3  A: 

Actually, PortableWebAp does it. It packs your application and bundles it with an internal web server and PHP. PHP-GTK has absolutely nothing to do with it, it just lets you create desktop PHP applications with a GUI.

Ignas R