Netcat-based js REPL worker
npm install --save netcat-repl
const nr = require('netcat-repl')
nr({
port: 2389,
verbose: true
})
Then just do a telnet localhost 2389
to get an interactive remote JS REPL (Read-Eval-Print-Loop) shell.
Rocco Musolino (@roccomuso)
@MIT