Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6
Open
Description
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.