plink-server
v0.1.0
Published
Basic websocket server for plink, based on onramp
Downloads
2
Readme
plink-server
plink-server is a WebSocket server which helps plink clients to connect to each other. It's small layer on top of onramp).
To use
- Install Node 0.10+
- Execute
npm install -g plink-server
- Execute
plink-server
You can pass -h [host]
to change set the host of the server. By default it will use "localhost:20500".