Crates.io | ptth_server |
lib.rs | ptth_server |
version | 2.1.0 |
source | src |
created_at | 2021-03-21 18:31:17.006169 |
updated_at | 2021-05-09 22:56:51.007496 |
description | The server for PTTH |
homepage | |
repository | https://github.com/ReactorScram/ptth |
max_upload_size | |
id | 371805 |
size | 1,173,650 |
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