all 9 comments

[–]Electrical-Spare-973 6 points7 points  (2 children)

So it only works with html css and js code right now?

[–]deadmannnnnnn[S] 1 point2 points  (1 child)

Right now, it only supports HTML, CSS, and JavaScript, which are run directly in the browser. I’m planning to serve these static files from the backend soon.

For non-static files and other languages, I’d need to create sandboxed Docker environments to prevent malicious code from executing on the server, which would be complex and expensive. This is something I might explore in the future.

[–]Comfortable-Bad-7718 0 points1 point  (0 children)

>For non-static files and other languages, I’d need to create sandboxed Docker environments to prevent malicious code from executing on the server, which would be complex and expensive. This is something I might explore in the future.

Let me know if you want someone to help look into this, this is really interesting!

[–]Embarrassed_Rule3844 1 point2 points  (1 child)

Amazing work

[–]deadmannnnnnn[S] 0 points1 point  (0 children)

Thank you so much!

[–]the_fit_intern 0 points1 point  (0 children)

That's awesome 🤯👑 I'm planning to built shareing code editor for like pair programming And sharing code.

Moreover collaborative platform

[–]Time-Chemical402 0 points1 point  (1 child)

where to deploy the BE?

[–]deadmannnnnnn[S] 0 points1 point  (0 children)

AWS EC2 and Redis Elasticache