开发者

Converting PHP/mySQL web-app into offline PC app

I want to port a web-app to PC, making it full-screen and offline, and wrapped in an installer.

As browser component I want to use Awesomium (http://awesomium.com/), since the web-app optimized for Safari (Webkit). But what about server (WAMP)?

It should be free to use for redistribution or be reasonably priced. I'd prefer open-source (not binaries) to avoid just copying files and folders "as is" (binary WAMPs usually behave this way). A typical user shouldn't b开发者_开发百科e able to look at Program Files and see all the PHP sources. The ideal solution supports encrypting both PHP and mySQL tables (I know about obfuscating).

Is there something ready?

Regards,

UPDATE

I'm now using CEF — Chromium Embedded Framework, which is a way to build your own browser in a couple of days.


Not sure if you can use MySQL. You can at least use SQLite using the Titanium Platform.

It makes desktop applications for you, using PHP/Python or Ruby.

Take a look here: http://www.appcelerator.com/products/titanium-desktop-application-development/

It's free!

API reference guide: http://developer.appcelerator.com/apidoc/desktop/latest

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜