This is a simple Node app that is vulnerable to command injection via a flawed use of the eval statement.
You can set this up using docker as:
docker run -p 8080:8080 -d appsecco/node-simple-rce
Browse to the following link to begin: http://localhost:8080/?q='Test'
Exploitation and discussion at: http://ibreak.software/2016/08/23/nodejs-rce-and-a-simple-reverse-shell