Ask HN: How to build something like Repl.it?
I want to build something like repl.it but I don't know what I need to know. How do I go about learning how to build something like repl.it where I could create server instances for every user and allow them to code on the browser?
5 comments
[ 2.6 ms ] story [ 23.7 ms ] threadI don't know how to create server instances on the fly.
You'll want to be cautious of, and thoughtful in, your security because you are allowing users to run untrusted code. It's not just about protecting yourself from them, but also protecting users from each other.