CSRBfs Demo #2 (2022-02-15)

Опубликовано: 07 Август 2026
на канале: CSRB
36
0

Demonstration of using a remote CSRB node to serve a website over CSRBfs, over the CSRB network. For a direct demo, check out https://csrb.app/dev/CSRBwebsite.html to access the CSRB website file-served by various types of CSRB Node (cloud server, Home WiFi Arm, Home WiFi Tablet, 3G Phone)

Two Gitpod instances (presumably somewhere in the US?) running CSRBvfsFUSE, both connected to the CSRB Router in Germany.
Node A (left) accesses Node B's (right) CSRBfs location.
Node A git-clones a sample website (https://github.com/devPeri/rootvc-cli...)[*] to Node B's CSRBfs filesystem.
Node A runs a simple Python based http server to server the website, which is then accessed by the browser (UK).
All website files are http-served by Node A and loaded in real-time (uncached) from Node B.

NOTE: CSRBfs is running in non-parallel synchronous un-cached mode. All under-the-hood Host/FUSE filesystem activity (which are a lot! especially during git) are executed one-at-a-time, and no file data is cached.

[*] This is a clone of the public website of https://root.vc. * no affiliation *

00:00 - Gitpod initialisation
00:50 - Start of cloning website repository
11:05 - End of cloning website repository
11:20 - Starting Webserver and browsing content