agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit 24877548f3d3d8913b4308185c5e1333e56cb8bd
parent 49bf5e94e3226e53a3df8f81522893130a03198a
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Tue,  9 Jan 2024 10:10:59 -0800

Clean up README

Diffstat:
MREADME.md | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -8,8 +8,6 @@ Agate is a server for the [Gemini] network protocol, built with the [Rust] programming language. Agate has very few features, and can only serve static files. It uses async I/O, and should be quite efficient even when running on low-end hardware and serving many concurrent requests. -Since Agate by default uses port 1965, you should be able to run other servers (like e.g. Apache or nginx) on the same device. - ## Learn more * Home page: [gemini://qwertqwefsday.eu/agate.gmi][home]