Gopher

🖋 upravit

The Gopher protocol /ˈɡoʊfər/ is a communications protocol designed for distributing, searching, and retrieving documents in Internet Protocol networks. The design of the Gopher protocol and user interface is menu-driven, and presented an alternative to the World Wide Web in its early stages, but ultimately fell into disfavor, yielding to the Hypertext Transfer Protocol (HTTP). The Gopher ecosystem is often regarded as the effective predecessor of the World Wide Web.1

RGC — Rust Gopher Client

RGC Screenshot

Git

Instalace z Cargo

cargo install rgc

Manuální kompilace

K sestavení je třeba mít Rust toolchain na verzi >=1.45.

git clone https://git.microlab.space/magnusi/rgc
cd rgc
cargo build --release