I am trying to find a solution where people (users) will be able to write/upload/run their own nodejs scripts inside the same server machine. The biggest problem for me is to make their projects enough isolated from each other, so one user can not get access to others' files via 'fs' (for example) or a different way. All scripts going to be run under the same Linux user.
Scanning the internet for some days and still not found any appropriate solution. Is it possible at all?
Thanks for any information.