1.0.6 • Published 10 years ago

pipe-to-websocket v1.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

pipe-to-websocket | Build Status Coverage Status

Description:

Takes the standard input and pipes it to websocket to be used

Install:

npm install -g pipe-to-websocket

Usage:

tail -f /var/log/nginx/error.log | p2w

Config

Default port that websocket listens to is 8090 but can be configured as

tail -f /var/log/nginx/error.log | SOCKET_PORT=8088 p2w

Example:

A client example is in client/index.html showing how to use it.

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago