go-gemini/README.md

15 lines
440 B
Markdown
Raw Normal View History

2020-09-28 22:28:52 +00:00
# gmi
2020-09-21 19:48:42 +00:00
2020-09-28 22:22:18 +00:00
[![GoDoc](https://godoc.org/git.sr.ht/~adnano/gmi?status.svg)](https://godoc.org/git.sr.ht/~adnano/gmi)
2020-09-21 22:28:34 +00:00
2020-10-12 20:34:52 +00:00
Package `gmi` implements the [Gemini protocol](https://gemini.circumlunar.space) in Go.
2020-09-21 19:48:42 +00:00
2020-10-12 20:34:52 +00:00
It aims to provide an API similar to that of `net/http` to make it easy to develop Gemini clients and servers.
2020-09-21 19:48:42 +00:00
2020-09-21 21:23:51 +00:00
## Examples
2020-09-21 19:48:42 +00:00
2020-09-27 21:44:49 +00:00
There are a few examples provided in the `examples` directory.
2020-09-21 21:23:51 +00:00
To run the examples:
2020-09-21 19:48:42 +00:00
2020-10-12 20:34:52 +00:00
go run ./examples/server.go