Thursday 17 December 2015

What would be the best way to execute untrusted code in a sandbox on a nodejs web server?

Hi, for some reasons, I need to execute untrusted javascript on a nodejs server. What would be the best way to do that ?Is there a native way to do that with nodejs ? or do I need to sandbox the script with an external third party tool (like nodejs running inside docker, ... ) thanks.If you have any resources on the subject, please, let me know.

Submitted December 17, 2015 at 09:47AM by _van_buren_

No comments:

Post a Comment