https://github.com/rreverser/ws-proxy
Simple WebSocket reverse proxy for debugging purposes
https://github.com/rreverser/ws-proxy
Last synced: about 1 year ago
JSON representation
Simple WebSocket reverse proxy for debugging purposes
- Host: GitHub
- URL: https://github.com/rreverser/ws-proxy
- Owner: RReverser
- License: mit
- Created: 2018-04-13T14:34:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T14:37:37.000Z (about 8 years ago)
- Last Synced: 2025-02-08T22:21:53.155Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ws-proxy
Simple WebSocket reverse proxy for debugging purposes
Usage:
```js
node . ws://otherhost:port listenPort
```