1.0.2 • Published 5 years ago

ptt-ws-proxy v1.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

ptt-ws-proxy

A Proxy Server for PTT over WebSocket. Url: wss://ws.ptt.cc/bbs.

Install and Run

  1. Via git
> git clone https://github.com/kevinptt0323/ptt-ws-proxy.git
> cd ptt-ws-proxy
> ./index.js
listening on 127.0.0.1:9770
  1. Via package manager
> npm install ptt-ws-proxy -g
> ptt-ws-proxy
listening on 127.0.0.1:9770

Configuration

Modify config.js.

  • server: The option to the proxy server. See also net.Server.listen().
  • silent: If true, the program will not show connection messages. (Default: false)
1.0.2

5 years ago

1.0.1

7 years ago

1.0.0

7 years ago