-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I once had an attempt to make the game PWA compliant and make it "installable" on devices. Quickly, the aggressive caching became too much of an burden in my point of view. I stumbled upon this project:
https://github.com/cztomczak/phpdesktop
Being able to use PHP + ALL the web languages for local application creation has an insanely high potential in my opinion. So I would like to evaluate options:
1.) To create such a combination of both projects and distribute it as release.
2.) To write a script to automate the pulling and combination of both repositories, essentially a "building" script.
I am also considering to develop functionality which cannot be easily done with just browser-supported languages. But at the same time, I do not want to code PHP scripts, host them somewhere and create vulnerabilities for myself and essentially anyone who hosts the files. So, a local execution environment for PHP can open doors I would otherwise consider to be closed.