How to run user-submitted scripts securely in a node.js sandbox?

This page summarizes the projects mentioned and recommended in the original post on /r/codehunter

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • node

    Discontinued Moved to https://github.com/nodejs/node [Moved to: https://github.com/nodejs/node-v0.x-archive] (by joyent)

  • vm.runInNewContext(userScript, {}) is a tempting starting point... but it seems like there are known issues there.

  • sandbox

    A nifty JavaScript sandbox for Node.js (by gf3)

  • The sandbox module looks interesting, but uses runInNewContext() as well so I'm a bit leery of it.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project