awesome-gemini

A collection of awesome things regarding the gemini protocol ecosystem.
git clone https://git.clttr.info/awesome-gemini.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 7b1ec101e5a108c99ab5afe3e693a461a48ec364
parent 9f6e67507a65bd10b56da8cfc675f41611f2dc70
Author: Rui Carmo <rcarmo@users.noreply.github.com>
Date:   Sun, 23 Jan 2022 22:43:56 +0000

Added aiogemini
Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -123,6 +123,7 @@ Repo mirrors: ## Servers - [Agate](https://github.com/mbrubeck/agate) (Rust) - simple Gemini server for static files. +- [aiogemini](https://github.com/rcarmo/aiogemini) (Python) - minimalist Python 3 `asyncio` server. - [Apogee](https://github.com/bunburya/apogee) (Kotlin) - Gemini server written in Kotlin for the JVM. - [a-h/gemini](https://github.com/a-h/gemini) (Go) - Server for Linux, Mac, Raspberry Pi. Supports SNI for multiple domains on the same server, has Docker image. - [blizanci](https://github.com/mk270/blizanci) (Erlang) - server designed primarily for robustness and security.