From 0461bf501769a2103b0339907107e4fd870c8a25 Mon Sep 17 00:00:00 2001 From: Sergei Gnezdov Date: Fri, 15 Oct 2021 07:15:13 -0700 Subject: [PATCH] added reference to kulak/gemini --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64a76a9..0cde585 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Repo mirrors: - [cuipod](https://github.com/aegis-dev/cuipod) (C#) - Simple yet flexible framework for Gemini protocol server. - [go-gemini](https://git.sr.ht/~yotam/go-gemini) (Go) - library that provides an easy interface to create client and servers. - [go-gemini](https://github.com/makeworld-the-better-one/go-gemini) (Go) - more recent fork of the library above. +- [gemini](https://github.com/kulak/gemini) (Go) - Server side Gemini protocol + Titan protocol implementation that matches standard GO http API. - [gig](https://github.com/pitr/gig) (Go) - Gemini framework. - [html2gemini](https://github.com/LukeEmmet/html2gemini) (Go) - package library to convert HTML to Gemini (see also html2gmi for command line application) - [ignition](https://github.com/cbrews/ignition) (Python) - Gemini client transport/request library for python3.