💾 Archived View for rawtext.club › ~sloum › geminilist › 000783.gmi captured on 2020-09-24 at 02:20:13. Gemini links have been rewritten to link to archived content

View Raw

More Information

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

<-- back to the mailing list

Gemini Nim Client Library

Meff meff at meff.me

Sun May 17 21:05:07 BST 2020

- - - - - - - - - - - - - - - - - - - ```

Hey all,

I wanted to take a stab at creating a featureful Nim client for Gemini. I don't write much Nim, but I modeled a lot of it on the Nim httpclient. Right now it supports both a regular client and an async client, and included are examples of using both clients. I'll be documenting and adding tests as I continue to develop and add more features.

I plan on writing a user-facing client in Nim and I'll be using my work on that to get some "real-world" experience dogfeeding this library. Please feel free to leave any feedback!

Nim Library: https://github.com/Koshroy/gemclient

Thanks,Koushik