Fork of go-gemini
Go to file
2020-09-21 21:31:09 -04:00
examples Provide Handler with client remote address 2020-09-21 20:44:10 -04:00
client.go Refactor client requests and server responses 2020-09-21 21:31:09 -04:00
go.mod Initial commit 2020-09-21 15:49:09 -04:00
LICENSE Add LICENSE 2020-09-21 15:55:27 -04:00
README.md Add link to documentation in README.md 2020-09-21 18:28:34 -04:00
server.go Refactor client requests and server responses 2020-09-21 21:31:09 -04:00
util.go Add examples 2020-09-21 17:23:51 -04:00

go-gemini

GoDoc

go-gemini implements the Gemini protocol in Go.

It aims to provide an API similar to that of net/http to make it easy to develop Gemini clients and servers.

Examples

See examples/client and examples/server for an example client and server.

To run the examples:

go run -tags=example ./examples/server