💾 Archived View for gemi.dev › gemini-mailing-list › 000464.gmi captured on 2023-11-04 at 12:50:35. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Hello everyone, I'd like to announce the initial release of the gemini server I've written which I have dubbed stargazer[1]. It's concurrent using asynchronous IO, auto generates certificates, and is configured through a single config file for ease of use. It also has a *dev* mode to server files out of the current directory with no configuration. It's design it largely inspired by gmnisrv[2]. It's written in Rust and uses rustls instead of openssl for TLS. As a result, stargazer has no runtime dependencies (if compiled with musl libc). [1] https://sr.ht/~zethra/stargazer/ [2] https://sr.ht/~sircmpwn/gmnisrv/
Very nice! -- gemini://kwiecien.us/
---