https://slingcode.net/
I built a web based IDE with live-reloading which you can use to make, run, and share web apps. I made it for my kids s...
For further actions, you may consider blocking this person and/or reporting abuse
Nice! One of the first full-stack projects I did was similar to this. I always thought detecting infinite loops before running the code to prevent the webpage from stalling would be a good feature, though maybe hard to robustly implement. What happens when the localStorage runs out of memory?
Thanks! Slingcode uses IndexDb to store apps which has more space than localStorage. At the moment there is no warning if storage is full but there is a note in the code to implement something sensible in the future like warning the user.
Detecting infinite loops sounds tricky. You may be intersted in the halting problem.
What a wonderful thing that is... Can see me getting my daughter using that. Does it/could it work with babel in the browser to support ES6?
I just tested this and it works by the way. I followed the instructions on Add React to a Website with the Slingcode editor and it worked perfectly translating JSX etc. I made a video of it which you can see here:
That is very very cool :)
Yes, I beleive it's possible to get babel running from a script tag. Will be slower I think. I should add an example for doing this, thanks for the idea!
Brilliant! And the QR code aspect is great! Thank you. Already on my phone ... Better than anything else I've used on the phone. Respect. Cheers!
Really nice. Does the send/receive section using web sockets?
It uses WebRTC (peer-to-peer) via the WebTorrent library.
Awesome 👍.
Nice!
Awesome!!!
Awesome work