Which language + framework should I use for building standalone clients for my PHP webapp?
- by Jagira
Hello,
I have a PHP web application which basically maintains a set of user profiles and their records. My users are using the app via browser. I am planning to build a standalone desktop client/app for WINDOWS OS, in which a user can login, retrieve and modify the records.
Which language + framework will be simple, fast and lightweight to use?
I can think of the following options:
Microsoft Visual Basic - simplest?
Microsoft Visual C++
Python
PHP + bambalam compiler
Are there any other options? And which of these is better?