Hacker News new | ask | show | jobs
by severak_cz 686 days ago
> I wrote a document about "small web" protocols: scorpion://zzo38computer.org/smallweb.txt

Is this available on other protocol? (Ideally HTTP, Gopher or Gemini would be good too). It seems you already have gopher site but I was not able to locate it there.

1 comments

It looks like the scorpion protocol is described at https://github.com/zzo38/scorpion/. To retrieve the file mentioned above (without TLS), use:

    nc zzo38computer.org 1517 <<<'R scorpion://zzo38computer.org/smallweb.txt'
Oh wow, it even has a small subset of telnet. Impressive.