I am a complete Node noob, so I apologize if this question has an obvious answer.
I am looking to create a web application that will run plugins from untrusted sources (i.e. community views). Therefore, I need to block these plugins in the sandbox, where only certain access is allowed (it is impossible to write to disk, etc.). Ideally, a plugin could only use certain approved Node packages and interfaces.
Is this possible in Node? If so, can you point me to a package or documentation that will help me get started?
Rationalgeek
source share