💾 Archived View for rawtext.club › ~sloum › geminilist › 002091.gmi captured on 2020-11-07 at 02:40:21. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2020-09-24)

-=-=-=-=-=-=-

<-- back to the mailing list

Minimal client

Dave Gauer dave at ratfactor.com

Mon Jul 6 15:09:17 BST 2020

- - - - - - - - - - - - - - - - - - - 

On 7/1/20 6:06 PM, Phil Leblanc wrote:

Hi all,
I am looking for a solution to build a _small_, _statically linked_,
minimal gemini client. My focus at the moment is to implement the
basic communication layer (including TLS!): just enough to send a
request to a gemini host and receive a response.

I have long been planning to do the same thing, but haven't even started. The plan was to write it in Rust and use this:

https://github.com/ctz/rustls

Copied from README.md:=================================================================## Current features

Statically linked, yes. But I have no idea if it would meet the _small_ goal!

-Dave