Agate, a simple Gemini server written in Rust

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • agate

    Very simple server for the Gemini hypertext protocol

  • Oh, hi! Original author of Agate here.

    The code in Agate is a bit weird, because it started as a 100-line toy server I wrote as a weekend experiment. A lot of the early code was optimized for conciseness rather than maintainability. It also had various micro-optimizations that were probably totally unnecessary, just because my idea of fun involves minimizing allocations and copying everywhere.

    As other people started actually using the code, and submitting feature requests and patches, I mostly gave up on minimalism as a goal, so the newer code is more focused on maintainability, but it's mixed together with the old code.

    My favorite thing about this project is that, as the community grew beyond my own motivation to manage it, the most active contributor @Johann150 stepped up to become the lead maintainer [1], and has done a great job!

    [1]: https://github.com/mbrubeck/agate/issues/6

  • awesome-gemini

    A collection of awesome things regarding the gemini protocol ecosystem.

  • For anyone looking for a fast way to dive into the "Gemini Space", I recommend you check out this list of resources (clients and whatnot): https://github.com/kr1sp1n/awesome-gemini.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • amfora

    A fancy terminal browser for the Gemini protocol.

  • Glad to hear you like it!

    Here's the link to it for the lazy:

    https://github.com/makeworld-the-better-one/amfora

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts