Sandboxed plugins for Node.js -


i'm complete node noob, apologize if question has obvious answer.

i'm looking create web app run plugins untrusted sources (i.e. community submissions). need lock down plugins sandbox access allowed (can't write disk, etc.). ideally, plugin able use approved node packages , apis.

is possible in node? if so, can point me toward package or documentation me started?

here small list of projects can you:

https://github.com/gf3/sandbox

https://github.com/hflw/node-sandbox

https://github.com/bcoe/sandcastle

https://github.com/wearefractal/boxy

i suggest first 1 (http://gf3.github.io/sandbox/) since it's more mature.


Popular posts from this blog

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -