Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server side evaluation #2

Open
atymic opened this issue Aug 18, 2019 · 1 comment
Open

Server side evaluation #2

atymic opened this issue Aug 18, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@atymic
Copy link
Owner

atymic commented Aug 18, 2019

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.

@atymic atymic added the enhancement New feature or request label Aug 18, 2019
@nwehrhan
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants