awesome-gemini VS agate

Compare awesome-gemini vs agate and see what are their differences.

awesome-gemini

A collection of awesome things regarding the gemini protocol ecosystem. (by kr1sp1n)

agate

Very simple server for the Gemini hypertext protocol (by mbrubeck)
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
awesome-gemini agate
11 7
931 507
- -
7.4 8.8
1 day ago 7 days ago
Rust
Creative Commons Zero v1.0 Universal Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

awesome-gemini

Posts with mentions or reviews of awesome-gemini. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-28.
  • The Gemini protocol as seen by curl maintainer
    5 projects | news.ycombinator.com | 28 May 2023
    > If you bothered writing a spec, it might as well be unambiguous, no?

    Sure, people want unambiguous specs. However there is a list of literally dozens of working clients, servers, and libraries that were implemented based on the Gemini spec as is. Perhaps Daniels concerns are, in practice, not as important?

    https://github.com/kr1sp1n/awesome-gemini#clients

    I would also point out the hell that is the HTTP/1.0 and HTTP/1.1 specs, and that it took ~15 years for the HTTPbis group to remove all the contrary and ambiguous parts of it.

    > His point is also to criticize the technical choices but that's fair game too.

    Sure, but many of his criticizes are false. Full Stop. (servers and clients DO support TLS resumption. Proxying does work and there are multiple working examples, client's do server certificate validation)

    Or don't make sense ("Gemini closes a TCP connection? HTTP figured out keeps-alives in 1996! This is bad design." HTTP has different access patterns. If Gemini had those access patterns it would be bad design. It doesn't)

  • Jimmy – A Gemini Client for macOS
    2 projects | /r/swift | 18 Feb 2022
  • Gemini is Solutionism at its Worst
    5 projects | news.ycombinator.com | 24 Jan 2022
    There is a few gemini links on awsome-genini list.

    I haven't tried them out, but usualy, awsome-* lists are good starting points.

    https://github.com/kr1sp1n/awesome-gemini#services

  • Bring back Web1
    1 project | /r/Web3Skepticism | 29 Nov 2021
    oh I really like the concepts behind the Gemini protocol (https://github.com/kr1sp1n/awesome-gemini). Good to see a name drop here.
  • Announcing gmipay: a paywall CGI script
    1 project | /r/geminiprotocol | 23 Oct 2021
    Firefox doesn't support opening Gemini links by default, but a range of clients capable of this exist, and, possibly, an addon as well. You would provide a certificate file to it as part of the configuration.
  • More Awesome Gemini
    1 project | /r/geminiprotocol | 31 Aug 2021
    => https://github.com/kr1sp1n/awesome-gemini * Repology has packages by operating system
  • I have a website and want to convert it to gemini, but continue to serve it on the HTTPS web
    2 projects | /r/geminiprotocol | 2 Aug 2021
    You can also see if there is already built software on the awesome-gemini repository.
  • Small tutorial for hosting content on Gemini
    2 projects | /r/geminiprotocol | 3 Jun 2021
    This tutorial will focus on using the simple Agate software to host your own Gemini capsule. There is a plethora of software to host your content, but I have found Agate to be simple and sufficient for my purposes. A collection of all things Gemini can be found here, which includes a list of server software. Let's get started.
  • Agate, a simple Gemini server written in Rust
    4 projects | news.ycombinator.com | 9 Mar 2021
    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.
  • Installing a Gemini pod
    2 projects | dev.to | 24 Feb 2021
    Now, all you have to do left is to execute docker-compose up -d to start your server. After booting it up, navigate to your domain using a Gemini browser and you should see a nice page saying "Hello world!".

agate

Posts with mentions or reviews of agate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-03.
  • What are some easy to set up gemini servers that also have an http proxy? I'm having trouble figuring out how to set one up
    1 project | /r/geminiprotocol | 28 Sep 2022
    I tried using agate, and got it running on my machine, but I couldn't connect to it through my client. Since I want to use an HTTP proxy, I gave up on that and tried to install twins, but I couldn't wrap my head around how to write the configuration file, the docs are pretty unclear.
  • Gemini Capsule in Docker
    1 project | /r/geminiprotocol | 23 Feb 2022
    After learning about the protocol and playing around with Amfora and Lagrange on Linux I stared down the path of looking into servers to host my own capsule. I've tried MollyBrown and Agate. However, of the two MollyBrown was much simpler to setup. I have a working Docker configuration for Agate too, but in trying to use my own generated certificate I've not gotten it to work. Agate expects certificates to be in a DER format and converting my personally generated key & cert from PEM to DER format doesn't work. When I spin up agate it only works when I have agate auto generate a new certificate when starting, but this is not ideal for docker since it's expected for containers to be disposable. My other reason for going with MollyBrown is because of the support for client certificate authentication. So far as I can tell, either agate doesn't allow for client certs or I'm just not at the point where I understand agate enough to know how to configure them.
  • Small tutorial for hosting content on Gemini
    2 projects | /r/geminiprotocol | 3 Jun 2021
    This tutorial will focus on using the simple Agate software to host your own Gemini capsule. There is a plethora of software to host your content, but I have found Agate to be simple and sufficient for my purposes. A collection of all things Gemini can be found here, which includes a list of server software. Let's get started.
  • Agate, a simple Gemini server written in Rust
    1 project | /r/patient_hackernews | 10 Mar 2021
    1 project | /r/hackernews | 10 Mar 2021
    4 projects | news.ycombinator.com | 9 Mar 2021
    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

What are some alternatives?

When comparing awesome-gemini and agate you can also consider the following projects:

amfora - A fancy terminal browser for the Gemini protocol.

hydepark - Forum application for Gemini space

lagrange - A Beautiful Gemini Client

NewsWaffle - Gemini frontend to any news site

jemini - gemini protocol for jetty and spring

Jimmy - Gemini client for MacOs

cxt - text markup for civilization

hn-search - Hacker News Search

gemini

uggly - framework for TUI client and server

beaker - An experimental peer-to-peer Web browser