https://github.com/brunolm/serverdebug-proxy
Executes a command internally and creates a proxy listening to server on localhost:5858 exposing it on port 8585 to provide access.
https://github.com/brunolm/serverdebug-proxy
Last synced: 3 months ago
JSON representation
Executes a command internally and creates a proxy listening to server on localhost:5858 exposing it on port 8585 to provide access.
- Host: GitHub
- URL: https://github.com/brunolm/serverdebug-proxy
- Owner: brunolm
- Created: 2015-11-21T00:39:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T00:41:26.000Z (over 9 years ago)
- Last Synced: 2023-03-27T11:47:42.956Z (over 2 years ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverdebug-proxy
Executes a command internally and creates a proxy listening to server on localhost:5858 exposing it on port 8585 to provide access.
Sample usages:
```js
node_modules/.bin/serverdebug-proxy node --debug index.jsnode_modules/.bin/serverdebug-proxy npm run debug
```