You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the code directly inside the browser is fun (and fast) there are a few major issues:
PHP in Browser isn't very stable (memory leaks, etc)
Large initial download (~6mb)
Only supports PHP/Firefox on desktop
If the playground is popular, I'll look into hosting a server to evaluate the code. This could be used alongside the in browser implementation (for unsupported clients, etc) or replace it entirely.
The text was updated successfully, but these errors were encountered:
Hey! I found your repo recently. I am interested in it because I want to take laravel form validation and bring it to the client side. Ideally I would like to write one input validation rule set then have a validator run on submit client side and backend. Do you think enough has changed in the wasm space to make this possible?
While running the code directly inside the browser is fun (and fast) there are a few major issues:
If the playground is popular, I'll look into hosting a server to evaluate the code. This could be used alongside the in browser implementation (for unsupported clients, etc) or replace it entirely.
The text was updated successfully, but these errors were encountered: