ptth_server

Crates.ioptth_server
lib.rsptth_server
version2.1.0
sourcesrc
created_at2021-03-21 18:31:17.006169
updated_at2021-05-09 22:56:51.007496
descriptionThe server for PTTH
homepage
repositoryhttps://github.com/ReactorScram/ptth
max_upload_size
id371805
size1,173,650
Reactor Scram (ReactorScram)

documentation

https://docs.rs/ptth_server/

README

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
Commit count: 0

cargo fmt