Sagittarius, a gemini server

If you’re not familiar with Gemini, it’s a rather limited protocol developed in response to the bloat of modern http/html.

https://gemini.circumlunar.space

I’ve decided to implement a Gemini server in Scala 3 using ZIO 2, called Sagittarius. I’m aiming for the ability to create dynamic pages as well as serve static content, and the project takes some inspiration from http4s.

3 Likes