A 1-1 end-to-end encrypted internet proxy pipe powered by Hyperswarm
npm install @qxip/hyperbeam-serve
#### Setup
```
npm install -g @qxip/hyperbeam-serve
#### Usage
##### Client
Spawn a beam client tunnel targeting a local or remote service:port``
hyperbeam-serve -c some.webserver:80 -t somesupersecretproxyhash
##### Server
Spawn a local beam server proxying traffic to the client using a custom port``
hyperbeam-serve -s 0.0.0.0:8080 -t somesupersecretproxyhash
---------
#### Test
Once the beam is connected you can interact with it through hyperbeam or via the proxy with curl.
##### Hyperbeam Client
``
hyperbeam supersecretproxyhash`
GET / HTTP/1.1
``
##### CURL Client``
curl www.google.com -x localhost:8080
#### Credits
* hyperbeam
* http-over-hyperswarm