A Gemini library for Nim

2021-02-14

I finally released a working version of my implementation of the Gemini protocol in Nim.

It can be installed with `nimble install gemini` or downloaded from github:

https://github.com/benob/gemini/

It is relatively easy to setup a server or client and it supports self-signed peer certificates.

I already use it for the humble server hosting this capsule, and it will probably be the basis for some more projects.