aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fa26129bfd7099f915d37144b2dc76ee7b87df55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Go Gemini Library
=================

go-gemini is a library that provide an easy interface to create client and
servers that speak the Gemini protocol. The library is currently based on
version 0.9.2 of the spec but will be updated accordingly to new changes in the
protocol.


Example Server
--------------

The repository comes with an example server that respond with an hardcoded text
to the root page. To build the server run the following command:

    make build

Fork
----

This is a fork by Tom Ryder <tom@sanctum.geek.nz> that replaces the default
listening socket with systemd activation.