https://github.com/commenthol/plug-un-plug
Work in progress
https://github.com/commenthol/plug-un-plug
Last synced: about 1 month ago
JSON representation
Work in progress
- Host: GitHub
- URL: https://github.com/commenthol/plug-un-plug
- Owner: commenthol
- License: mit
- Created: 2018-01-18T22:06:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T20:21:33.000Z (over 8 years ago)
- Last Synced: 2025-02-26T18:53:38.522Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plug-un-plug
> TCP-Proxy to simulate disconnects
*Work-In-Progress*
### `connect([opts.port=3001], [opts.host], [opts.forwardPort=3002], [opts.forwardHost='127.0.0.1'])`
## Installation
Requires [nodejs](http://nodejs.org/).
```sh
$ npm install plug-un-plug
```
## Tests
```sh
$ npm test
```