Hacker News new | ask | show | jobs
by NhanH 1728 days ago
Isolated-vm was originally developed for the game screeps. It’s a programming game where each player’s code is ran on the server, so isolated-vm helps with both runtime issue (one player’s code crashing not affecting everyone else on the same node) as well as adding some security benefits.
1 comments

Thank you NhanH, it makes sense now.