Hacker News new | ask | show | jobs
by porphyrogene 2679 days ago
This may be a good place to start.

https://nodejs.org/api/repl.html

Generally you have a client run their own Javascript that speaks to your backend but does not run on your hardware nor within your virtual ecosystem.

1 comments

I think what you are answering is how a REPL works, the question is around running generic code in isolated/sanboxed environment.