Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-09T15:23:45.000Z (about 6 years ago)
- Last Synced: 2024-10-24T13:53:13.528Z (about 2 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
[![NPM Version](https://img.shields.io/npm/v/netcat-repl.svg)](https://www.npmjs.com/package/netcat-repl)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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