I have had this on my bucket list for a few years— implementing my own Gopher server. I was originally planning on using Swift for Advent of Code, but then I made the mistake of joining a private leaderboard. So I decided to do this instead.<p>IMO the best way to browse the Gopherspace is using lynx[0]<p><pre><code> lynx gopher://gopher.navan.dev
</code></pre>
To make it easier to interact with the server, I am also hosting a HTTP-Gopher proxy for my server[1].<p>[0] <a href="https://lynx.invisible-island.net/lynx.html" rel="nofollow noreferrer">https://lynx.invisible-island.net/lynx.html</a><p>[1] <a href="https://gopher.navan.dev" rel="nofollow noreferrer">https://gopher.navan.dev</a>