marionebl / ws-miner

Tunnel https?:// over wss?://

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ws-miner

Tunnel https?:// over wss?://

⚠️ Under heavy development. Won't work for you.

Installation

yarn add ws-miner

Usage

On the egress server

# Assuming this is available under https://ws-miner.io:8080
$ ws-miner-server -p 8080

On the exposing client

# Assuming something interesting runs on localhost:5000
$ ws-miner -u http://localhost:5000 -d wss://ws-miner.io:8080
https://ws-miner.io:8080/kVEpV3GRogKN7H9BXo7qu/

On the accessing client

$ curl https://ws-miner.io:8080/kVEpV3GRogKN7H9BXo7qu/

About

Tunnel https?:// over wss?://


Languages

Language:TypeScript 96.1%Language:JavaScript 3.9%