https://github.com/roccomuso/netcat-repl
Netcat-based js REPL worker
https://github.com/roccomuso/netcat-repl
javascript js nc netcat node nodejs repl shell
Last synced: 4 months ago
JSON representation
Netcat-based js REPL worker
- Host: GitHub
- URL: https://github.com/roccomuso/netcat-repl
- Owner: roccomuso
- License: mit
- Created: 2018-01-13T02:37:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T15:23:45.000Z (over 6 years ago)
- Last Synced: 2025-02-23T04:36:14.312Z (5 months ago)
- Topics: javascript, js, nc, netcat, node, nodejs, repl, shell
- Language: JavaScript
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netcat-repl
[](https://www.npmjs.com/package/netcat-repl)
[](https://standardjs.com)> Netcat-based js REPL worker
## Install
npm install --save netcat-repl
## Usage
```javascript
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](https://twitter.com/roccomuso))
### License
@MIT