ptt-ws-proxy

1.0.2 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i ptt-ws-proxy

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

3.53 kB

Total Files

6

Last publish

Collaborators

  • kevinptt0323