ptth/crates/ptth_server
_ 2656d16264 ♻️ refactor: extract `http_listen` fn 2022-02-05 16:52:56 +00:00
..
src ♻️ refactor: extract `http_listen` fn 2022-02-05 16:52:56 +00:00
test ♻️ Extract ptth_server crate. Docker still broken 2020-11-27 00:50:22 +00:00
Cargo.toml use rust_embed and default configs so you can call `ptth_file_server` from any working dir. 2021-10-02 19:49:19 +00:00
README.md 📝 docs: update README before publishing to crates.io 2021-04-18 12:56:36 -05:00

README.md

PTTH Server

The PTTH server is an HTTP server that can serve files from behind a firewall, because it only makes outgoing HTTP connections to a PTTH relay.

View from outside the PTTH tunnel:

* HTTP client
|
|   HTTP(S) requests
V
* ptth_relay
^
|   HTTP(S) requests
|
* ptth_server

View from inside the PTTH tunnel:

* HTTP client
|
|   HTTP(S) requests
V
* ptth_relay
|
|   HTTP(S) requests
V
* ptth_server