An open API service indexing awesome lists of open source software.

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.

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.js

node_modules/.bin/serverdebug-proxy npm run debug
```