1.0.1 • Published 5 years ago

netcat-repl v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

netcat-repl

NPM Version JavaScript Style Guide

Netcat-based js REPL worker

Install

npm install --save netcat-repl

Usage

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.

Author

Rocco Musolino (@roccomuso)

License

@MIT

1.0.1

5 years ago

1.0.0

6 years ago