# Launches interactive node.js shell node
# Run a JavaScript file with node.js node /path/to/file.js
# view node's config and environment node -p -e "process"
# Launch an interactive Node shell node # Run JavaScript file bro_server.js node bro_server.js