ws-proxy
v0.1.0
Published
WebSocket proxy using super fast `ws` module
Readme
ws-proxy
Copyright (C) 2011 by Maciej Małecki
MIT License (see LICENSE file)
WebSocket proxy using super fast ws module.
Installation
npm install ws-proxyUsage
Command line
ws-proxy --port 9000 --target ws://localhost:8000It will start proxy at port 9000, proxying messages to ws://localhost:8000.
