HTMLy running entirely on the client side using PHP-WASM #930
andrigamerita
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone... today I've done something very cursed: I made HTMLy run entirely locally inside the browser, without any web server, using the php-wasm project!
It's very experimental at the moment, mainly because the php-cgi-wasm runtime itself is in alpha state, and there are a few issues, ranging from the long startup time (it's about 60 MB of data that the app downloads and unpacks in the browser) to the fact that sometimes there are random crashes (see the log below for an example), but it's a nice way to test the CMS.
I will write a post on my blog in the coming days to explain how everything works, and maybe how the current issues can be fixed and this idea made production-ready for more practical uses, but it's already available for those who just want to test and experiment:
Beta Was this translation helpful? Give feedback.
All reactions