diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 17:30:46 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-11-27 19:43:01 +0100 |
commit | a2431b7dcbc72c05101dcdbe631ff84a823aeb51 (patch) | |
tree | 09278a822905622a70ff976a75e09d99bc45639a /support | |
parent | fcaf1e0aa84213a1b1f1b1a44a3276eae35ebe70 (diff) | |
download | PeerTube-a2431b7dcbc72c05101dcdbe631ff84a823aeb51.tar.gz PeerTube-a2431b7dcbc72c05101dcdbe631ff84a823aeb51.tar.zst PeerTube-a2431b7dcbc72c05101dcdbe631ff84a823aeb51.zip |
Refractor validators
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/server/code.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/doc/server/code.md b/support/doc/server/code.md index f0ed62acc..7233eaf5b 100644 --- a/support/doc/server/code.md +++ b/support/doc/server/code.md | |||
@@ -55,10 +55,10 @@ If you want to test the decentralization feature, you can easily run 3 instances | |||
55 | 55 | ||
56 | The server is composed by: | 56 | The server is composed by: |
57 | 57 | ||
58 | * a REST API (throught Express framework) | 58 | * a REST API (Express framework) |
59 | * a WebTorrent Tracker | 59 | * a WebTorrent Tracker |
60 | 60 | ||
61 | A video is seeded by the server throught the [WebSeed](http://www.bittorrent.org/beps/bep_0019.html) protocol (HTTP). | 61 | A video is seeded by the server with the [WebSeed](http://www.bittorrent.org/beps/bep_0019.html) protocol (HTTP). |
62 | 62 | ||
63 | ![Architecture scheme](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/upload-video.png) | 63 | ![Architecture scheme](https://github.com/Chocobozzz/PeerTube/blob/master/support/doc/server/upload-video.png) |
64 | 64 | ||