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

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -