Gopher Protocol (2020)
mncomputinghistory.com
Gopher Protocol (2020)
1–10 of 38 posts
Re: Gopher Protocol (2020)
#2more reading: https://thedorkweb.substack.com/p/gopher-gemini-and-the-smol...
Re: Gopher Protocol (2020)
#3Re: Gopher Protocol (2020)
#4Does it has functions for sending data, i.e. submitting forms? I'm curious if gopher could be a sufficient lightweight web protocol for all normal real life tasks including internet banking and shopping.
Imagine HTTP with only GET, no headers, no request bodies. RFC 1436 explicitly says:
> No state is retained by the server.
Re: Gopher Protocol (2020)
#5Does it has functions for sending data, i.e. submitting forms? I'm curious if gopher could be a sufficient lightweight web protocol for all normal real life tasks including internet banking and shopping.
Gopher is extremely simplistic to implement because it basically can only do GET requests (but without all the header overhead).
All you need to do to retrieve a document is open a TCP connection and send the path you want to retrieve suffixed by CRLF. The server will then just return the requested data. For full text search (the only serverside expected feature for type 7 documents), add a tab character and then the search string.
The only other special feature on the client are Gopher menus which are a dedicated response type (type 1). They're basically the closest you get to rich text on Gopher - they're formatted text files which contain reference links to other addresses on Gopher.
It's all in all easy to see why Gopher got replaced. That said, I still recommend experimenting with it. It's very much a relic of a different time period, but that doesn't have to be a bad thing. HTTP and the general web stack has become rather bloated over the years due to its versatility. Gopher is laserfocused in its simplicity which gives it its own charm.
Re: Gopher Protocol (2020)
#6Does it has functions for sending data, i.e. submitting forms? I'm curious if gopher could be a sufficient lightweight web protocol for all normal real life tasks including internet banking and shopping.
No. The protocol seems very simple: connect, provide a document reference, server responds with the document, and the connection is closed. Document may contain references to other documents. Imagine HTTP with only GET, no headers, no request bodies. RFC 1436 explicitly says: > No state is retained by the server.
Re: Gopher Protocol (2020)
#7Re: Gopher Protocol (2020)
#8Does it has functions for sending data, i.e. submitting forms? I'm curious if gopher could be a sufficient lightweight web protocol for all normal real life tasks including internet banking and shopping.
For sending data a Gopher server would need to be paired with an FTP server.
Re: Gopher Protocol (2020)
#9I actually setup a new service on Gopher recently, a lightweight Google News reader[1] and it works better than I could have really hoped.
Re: Gopher Protocol (2020)
#10Earlier quoted context omitted.
No. The protocol seems very simple: connect, provide a document reference, server responds with the document, and the connection is closed. Document may contain references to other documents. Imagine HTTP with only GET, no headers, no request bodies. RFC 1436 explicitly says: > No state is retained by the server.
That's Ok. I wouldn't mind viewing a catalogue in a lo-fi read-only browser, then sending my order by e-mail using a dedicated e-mail client app.
Reminds me that in 1996-7 we were also usually paying for items by mailing checks on eBay's AuctionWeb.