Gemini is a simplified gopher
-like protocol that aims to be a lightweight alternative to the web. It runs on port 1965/tcp
, defaults to TLS, and completely missed the opportunity of using Markdown instead of its own GemText.
Resources
Category | Date | Link | Notes |
---|---|---|---|
Proxies | 2025 | gneto | A personal proxy server for using Gemini with a web browser. |
levi0r | A personal proxy server for using the Web with a Gemini browser. |
||
Resources | 2022 | awesome-gemini | A curated list of Gemini-related stuff |
Servers | aiogemini | My own asyncio-based Gemini server |
GemText Example
# This is a heading
This is the first paragraph.
* a list item
* another list item
This is the second paragraph.
=> http://example.org/ Absolute URI
=> //example.org/ No scheme URI
=> /robots.txt Just a path URI
=> GemText a page link