summaryrefslogtreecommitdiffstats
path: root/network/gmi100/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/gmi100/README')
-rw-r--r--network/gmi100/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/network/gmi100/README b/network/gmi100/README
new file mode 100644
index 0000000000..e86f3f77a8
--- /dev/null
+++ b/network/gmi100/README
@@ -0,0 +1,6 @@
+gmi100 (Gemini CLI protocol client written in 100 lines of ANSI C)
+
+I tried to pack as much as possible in 100 lines of ANSI C. Initially
+I struggled to fit simple TLS connection in such small space but
+eventually I ended up with CLI client capable of efficient navigation
+between capsules of Gemini space.