netcat-repl

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i netcat-repl

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

3.56 kB

Total Files

6

Last publish

Collaborators

  • roccomuso