From 13047b3bb35d8ae127bfc4e49c2ddc309220746b Mon Sep 17 00:00:00 2001 From: Trbl Date: Sun, 28 Aug 2022 17:50:14 +0200 Subject: [PATCH] add atlas gemini/titan/spartan server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb1753f..c7f04f7 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ Repo mirrors: - [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. +- [atlas](https://github.com/Alumniminium/atlas) (C#) - .NET7 Gemini/Titan/Spartan server w/ vhost and cgi support. - [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. - [Denoscuri](https://github.com/caranatar/denoscuri) (Typescript) - simple Gemini server written using Deno and Typescript.