TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Gopher Server Written in Swift

1 pointsby navanchauhanover 1 year ago

1 comment

navanchauhanover 1 year ago
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:&#x2F;&#x2F;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:&#x2F;&#x2F;lynx.invisible-island.net&#x2F;lynx.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;lynx.invisible-island.net&#x2F;lynx.html</a><p>[1] <a href="https:&#x2F;&#x2F;gopher.navan.dev" rel="nofollow noreferrer">https:&#x2F;&#x2F;gopher.navan.dev</a>